From: Michael N. <mne...@us...> - 2002-10-28 11:05:51
|
Update of /cvsroot/ruby-dbi/src/build In directory usw-pr-cvs1:/tmp/cvs-serv1759 Modified Files: Makefile package.sh Log Message: * Index: Makefile =================================================================== RCS file: /cvsroot/ruby-dbi/src/build/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 2 Oct 2002 18:49:30 -0000 1.3 +++ Makefile 28 Oct 2002 11:05:48 -0000 1.4 @@ -10,4 +10,4 @@ ./create_html clean: - rm ../ChangeLog ../doc/html/ChangeLog.html ../doc/html/ToDo.html ../doc/html/DBD_SPEC.html ../doc/html/DBI_SPEC.html ../doc/html/index.html + rm -f ../ChangeLog ../doc/html/ChangeLog.html ../doc/html/ToDo.html ../doc/html/DBD_SPEC.html ../doc/html/DBI_SPEC.html ../doc/html/index.html Index: package.sh =================================================================== RCS file: /cvsroot/ruby-dbi/src/build/package.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- package.sh 3 Oct 2002 10:21:19 -0000 1.3 +++ package.sh 28 Oct 2002 11:05:48 -0000 1.4 @@ -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" | /usr/bin/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 |