]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/pre-flight.sh
added collpane sampel files
[wxWidgets.git] / distrib / scripts / pre-flight.sh
index 5074f8ec8f9c53eb5d826dea69321ef3114f9e56..95f97e34ec895cebaf20869f858b891f6ff15ef0 100755 (executable)
@@ -28,7 +28,7 @@ if [ ! -d $WX_WEB_DIR ]; then
   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
@@ -38,7 +38,7 @@ 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
@@ -136,6 +136,6 @@ md5sum ${FTPDIR}/wx* > ${FTPDIR}/MD5SUM
 
 ## 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."