From: Michael N. <mne...@us...> - 2002-10-03 10:21:22
|
Update of /cvsroot/ruby-dbi/src/build In directory usw-pr-cvs1:/tmp/cvs-serv15262 Modified Files: package.sh Log Message: fixed bug Index: package.sh =================================================================== RCS file: /cvsroot/ruby-dbi/src/build/package.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- package.sh 3 Oct 2002 09:52:02 -0000 1.2 +++ package.sh 3 Oct 2002 10:21:19 -0000 1.3 @@ -1,6 +1,6 @@ #!/bin/sh -# works only for tags above 0.0.16 +# works only for tags above 0.0.17 export CVS_RSH=ssh @@ -63,7 +63,7 @@ tar -cvzf ${FILE} ruby-dbi-all # upload tar.gz -echo "cd incoming\nbinary\nput ${FILE}\nbye\n" ftp -a upload.sourceforge.net +echo "cd incoming\nbinary\nput ${FILE}\nbye\n" | ftp -a upload.sourceforge.net dialog --msgbox "Now log into SourceForge Admin page and make a release. Release is named like '0.0.17'; platform independent, source .gz." 8 40 links http://www.sourceforge.net/account/login.php |