aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-10-31 20:37:19 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2016-10-31 20:37:19 -0700
commit2ed6953be27f69ef854359d70b77513c838866aa (patch)
tree447edef1e97ab5a5f2adda9f55579bc9847665d7 /sync-distfiles.sh
parentAdd distfile recycling. (diff)
downloadmastermirror-scripts-2ed6953be27f69ef854359d70b77513c838866aa.tar.gz
mastermirror-scripts-2ed6953be27f69ef854359d70b77513c838866aa.tar.bz2
mastermirror-scripts-2ed6953be27f69ef854359d70b77513c838866aa.zip
Revert to bdb for now.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'sync-distfiles.sh')
-rwxr-xr-xsync-distfiles.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync-distfiles.sh b/sync-distfiles.sh
index 9697f07..3037b56 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.gdbm \
- --distfiles-db=${LOGDIR}/distfile-db.gdbm \
+ --deletion-db=${LOGDIR}/deletion-db.bdb \
+ --distfiles-db=${LOGDIR}/distfile-db.bdb \
--recycle-db=${LOGDIR}/recycle-db.gdbm \
--recycle-dir=${DATADIR}/distfiles-archive/ \
--temp-dir=${DATADIR}/tmp/ \