提交 90e234cc 编写于 作者: J Joerg Jaspert

Unzip the files, but keep the originals for rsync to not needlessly retransfer unchanged ones

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 4489672c
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册