X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=1414986e50450667f9f23e5fe4e0350d26728d71;hb=9240c69e5abaef1256f868030a6a181a79c3375f;hp=4456d8dcfecef28434ca0b1012143c9d958918bf;hpb=800a4cfe507f7d2359d15db9b03cc778760df0b8;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 4456d8dc..1414986e 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -163,7 +163,9 @@ function mpfm() { function packages() { log "Generating Packages and Sources files" for archive in "${public_archives[@]}"; do + log " Generating Packages/Sources for ${archive}" dak generate-packages-sources2 -a "${archive}" + log " Generating Contents for ${archive}" dak contents generate -a "${archive}" done } @@ -609,7 +611,7 @@ function changelogs() { mkdir -p ${exportpublic}/changelogs cd ${exportpublic}/changelogs rsync -aHW --delete --delete-after --ignore-errors ${exportdir}/changelogs/. . - sudo -H -u staticsync /usr/local/bin/static-update-component ftp-master.metadata.debian.org >/dev/null 2>&1 & + sudo -H -u staticsync /usr/local/bin/static-update-component metadata.ftp-master.debian.org >/dev/null 2>&1 & dak make-changelog -e -a backports [ -f /srv/backports-master.debian.org/export/changelogs/filelist.yaml ] && xz -f /srv/backports-master.debian.org/export/changelogs/filelist.yaml