launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #06520
[Merge] lp:~sinzui/launchpad/sync-sadalbari into lp:launchpad
Curtis Hovey has proposed merging lp:~sinzui/launchpad/sync-sadalbari into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Related bugs:
Bug #940724 in Launchpad itself: "lp_publish needs to sync to sadalbari as well as scandium"
https://bugs.launchpad.net/launchpad/+bug/940724
For more details, see:
https://code.launchpad.net/~sinzui/launchpad/sync-sadalbari/+merge/94971
Sync lp_publish to scandium and sadalbari.
Pre-implementation: no one
Right now cocopulum is syncing archives only to scandium. It needs to also
sync to sadalbari
--------------------------------------------------------------------
RULES
* Apply the patch used in production.
QA
This is not QAable.
LINT
cronscripts/publishing/distro-parts/ubuntu/finalize.d/90-trigger-mirrors
TEST
None. This is actually a production configuration change.
--
https://code.launchpad.net/~sinzui/launchpad/sync-sadalbari/+merge/94971
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~sinzui/launchpad/sync-sadalbari into lp:launchpad.
=== modified file 'cronscripts/publishing/distro-parts/ubuntu/finalize.d/90-trigger-mirrors'
--- cronscripts/publishing/distro-parts/ubuntu/finalize.d/90-trigger-mirrors 2011-12-16 15:12:58 +0000
+++ cronscripts/publishing/distro-parts/ubuntu/finalize.d/90-trigger-mirrors 2012-02-28 14:37:21 +0000
@@ -3,7 +3,7 @@
# Prod the master mirrors to propagate the update.
MASTERMIRRORS="archive.syncproxy.ubuntu.com wahoo"
-MASTERMIRRORS_ASYNC="scandium"
+MASTERMIRRORS_ASYNC="scandium sadalbari"
echo "$(date -R): Triggering master mirrors..."
for HOST in $MASTERMIRRORS
Follow ups