From cb34f41d446bc2d1e9971080e40390e16e8ffec4 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 31 Oct 2016 20:20:31 -0700 Subject: Add distfile recycling. Signed-off-by: Robin H. Johnson --- sync-distfiles.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sync-distfiles.sh b/sync-distfiles.sh index da8b1f0..9697f07 100755 --- a/sync-distfiles.sh +++ b/sync-distfiles.sh @@ -48,6 +48,8 @@ python2 /usr/bin/emirrordist \ --scheduled-deletion-log=${LOGDIR}/deletion.log \ --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/ \ --whitelist-from=${DATADIR}/tmp/whitelist-master.txt \ --distfiles-local=${DATADIR}/distfiles-local \ -- cgit v1.2.3-65-gdbad