Merge lp:~stub/launchpad/trivial into lp:launchpad

Proposed by Stuart Bishop
Status: Merged
Approved by: Graham Binns
Approved revision: no longer in the revision history of the source branch.
Merged at revision: not available
Proposed branch: lp:~stub/launchpad/trivial
Merge into: lp:launchpad
Diff against target: 17 lines
To merge this branch: bzr merge lp:~stub/launchpad/trivial
Reviewer Review Type Date Requested Status
Graham Binns (community) Approve
Review via email: mp+7226@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Stuart Bishop (stub) wrote :

Removes an unnecessary sync check (ensure replication environment is fully in sync). This check turns out to be unstable, probably because we have just added a new node and setup new connection paths so the sync isn't sent to all the nodes we hoped it would be.

This script is run as part of the daily staging rebuild, which is its test harness. It is used as part of the production deployment process.

lp:~stub/launchpad/trivial updated
8547. By Launchpad PQM Bot

[r=abentley][ui=none] [bug 4575, 114929, 137884, 181938, 228786,
 164499, 271949] Trivial registry fixes. Corrected the return type of
 IDistributionSourcePackage.currentrelease documentation.
 IPerson.teamdescription suggests to 'Include information on how
 to get involved with development'. IPerson.dupaccount asks for
 email address or launchpad-id. Added a link to more
 announcements to the announcement page. Removed the
 notification presentation from the 'no karma' paragraph. Added
 a paragraph to explain all karma has expired. Updated the help
 links on +editsshkeys. Currently listening to Dead Can Dance --
 The Maypole Spins.

Revision history for this message
Graham Binns (gmb) :
review: Approve
lp:~stub/launchpad/trivial updated
8548. By Launchpad PQM Bot

[r=flacoste][ui=None] Upgrade chameleon.core to 1.0b35,
 fixes file caching snafu.

8549. By Launchpad PQM Bot

[r=mwh][ui=rs][bug=383374] Change the default order of person branch
 listings to be most recently modified first.

8550. By Launchpad PQM Bot

[r=gary][ui=none] Move Windmill to buildout. Currently listening to
 Brazilian Girls - Good time.

8551. By Launchpad PQM Bot

[r=jml][ui=beuno] Change the homepage show nice formatted numbers.
 Thank you salgado!

8552. By Launchpad PQM Bot

[r=barry][ui=none] Adds pop-up help to the PPA overview page
 explaining how to add a PPA and its key. (Fixes bug 358418)

8553. By Launchpad PQM Bot

[r=intellectronica][ui=None][bug=381616] Explicitly supply
 form_header when creating the error overlay,
 so that (null) doesn't show up in Opera.

8554. By Launchpad PQM Bot

[testfix][rs=danilo] Fix test problem in 8552.

8555. By Launchpad PQM Bot

[r=gmb][ui=beuno] [bug 376174, 374660,
 332028] Update the project series page to the 2.0 layout. Currently
 listening to Chris Isaak -- Wicked Game.

8556. By Launchpad PQM Bot

[r=mwh][ui=none][bug=342467] Don't 403 the main code index if there
 is a public branch stacked on a private one if not logged on.

8557. By Launchpad PQM Bot

[r=gmb][ui=none] use revision-info -d rather than awful hacks to find
 the tip revision id of a remote branch

8558. By Launchpad PQM Bot

[r=jml][ui=beuno][bugs=383897,
 385037] Hide emails in code review comments and revision log messages
 to unauthenticated users.

8559. By Launchpad PQM Bot

[testfix][r=gmb][ui=none] Remove unnecessary sync check to stop
 replica\n\tbuilding script from blocking on production

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'database/replication/new-slave.py'
2--- database/replication/new-slave.py 2009-06-02 08:20:49 +0000
3+++ database/replication/new-slave.py 2009-06-09 12:12:24 +0000
4@@ -161,13 +161,6 @@
5
6 script += dedent("""\
7 } on error { echo 'Failed.'; exit 1; }
8-
9- echo 'Waiting for sync.';
10- echo 'This will hang if no slon daemon is running for the new slave';
11- sync (id = @master_node);
12- wait for event (
13- origin = ALL, confirmed = ALL,
14- wait on = @master_node, timeout = 0);
15 """)
16
17 for set_id in set_ids: