From e069db2d6528e2748a7598a6f6e2384eaa0725dc Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Mon, 13 Feb 2006 00:19:05 +0000 Subject: [PATCH] Easy fix for automated uploads (I thought I tried this and it failed, but fortunately I was wrong there) and leave a note about rebaking until it's implemented. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/tar-o-matic.sh | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/distrib/tar-o-matic.sh b/distrib/tar-o-matic.sh index bf068becef..7bb84dca22 100755 --- a/distrib/tar-o-matic.sh +++ b/distrib/tar-o-matic.sh @@ -123,19 +123,14 @@ else fi echo "" # add a blank line for readability -# TODO: look into whether or not we need to keep anonymous password, and if so -# add support for something like expect to at least offer the possibility -# of automatically entering the password if such a tool is installed -# on the user's computer. For now people have to type the password manually... -echo "Grabbing source tree, please use 'anoncvs' for the password when prompted..." cd $STARTDIR/temp-wx -cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets login +cvs -d:pserver:anoncvs:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets login cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout $TAGNAME wxWidgets -#if [ "$REBAKE" = "1" ]; then -# -#fi +if [ "$REBAKE" = "1" ]; then + echo "TODO! Implement re-baking..." +fi # Copy extra .zips over to deliver/extra so they'll get picked up... if [ ! -d $WXDIR/deliver ]; then -- 2.45.2