Merge ~jbicha/ubuntu-archive-tools:autopkgtest-help into ubuntu-archive-tools:main

Proposed by Jeremy Bícha
Status: Merged
Merge reported by: Steve Langasek
Merged at revision: 62666e0d700ea64093156c466057aeae6e137116
Proposed branch: ~jbicha/ubuntu-archive-tools:autopkgtest-help
Merge into: ubuntu-archive-tools:main
Diff against target: 13 lines (+1/-1)
1 file modified
retry-autopkgtest-regressions (+1/-1)
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+435612@code.launchpad.net

Description of the change

Escape \n so it displays correctly
Separate the URL from the : so that it's more easily clickable

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, the escaping issue got fixed in cb4d8ffd since, could you rebase / update the commit message then it should ok to merge!

Revision history for this message
Steve Langasek (vorlon) wrote :

I've manually cherry-picked the change, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/retry-autopkgtest-regressions b/retry-autopkgtest-regressions
2index 8d058f2..53c8d8a 100755
3--- a/retry-autopkgtest-regressions
4+++ b/retry-autopkgtest-regressions
5@@ -59,7 +59,7 @@ def parse_args():
6 printf "autopkgtest.ubuntu.com\\tTRUE\\t/\\tTRUE\\t0\\tSRVNAME\\tVALUE\\n" >> ~/.cache/autopkgtest.cookie
7 (The cookie is valid for one month)
8
9- - retry-autopkgtest-regressions [opts...] | vipe | xargs -rn1 -P10 curl --cookie ~/.cache/autopkgtest.cookie -o /dev/null --silent --head --write-out '%{url_effective}: %{http_code}\n'
10+ - retry-autopkgtest-regressions [opts...] | vipe | xargs -rn1 -P10 curl --cookie ~/.cache/autopkgtest.cookie -o /dev/null --silent --head --write-out '%{url_effective} : %{http_code}\\n'
11 edit URL list to pick/remove requests as desired, then close editor to let it run
12 ''')
13 parser.add_argument('-s', '--series', default=default_series,

Subscribers

People subscribed via source and target branches