cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout wxWebSite
else
cd $WX_WEB_DIR
- cvs update -d
+ cvs update -d -P
fi
if [ ! -d $WX_SRC_DIR ]; then
cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout -r $BUILD_TAG wxWidgets
else
cd $WX_SRC_DIR
- cvs update -d
+ cvs update -d -P
fi
# this is where we will store the wxAll tarball we create
## make sure updated at is really last
sleep 10
-echo cvs checkout done at date -u > ${FTPDIR}/updated_at.txt
+echo cvs checkout done at `date -u` > ${FTPDIR}/updated_at.txt
echo "Delivery complete. Flying."