[Cdd-commits] r1045 - cdd/trunk/webtools
CDD Subversion Commit
noreply at alioth.debian.org
Tue Aug 26 19:59:14 UTC 2008
Author: tille
Date: Tue Aug 26 19:59:14 2008
New Revision: 1045
Modified:
cdd/trunk/webtools/distasktools.py
Log:
Ignore more fields (just do not warn about these)
Modified: cdd/trunk/webtools/distasktools.py
==============================================================================
--- cdd/trunk/webtools/distasktools.py (original)
+++ cdd/trunk/webtools/distasktools.py Tue Aug 26 19:59:14 2008
@@ -29,7 +29,9 @@
BASEURL = 'http://ftp.debian.org/'
# SVNHOST = 'svn+ssh://svn.debian.org'
SVNHOST = 'svn://svn.debian.org'
-KEYSTOIGNORE = ( 'Architecture', 'Comment', 'Leaf', 'NeedConfig', 'Note', 'Section', 'Needconfig', 'DontAvoid')
+KEYSTOIGNORE = ( 'Architecture', 'Comment', 'Leaf', 'NeedConfig', 'Note', 'Section',
+ 'Needconfig', 'DontAvoid',
+ 'Enhances', 'Test-always-lang', 'Metapackage')
GLOBALCACHE = "/var/cache/dis/"
DDTPURL = "http://ddtp.debian.net/debian/dists/"
DDTPDIR = "/i18n/Translation-"
More information about the Cdd-commits
mailing list