[pLog-svn] r6708 - plugins/branches/lifetype-1.2/bin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Jul 25 14:44:02 EDT 2008


Author: jondaley
Date: 2008-07-25 14:44:01 -0400 (Fri, 25 Jul 2008)
New Revision: 6708

Modified:
   plugins/branches/lifetype-1.2/bin/build.sh
Log:
finally got the right syntax.  uploads work again

Modified: plugins/branches/lifetype-1.2/bin/build.sh
===================================================================
--- plugins/branches/lifetype-1.2/bin/build.sh	2008-07-25 16:44:46 UTC (rev 6707)
+++ plugins/branches/lifetype-1.2/bin/build.sh	2008-07-25 18:44:01 UTC (rev 6708)
@@ -92,7 +92,7 @@
   # doesn't have the -a command,
   # but I can use curl to do the same thing.
   if [ `uname` == "Linux" ]; then
-#    curl -Q "cd uploads" --upload-file ${CURFOLDER}/${VERSION}_${TEMPLATENAME}.zip -u $UPLOAD sftp://frs.sourceforge.net
+    curl --upload-file ${CURFOLDER}/${VERSION}_${TEMPLATENAME}.zip -u $UPLOAD sftp://frs.sourceforge.net/~/uploads/
   else
 # I think only oscar used this - he'll need to fix it
 #    ftp -a -u ftp://upload.sourceforge.net/incoming/${VERSION}_${TEMPLATENAME}.zip ${CURFOLDER}/${VERSION}_${TEMPLATENAME}.zip



More information about the pLog-svn mailing list