Merge lp:~cjohnston/launchpad/617209 into lp:launchpad

Proposed by Chris Johnston
Status: Merged
Approved by: William Grant
Approved revision: no longer in the source branch.
Merged at revision: 16981
Proposed branch: lp:~cjohnston/launchpad/617209
Merge into: lp:launchpad
Diff against target: 25 lines (+2/-2)
2 files modified
lib/lp/soyuz/stories/ppa/xx-ppa-packages.txt (+1/-1)
lib/lp/soyuz/templates/archive-macros.pt (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/launchpad/617209
Reviewer Review Type Date Requested Status
Celso Providelo (community) Approve
Review via email: mp+213961@code.launchpad.net

Commit message

Change total PPA figure from dispatched to created since it includes superseeded

To post a comment you must log in.
Revision history for this message
Celso Providelo (cprov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/soyuz/stories/ppa/xx-ppa-packages.txt'
2--- lib/lp/soyuz/stories/ppa/xx-ppa-packages.txt 2013-08-01 00:14:03 +0000
3+++ lib/lp/soyuz/stories/ppa/xx-ppa-packages.txt 2014-04-03 02:27:19 +0000
4@@ -70,7 +70,7 @@
5 ... anon_browser.contents, "View all builds Package build summary")
6 >>> print extract_text(build_summary)
7 View...
8- A total of 4 builds have been dispatched for this PPA.
9+ A total of 4 builds have been created for this PPA.
10 Completed builds
11 3 successful
12 1 failed
13
14=== modified file 'lib/lp/soyuz/templates/archive-macros.pt'
15--- lib/lp/soyuz/templates/archive-macros.pt 2013-05-01 17:09:37 +0000
16+++ lib/lp/soyuz/templates/archive-macros.pt 2014-04-03 02:27:19 +0000
17@@ -254,7 +254,7 @@
18 <p>A total of
19 <span class="build-count total"
20 tal:content="view/build_counters/total">100</span> builds have
21- been dispatched for this PPA.</p>
22+ been created for this PPA.</p>
23
24 <dl>
25 <dt>Completed builds</dt>