Merge lp:~brian-murray/ubuntu-archive-tools/cleanup-NBS-removing-string into lp:ubuntu-archive-tools

Proposed by Brian Murray
Status: Merged
Merged at revision: 1368
Proposed branch: lp:~brian-murray/ubuntu-archive-tools/cleanup-NBS-removing-string
Merge into: lp:ubuntu-archive-tools
Diff against target: 12 lines (+1/-1)
1 file modified
cleanup-NBS-for-EOL (+1/-1)
To merge this branch: bzr merge lp:~brian-murray/ubuntu-archive-tools/cleanup-NBS-removing-string
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+389486@code.launchpad.net

Description of the change

update_output.txt no longer talks about packages in testing.

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cleanup-NBS-for-EOL'
2--- cleanup-NBS-for-EOL 2020-04-10 17:05:29 +0000
3+++ cleanup-NBS-for-EOL 2020-08-18 16:24:06 +0000
4@@ -9,7 +9,7 @@
5 fi
6 wget -O - -q \
7 https://people.canonical.com/~ubuntu-archive/proposed-migration/"$DIST"/update_output.txt \
8-| sed -e'1,/Removing packages left in testing/d; /^[^[:space:]]/,$d; s/^[[:space:]]*//; s/:.*//' \
9+| sed -e'1,/Removing packages left in the target suite/d; /^[^[:space:]]/,$d; s/^[[:space:]]*//; s/:.*//' \
10 | grep -E '^linux|-di$' \
11 | while read pkgs; do
12 remove-package -b -s "$DIST"-updates -m NBS -y $pkgs || true

Subscribers

People subscribed via source and target branches