[Cdd-commits] r865 - cdd/trunk/webtools
CDD Subversion Commit
noreply at alioth.debian.org
Sat Jun 28 06:03:10 UTC 2008
Author: tille
Date: Sat Jun 28 06:03:09 2008
New Revision: 865
Modified:
cdd/trunk/webtools/cddtasktools.py
Log:
One more valid field which should not cause a warning (DontAvoid)
Modified: cdd/trunk/webtools/cddtasktools.py
==============================================================================
--- cdd/trunk/webtools/cddtasktools.py (original)
+++ cdd/trunk/webtools/cddtasktools.py Sat Jun 28 06:03:09 2008
@@ -29,7 +29,7 @@
BASEURL = 'http://ftp.debian.org/'
SVNHOST = 'svn+ssh://svn.debian.org'
# SVNHOST = 'svn://svn.debian.org'
-KEYSTOIGNORE = ( 'Architecture', 'Leaf', 'NeedConfig', 'Note', 'Section', 'Needconfig')
+KEYSTOIGNORE = ( 'Architecture', 'Leaf', 'NeedConfig', 'Note', 'Section', 'Needconfig', 'DontAvoid')
GLOBALCACHE = "/var/cache/cdd/"
DDTPURL = "http://ddtp.debian.net/debian/dists/"
DDTPDIR = "/i18n/Translation-"
More information about the Cdd-commits
mailing list