From: Joerg Jaspert Date: Thu, 24 Dec 2015 23:01:57 +0000 (+0100) Subject: Check the new tree, not the public one X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=61c7eca414e9e2249aa00f693b79983b451b849f Check the new tree, not the public one --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 334d5e46..4440f512 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -496,7 +496,7 @@ function mirrorpush() { log "... archive: ${archive}" archiveroot="$(get_archiveroot "${archive}")" targetpath="${mirrordir}/${archive}" - cd ${targetpath}/dists + cd ${archiveroot}/dists broken=0 for release in $(find . -name "InRelease"); do