aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2020-05-09 10:55:08 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2020-05-09 10:55:08 -0700
commit7a7a3c3f7e144e82d3a2e020e2e9f0e9e6618875 (patch)
tree8f507d1ab4918f95516637188b356636af2c1ddf
parentsync-autobuilds.sh: keep backups in case of mirror issue (diff)
downloadmastermirror-scripts-7a7a3c3f7e144e82d3a2e020e2e9f0e9e6618875.tar.gz
mastermirror-scripts-7a7a3c3f7e144e82d3a2e020e2e9f0e9e6618875.tar.bz2
mastermirror-scripts-7a7a3c3f7e144e82d3a2e020e2e9f0e9e6618875.zip
sync-distfiles: update db filenames
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xsync-distfiles.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync-distfiles.sh b/sync-distfiles.sh
index 4408046..afd4949 100755
--- a/sync-distfiles.sh
+++ b/sync-distfiles.sh
@@ -46,8 +46,8 @@ python2 /usr/bin/emirrordist \
--failure-log=${LOGDIR}/failure.log \
--success-log=${LOGDIR}/success.log \
--scheduled-deletion-log=${LOGDIR}/deletion.log \
- --deletion-db=${LOGDIR}/deletion-db.bdb \
- --distfiles-db=${LOGDIR}/distfile-db.bdb \
+ --deletion-db=${LOGDIR}/deletion-db.gdbm \
+ --distfiles-db=${LOGDIR}/distfile-db.gdbm \
--recycle-db=${LOGDIR}/recycle-db.gdbm \
--recycle-dir=${DATADIR}/distfiles-archive/ \
--temp-dir=${DATADIR}/tmp/ \