[med-svn] r1658 - trunk/community/infrastructure/scripts
tille at alioth.debian.org
tille at alioth.debian.org
Tue Mar 25 07:30:25 UTC 2008
Author: tille
Date: 2008-03-25 07:30:25 +0000 (Tue, 25 Mar 2008)
New Revision: 1658
Modified:
trunk/community/infrastructure/scripts/cddtasktools.py
Log:
Leave gzip as default on Alioth because this sounds more reasonable here
Modified: trunk/community/infrastructure/scripts/cddtasktools.py
===================================================================
--- trunk/community/infrastructure/scripts/cddtasktools.py 2008-03-24 22:15:53 UTC (rev 1657)
+++ trunk/community/infrastructure/scripts/cddtasktools.py 2008-03-25 07:30:25 UTC (rev 1658)
@@ -38,7 +38,8 @@
DDTPDIR = "/i18n/Translation-"
DDTPLISTS = ('etch', 'lenny', 'sid')
-COMPRESSIONEXTENSION='bz2'
+# COMPRESSIONEXTENSION='bz2'
+COMPRESSIONEXTENSION='gz'
def InitTasksFiles(cddname):
# Obtain tasks files from SVN of a CDD
More information about the debian-med-commit
mailing list