]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/pre-flight.sh
Remove all obsolete release-generation scripts.
[wxWidgets.git] / distrib / scripts / pre-flight.sh
index 412b47cffe5314549df1015b739d32a3841150af..2d1145ebefe092bb222d6d66612bbeb56716bc1b 100755 (executable)
@@ -68,7 +68,7 @@ tar czf $DIST_DIR/wxWidgets-snapshot-$BUILD_VERSION.tar.gz $WX_TEMP_DIR
 
 cp $SCRIPTDIR/create_archives.sh $APPDIR/distrib/scripts
 chmod +x $APPDIR/distrib/scripts/create_archives.sh
-$APPDIR/distrib/scripts/create_archives.sh --all
+$APPDIR/distrib/scripts/create_archives.sh --wxall --wxmsw
 
 echo "Tarballs located at: $DIST_DIR"
 
@@ -118,6 +118,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 svn checkout done at  `date -u` > ${FTPDIR}/updated_at.txt
        
 echo "Delivery complete. Flying."