]> git.decadent.org.uk Git - dak.git/commitdiff
Configure new DM implementation for Debian.
authorAnsgar Burchardt <ansgar@debian.org>
Wed, 19 Sep 2012 10:12:38 +0000 (12:12 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Wed, 19 Sep 2012 10:25:39 +0000 (12:25 +0200)
config/debian/common
config/debian/dak.conf
config/debian/dinstall.functions

index b1fc190146795959a8d8e3b95d03f54fff288d2c..9accda153f2b15ba7a35ebf311dae2d82bf67eb6 100644 (file)
@@ -128,6 +128,7 @@ function do_unchecked () {
 
     echo "$timestamp": ${changes:-"Nothing to do"}  >> $report
     dak process-upload -a ${UNCHECKED_WITHOUT_LOCK} -d "$unchecked" >> $report
+    dak process-commands -d "$unchecked" >> $report
 }
 
 # process NEW policy queue
index 82a76cb78aa52bf4ab2403c9a4f1a9a54dc4caae..1781958a49c1e446b449dba7e0015b9dd88bfa02 100644 (file)
@@ -379,3 +379,13 @@ ByGroup {
   ftpteam "";
   backports "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-backports";
 };
+
+Command::DM {
+  ACL "dm";
+  AdminKeyrings {
+    "/srv/keyring.debian.org/keyrings/debian-keyring.gpg";
+  };
+  Keyrings {
+    "/srv/keyring.debian.org/keyrings/debian-maintainers.gpg";
+  };
+};
index 2a5ed8b692fcd34a744f7a61c679f39b82a60d43..69a725c30e7a719a6269ec33778be7e57e2569e7 100644 (file)
@@ -403,6 +403,7 @@ function transitionsclean() {
 function dm() {
     log "Updating DM html page"
     $scriptsdir/dm-monitor >$webdir/dm-uploaders.html
+    dak acl export-per-source dm >$exportdir/dm.txt
 }
 
 function bts() {