← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:fix-bq-properly-clear-builder into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:fix-bq-properly-clear-builder into launchpad:master.

Commit message:
Fix failures in xx-build-summary.txt

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/415263

These were broken by the change in bfea9d7db5 to set the builder from `BuildQueue.markAsBuilding`.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:fix-bq-properly-clear-builder into launchpad:master.
diff --git a/lib/lp/translations/stories/buildfarm/xx-build-summary.txt b/lib/lp/translations/stories/buildfarm/xx-build-summary.txt
index 5d488c1..0742e81 100644
--- a/lib/lp/translations/stories/buildfarm/xx-build-summary.txt
+++ b/lib/lp/translations/stories/buildfarm/xx-build-summary.txt
@@ -96,7 +96,7 @@ There's a detailed page for the build record.
     >>> print(extract_text(find_main_content(user_browser.contents)))
     created ...
     Build status
-        Currently building
+        Currently building on ...
         Started ...
     Build details
         Branch: lp://dev/...
@@ -122,7 +122,7 @@ product series.
     >>> print(extract_text(find_main_content(user_browser.contents)))
     created ...
     Build status
-        Currently building
+        Currently building on ...
         Started ...
     Build details
         Branch: lp://dev/...