X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=80af138d2a2ba624aa1dd1c6e37d7259bf55183c;hb=eef945db2ebe8dedfb837bab63dcc8d5f62ba36d;hp=faa063330c11bb5ce10a2f5ed6996a2bc4fadb01;hpb=dbd2421bbf08cd15b61bfb66dfd40dfa55c706bf;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index faa06333..80af138d 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -11,7 +11,7 @@ function remove_daily_lock() { # Remove all locks function remove_all_locks() { - rm -f $LOCK_DAILY $LOCK_ACCEPTED $LOCK_NEW + rm -f $LOCK_DAILY $LOCK_ACCEPTED } # If we error out this one is called, *FOLLOWED* by cleanup above @@ -385,15 +385,15 @@ function mkfilesindices() { } function mkchecksums() { - local archiveroot + local archiveroot dsynclist md5list for archive in "${public_archives[@]}"; do + archiveroot="$(get_archiveroot "${archive}")" dsynclist=$dbdir/dsync.${archive}.list - md5list=$indices/md5sums + md5list=${archiveroot}/indices/md5sums log -n "Creating md5 / dsync index file for ${archive}... " - archiveroot="$(get_archiveroot "${archive}")" cd "$archiveroot" ${bindir}/dsync-flist -q generate $dsynclist --exclude $dsynclist --md5 ${bindir}/dsync-flist -q md5sums $dsynclist | gzip -9n > ${md5list}.gz @@ -404,7 +404,7 @@ function mkchecksums() { function mirror() { local archiveroot - log "Regenerating \"public\" mirror/ hardlink fun for ${archive}" + log "Regenerating \"public\" mirror/ hardlink fun" DATE_SERIAL=$(date +"%Y%m%d01") FILESOAPLUS1=$(awk '/serial/ { print $3+1 }' ${TRACEFILE} ) if [ "$DATE_SERIAL" -gt "$FILESOAPLUS1" ]; then @@ -615,7 +615,7 @@ EOF # extract changelogs and stuff function changelogs() { log "Extracting changelogs" - dak make-changelog -e -a ftp-master + #dak make-changelog -e -a ftp-master mkdir -p ${exportpublic}/changelogs cd ${exportpublic}/changelogs rsync -aHW --delete --delete-after --ignore-errors ${exportdir}/changelogs/. .