X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fdinstall.functions;h=cf84cae84a007a59f7d29fe470e00cb270968e5e;hb=d31ae14a9de247d47d9ff7b3f36705a58a065916;hp=2ef349b2e7064e58db03566cf49c1b71654d31f6;hpb=99de28a7108ed1b51100c9cad1e4862fcd35204b;p=dak.git diff --git a/config/backports/dinstall.functions b/config/backports/dinstall.functions index 2ef349b2..cf84cae8 100644 --- a/config/backports/dinstall.functions +++ b/config/backports/dinstall.functions @@ -318,6 +318,11 @@ function mkfilesindices() { FROM src_associations sa WHERE sa.suite = $suite_id UNION + SELECT esr.src_id + FROM extra_src_references esr + JOIN bin_associations ba ON esr.bin_id = ba.bin + WHERE ba.suite = $suite_id + UNION SELECT b.source AS source FROM bin_associations ba JOIN binaries b ON ba.bin = b.id WHERE ba.suite = $suite_id) s @@ -429,7 +434,7 @@ function transitionsclean() { function dm() { log "Updating DM html page" - $scriptsdir/dm-monitor >$webdir/dm-uploaders.html + #$scriptsdir/dm-monitor >$webdir/dm-uploaders.html } function bts() { @@ -460,7 +465,7 @@ function i18n2() { dak control-suite -l testing > wheezy dak control-suite -l unstable > sid echo "${STAMP}" > timestamp - gpg --secret-keyring /srv/ftp-master.debian.org/s3kr1t/dot-gnupg/secring.gpg --keyring /srv/ftp-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg --no-options --batch --no-tty --armour --default-key 55BE302B --detach-sign -o timestamp.gpg timestamp + gpg --secret-keyring /srv/ftp-master.debian.org/s3kr1t/dot-gnupg/secring.gpg --keyring /srv/ftp-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg --no-options --batch --no-tty --armour --default-key 473041FA --detach-sign -o timestamp.gpg timestamp rm -f md5sum md5sum * > md5sum cd ${webdir}/