Faidon Liambotis has submitted this change and it was merged.

Change subject: mirrors: update to a newer Ubuntu mirror script
......................................................................


mirrors: update to a newer Ubuntu mirror script

Copied over from https://wiki.ubuntu.com/Mirrors/Scripts, this moves
InRelease to the second stage rsync.

See Colin Watson's explanation of the new by-hash method and why this is
important for more context:
http://www.chiark.greenend.org.uk/~cjwatson/blog/no-more-hash-sum-mismatch-errors.html

Change-Id: I59ce7746500366f3f6f56ded3e13e5fe505d2aa8
---
M modules/mirrors/files/update-ubuntu-mirror
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Faidon Liambotis: Verified; Looks good to me, approved



diff --git a/modules/mirrors/files/update-ubuntu-mirror 
b/modules/mirrors/files/update-ubuntu-mirror
index 51358c7..8388728 100755
--- a/modules/mirrors/files/update-ubuntu-mirror
+++ b/modules/mirrors/files/update-ubuntu-mirror
@@ -20,7 +20,7 @@
 rsync --recursive --times --links --hard-links \
   --stats \
   --exclude "Packages*" --exclude "Sources*" \
-  --exclude "Release*" \
+  --exclude "Release*" --exclude "InRelease" \
   ${RSYNCSOURCE} ${BASEDIR} || fatal "First stage of sync failed."
 
 rsync --recursive --times --links --hard-links \

-- 
To view, visit https://gerrit.wikimedia.org/r/320772
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I59ce7746500366f3f6f56ded3e13e5fe505d2aa8
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to