From 29c8d0da5c405622bc557f906b8f02aeeb10d574 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 31 Mar 2007 10:47:03 +0000 Subject: [PATCH] use compression for cvs git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5015 212acab6-be3b-0410-9dea-997c60f758d6 --- Scripts/release.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/release.py b/Scripts/release.py index a55b75b5..39cd75f8 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -17,7 +17,7 @@ VER_REVISION=0 VER_BUILD=0 [cvs] -CVS="C:\Program Files\TortoiseCVS\cvs.exe" +CVS="C:\Program Files\TortoiseCVS\cvs.exe" -z9 CVS_EXT="C:\Program Files\PuTTY\plink.exe" -2 -l "%u" "%h" [compression] @@ -223,7 +223,7 @@ def Tag(): print 'tagging...' run( - '%s -z3 tag -R %s ..' % (CVS, CVS_TAG), + '%s tag -R %s ..' % (CVS, CVS_TAG), LOG_ALL, 'failed creating tag %s' % CVS_TAG )