summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Lint/Validate.py
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-03-01 03:29:05 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-03-01 04:10:01 +0100
commitc876d0563bb92e5ce7d037ab6a89eb0e0bd69160 (patch)
tree1688502c44b53c200514b0293ec7ce5231b22ad7 /src/lib/Server/Lint/Validate.py
parent61bf996fd094b954b967829411121b9ef5922526 (diff)
downloadbcfg2-c876d0563bb92e5ce7d037ab6a89eb0e0bd69160.tar.gz
bcfg2-c876d0563bb92e5ce7d037ab6a89eb0e0bd69160.tar.bz2
bcfg2-c876d0563bb92e5ce7d037ab6a89eb0e0bd69160.zip
Pinning: new pluing to handle the pinningsdebian/1.2.3-8
The pinnings of packages to a specific source are now handled with a specific plugin. This has the advantage that genshi templates could be generated out of the configured pinnings.
Diffstat (limited to 'src/lib/Server/Lint/Validate.py')
-rw-r--r--src/lib/Server/Lint/Validate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Server/Lint/Validate.py b/src/lib/Server/Lint/Validate.py
index 50c3956a4..a70a6c795 100644
--- a/src/lib/Server/Lint/Validate.py
+++ b/src/lib/Server/Lint/Validate.py
@@ -30,6 +30,7 @@ class Validate(Bcfg2.Server.Lint.ServerlessPlugin):
"%s/GroupPatterns/config.xml":"%s/grouppatterns.xsd",
"%s/NagiosGen/config.xml":"%s/nagiosgen.xsd",
"%s/FileProbes/config.xml":"%s/fileprobes.xsd",
+ "%s/Pinning/*.xml":"%s/pinning.xsd",
}
self.filelists = {}