]> git.decadent.org.uk Git - dak.git/commitdiff
dinstall
authorJoerg Jaspert <joerg@debian.org>
Tue, 3 Feb 2009 20:01:05 +0000 (21:01 +0100)
committerJoerg Jaspert <joerg@debian.org>
Tue, 3 Feb 2009 20:01:05 +0000 (21:01 +0100)
added package/file mapping generation to dinstall

Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall
tools/logs.py

index dbfcd1bb42a33ffe44957f229cd97fbe1f016182..6ade212b32d9ec07e0c7e20b77dced82d2af4c27 100755 (executable)
@@ -172,6 +172,10 @@ rm -f override.sid.all3
 for i in main contrib non-free main.debian-installer; do cat override.sid.$i >> override.sid.all3; done
 ts "overrides"
 
+# Generate package / file mapping
+echo "Generating package / file mapping"
+dak make-pkg-file-mapping
+ts "pkg-file-mapping"
 
 # Generate Packages and Sources files
 echo "Generating Packages and Sources files"
index d77d7d20b01c39c41527b3949c82e313f84ed8f5..e88f88990aff9bff729af7704e30b835dd295f85 100755 (executable)
@@ -17,7 +17,7 @@ UNSAFE = re.compile(r'[^a-zA-Z/\._:0-9\- ]')
 graphs = {"dinstall1": {"keystolist":["pg_dump1", "i18n 1", "accepted", "make-suite-file-list", "apt-ftparchive",
                                     "pdiff", "release files", "w-b", "i18n 2", "apt-ftparchive cleanup"],
                         "showothers":True},
-          "dinstall2": {"keystolist":['External Updates', 'p-u-new', 'o-p-u-new', 'cruft', 'import-keyring', 'overrides', 'cleanup', 'scripts', 'mirror hardlinks', 'stats', 'compress'],
+          "dinstall2": {"keystolist":['External Updates', 'p-u-new', 'o-p-u-new', 'cruft', 'import-keyring', 'overrides', 'cleanup', 'scripts', 'mirror hardlinks', 'stats', 'compress', "pkg-file-mapping" ],
                         "showothers":False},
           "totals":{"keystolist":["apt-ftparchive", "apt-ftparchive cleanup"],"showothers":True}}