tools/. wine_release

Alexandre Julliard julliard at wine.codeweavers.com
Thu Feb 2 10:53:51 CST 2006


ChangeSet ID:	22681
CVSROOT:	/opt/cvs-commit
Module name:	tools
Changes by:	julliard at winehq.org	2006/02/02 10:53:51

Modified files:
	.              : wine_release 

Log message:
	Get rid of the cvsdirs tarball, this no longer works with the new git
	packages.

Patch: http://cvs.winehq.org/patch.py?id=22681

Old revision  New revision  Changes     Path
 1.16          1.17          +0 -9       tools/wine_release

Index: tools/wine_release
diff -u -p tools/wine_release:1.16 tools/wine_release:1.17
--- tools/wine_release:1.16	2 Feb 2006 16:53:51 -0000
+++ tools/wine_release	2 Feb 2006 16:53:51 -0000
@@ -86,15 +86,6 @@ rm -f winapi_stats.txt
 # cleanup source tree
 make distclean
 
-# update cvsdirs tarball and place on ftp site
-echo "==== UPDATING CVSDIRS TARBALL  ===="
-cd /var/tmp
-rm -rf wine
-cvstag=`echo $version | sed 's/\./_/g'`
-cvs -Q -d:pserver:cvs at cvs.winehq.org:/home/wine co -r Wine-$cvstag wine
-tar czf /home/ftp/pub/wine/wine-cvsdirs-$version.tar.gz `find wine -name CVS`
-rm -rf wine
-
 # homepage announcement
 # edit the homepage to announce the new release...
 # TODO



More information about the wine-cvs mailing list