]> git.decadent.org.uk Git - dak.git/commitdiff
Check the new tree, not the public one
authorJoerg Jaspert <joerg@debian.org>
Thu, 24 Dec 2015 23:01:57 +0000 (00:01 +0100)
committerJoerg Jaspert <joerg@debian.org>
Thu, 24 Dec 2015 23:01:57 +0000 (00:01 +0100)
config/debian/dinstall.functions

index 334d5e4618f723c957b9da81876d438ecd7d7135..4440f512b4818bd6fa94abc36a97eb0e1284a1d0 100644 (file)
@@ -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