From 5690171250e66aa2fc3d9018220fddc4080818bd Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 9 May 2020 10:59:24 -0700 Subject: sync-distfiles: update doc Signed-off-by: Robin H. Johnson --- sync-distfiles.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sync-distfiles.sh b/sync-distfiles.sh index afd4949..0746365 100755 --- a/sync-distfiles.sh +++ b/sync-distfiles.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2014-2019 Gentoo Authors; Distributed under the GPL v2 +# Copyright 2014-2020 Gentoo Authors; Distributed under the GPL v2 DATADIR="/data/gmirror-distfiles" LOGDIR="${DATADIR}/log" @@ -37,9 +37,8 @@ fi # human readable time format, 1814400 seconds equals 3 weeks DELAY=1814400 -# WHEN you convert away from Python2, the .gdbm files need to be converted for -# the key encoding! -python2 /usr/bin/emirrordist \ +# WARNING: This is sensitive to *DBM that is built with python +/usr/bin/emirrordist \ --distfiles=${DATADIR}/distfiles/ \ --delete --jobs=10 --repo=gentoo \ --deletion-delay=${DELAY} \ -- cgit v1.2.3-65-gdbad