~xnox/ubuntu-archive-tools/sru-report-autopkgtest-vomit

« back to all changes in this revision

Viewing changes to migration-blocked-by-tests

  • Committer: Steve Langasek
  • Date: 2017-08-08 18:34:42 UTC
  • Revision ID: steve.langasek@canonical.com-20170808183442-7sg9ft909j6wksmz
maybe don't print all the packages twice

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
URLBASE=https://people.canonical.com/~ubuntu-archive/proposed-migration/
24
24
for file in update_output.txt update_output_notest.txt; do
25
25
        wget -q "$URLBASE/$file" -O - \
26
 
        | sed -e'1,/easy:/d; s/^[[:space:]]\+\* [^:]*: //p; q' \
 
26
        | sed -e'1,/easy:/d; s/^[[:space:]]\+\* [^:]*: //; q' \
27
27
        | sed -e's/, /\n/g' > "$WORKDIR/$file"
28
28
done
29
29