mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
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:
parent
3a66dc83ce
commit
accd254c85
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user