Merge lp:~xnox/ubuntu-archive-scripts/exclude-community-maas into lp:ubuntu-archive-scripts

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 347
Proposed branch: lp:~xnox/ubuntu-archive-scripts/exclude-community-maas
Merge into: lp:ubuntu-archive-scripts
Diff against target: 12 lines (+1/-1)
1 file modified
archive-reports (+1/-1)
To merge this branch: bzr merge lp:~xnox/ubuntu-archive-scripts/exclude-community-maas
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+384721@code.launchpad.net

Commit message

  archive-reports: exclude community-maas seed

  I have failed to statically link community-maas seed into community
  one, hence killing community one, and only excluding the
  community-maas one.

Description of the change

  archive-reports: exclude community-maas seed

  I have failed to statically link community-maas seed into community
  one, hence killing community one, and only excluding the
  community-maas one.

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'archive-reports'
--- archive-reports 2020-04-24 13:12:18 +0000
+++ archive-reports 2020-05-28 11:58:43 +0000
@@ -210,7 +210,7 @@
210 -d "$OUT/$name.dot" -o "$OUT/$name.txt.new" \210 -d "$OUT/$name.dot" -o "$OUT/$name.txt.new" \
211 --html-output-file "$OUT/$name.html" \211 --html-output-file "$OUT/$name.html" \
212 --csv-file "$OUT/$name.csv" \212 --csv-file "$OUT/$name.csv" \
213 --exclude "community" \213 --exclude "community-maas" \
214 "$@"214 "$@"
215 if [ "$name" = component-mismatches ]; then215 if [ "$name" = component-mismatches ]; then
216 process-component-mismatches-diff \216 process-component-mismatches-diff \

Subscribers

People subscribed via source and target branches