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.
This commit is contained in:
Michael Marineau 2016-03-09 16:27:29 -08:00
parent 3a66dc83ce
commit accd254c85

View File

@ -54,10 +54,7 @@ update_local_mirror() {
--fetch-log-dir="${repo_mirror}/log" \ --fetch-log-dir="${repo_mirror}/log" \
--failure-log="${repo_mirror}/log/failure.log" \ --failure-log="${repo_mirror}/log/failure.log" \
--success-log="${repo_mirror}/log/success.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" \ --distfiles-db="${repo_mirror}/info/distfiles.db" \
--deletion-delay=$((86400 * 14)) \
--restrict-mirror-exemptions="gentoo" \ --restrict-mirror-exemptions="gentoo" \
--temp-dir="${repo_mirror}/tmp" \ --temp-dir="${repo_mirror}/tmp" \
--verify-existing-digest --verify-existing-digest