~canonical-launchpad-branches/launchpad/+git/bzr-personal:cjwatson/parallel-germinate

Last commit made on 2014-05-22
Get this branch:
git clone -b cjwatson/parallel-germinate https://git.launchpad.net/~canonical-launchpad-branches/launchpad/+git/bzr-personal
Members of Canonical Launchpad Branches can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
cjwatson/parallel-germinate
Repository:
lp:~canonical-launchpad-branches/launchpad/+git/bzr-personal

Recent commits

243cf5d... by Colin Watson

Parallelise generate-extra-overrides by architecture, saving about two minutes off each publisher run.

780a944... by Launchpad PQM Bot

[r=wgrant][bug=609297][incr] Turn inline comments publish checkbox
 label into a real label, ensure that drafts are refreshed after publishing,
 and fix off-by-one error in inline comment email formatting.

27a56f4... by William Grant

Fix test failures.

f95e840... by Launchpad PQM Bot

[r=cjohnston,
 wgrant][bug=1319151] Replace irc.freenode.net with chat.freenode.net
 throughout.

c2663f9... by Launchpad PQM Bot

[r=cjwatson][no-qa] cron.germinate: Add ubuntu-touch

32ed8cf... by Colin Watson

The network is called "freenode", not "Freenode".

5e1e307... by William Grant

Turn 'Include X diff comments' into a label for the checkbox so it's possible to click without incredible precision.

4444c35... by William Grant

Ensure that drafts are refreshed from the server after publishing them, as we otherwise end up with weird ghost drafts that either don't appear or disappear until refresh.

2bfab0b... by William Grant

Fix inline comment off-by-one error. Comment dicts are 1-indexed, but the email formatter was accidentally just skipping line 0 instead of numbering from 1.

651f21e... by Launchpad PQM Bot

[testfix][r=wgrant] Check for the existence of the
 pub_drafts_container anchor rather than directly checking LP.links['me'],
 so tests don't have to emulate LP.links.