7 export SCRIPTVARS=/srv/security-master.debian.org/dak/config/debian-security/vars
10 # Make sure we start out with a sane umask setting
13 # And use one locale, no matter what the caller has set
17 . "${configdir}/../debian/common"
19 # extract changelogs and stuff
20 function changelogs() {
21 log "Extracting changelogs"
22 dak make-changelog -e -a security
23 mkdir -p ${exportpublic}/changelogs
24 cd ${exportpublic}/changelogs
25 rsync -aHW --delete --delete-after --ignore-errors ${exportdir}/changelogs/. .
26 sudo -H -u archvsync /home/archvsync/runmirrors metasdo > ~dak/runmirrors-metadata.log 2>&1 &