From accd254c85dfe52fa513c5d4f15fede79c155106 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 9 Mar 2016 16:27:29 -0800 Subject: [PATCH] update_distfiles: remove deletion options We have never actually deleted anything from our mirror since gsutil cp didn't really have a way to do that and the for some unknown reason emirrordist never tried to delete anything anyway. Additionally we actually don't want to delete anything from our mirror to ensure that the source remains available for old releases. --- update_distfiles | 3 --- 1 file changed, 3 deletions(-) diff --git a/update_distfiles b/update_distfiles index d497fda49c..8ae2160fef 100755 --- a/update_distfiles +++ b/update_distfiles @@ -54,10 +54,7 @@ update_local_mirror() { --fetch-log-dir="${repo_mirror}/log" \ --failure-log="${repo_mirror}/log/failure.log" \ --success-log="${repo_mirror}/log/success.log" \ - --scheduled-deletion-log="${repo_mirror}/log/deletion.log" \ - --deletion-db="${repo_mirror}/info/deletion.db" \ --distfiles-db="${repo_mirror}/info/distfiles.db" \ - --deletion-delay=$((86400 * 14)) \ --restrict-mirror-exemptions="gentoo" \ --temp-dir="${repo_mirror}/tmp" \ --verify-existing-digest