Merge lp:~cjwatson/britney/more-output-prefix into lp:~ubuntu-release/britney/britney1-ubuntu

Proposed by Colin Watson
Status: Merged
Merged at revision: 275
Proposed branch: lp:~cjwatson/britney/more-output-prefix
Merge into: lp:~ubuntu-release/britney/britney1-ubuntu
Diff against target: 15 lines (+2/-2)
1 file modified
britney (+2/-2)
To merge this branch: bzr merge lp:~cjwatson/britney/more-output-prefix
Reviewer Review Type Date Requested Status
Ubuntu Release Team Pending
Review via email: mp+250298@code.launchpad.net

Commit message

Use series prefix for update_excuses.html in a couple more places.

Description of the change

Fix a couple of places I missed in https://code.launchpad.net/~cjwatson/britney/output-prefix/+merge/249048 where the series should now be prefixed to update_excuses.html.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'britney'
2--- britney 2015-02-18 15:37:12 +0000
3+++ britney 2015-02-19 12:58:01 +0000
4@@ -462,9 +462,9 @@
5 if option summary; then
6 cd $BASE
7 echo "Out of dates holding up testing:"
8- TERM=vt100 w3m -dump $HTML/update_excuses.html | sed -n 's/^ *[^ ] *[^ ]*out of date on \([^ ]*\): .*$/\1/p' | sort | uniq -c | sort -n
9+ TERM=vt100 w3m -dump $HTML/$SERIES/update_excuses.html | sed -n 's/^ *[^ ] *[^ ]*out of date on \([^ ]*\): .*$/\1/p' | sort | uniq -c | sort -n
10 echo "Uninstallables holding up testing:"
11- sed < $HTML/update_excuses.html -n 's/^ *<li>[^ ]* (\([^, ]*\),.*) uninstallable.*$/\1/p' | sort | uniq -c | sort -n
12+ sed < $HTML/$SERIES/update_excuses.html -n 's/^ *<li>[^ ]* (\([^, ]*\),.*) uninstallable.*$/\1/p' | sort | uniq -c | sort -n
13 #echo "wanna-build stats:"
14 #for a in alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc; do
15 # printf " %-12s " "$a:"

Subscribers

People subscribed via source and target branches