]> git.decadent.org.uk Git - dak.git/commitdiff
Unzip the files, but keep the originals for rsync to not needlessly retransfer unchan...
authorJoerg Jaspert <joerg@debian.org>
Mon, 24 Nov 2008 13:08:24 +0000 (14:08 +0100)
committerJoerg Jaspert <joerg@debian.org>
Mon, 24 Nov 2008 13:08:24 +0000 (14:08 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian-security/cron.daily

index 02e917959674259c5cc1bab2c9a103ebe2777280..4e02e57ee903d472454b8e18276b3c0d4d6a7173 100755 (executable)
@@ -13,6 +13,9 @@ export SCRIPTVARS=/org/security.debian.org/dak/config/debian-security/vars
 rsync --delete -r --include=override\* --exclude=\* --password-file /srv/non-us.debian.org/s3kr1t/rsync-password -ql security-master@ftp-master::indices/ $overridedir
 
 cd $overridedir
+for file in override*.gz; do
+       zcat $file > $(basename $file .gz)
+done
 find . -maxdepth 1 -mindepth 1 -type l | xargs --no-run-if-empty rm
 
 for suite in $suites; do