~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to run-proposed-migration

  • Committer: Iain Lane
  • Date: 2020-07-30 10:59:13 UTC
  • Revision ID: iain.lane@canonical.com-20200730105913-qkw1dso0g9wzf8ak
Fix find-rcbuggy-problem-packages for .xz excuses

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
                      $SERIES/update_excuses_by_team.html $SERIES/update_excuses_by_team.yaml
60
60
    tmpdir="$(mktemp -d)"
61
61
    wget -q -O "$tmpdir/debian-excuses.yaml" https://release.debian.org/britney/excuses.yaml
62
 
    find-rcbuggy-problem-packages --ubuntu-excuses $SERIES/update_excuses.yaml \
 
62
    find-rcbuggy-problem-packages --ubuntu-excuses $SERIES/update_excuses.yaml.xz \
63
63
                                  --ubuntu-update_output $SERIES/update_output.txt \
64
64
                                  --debian-excuses "$tmpdir/debian-excuses.yaml" \
65
65
                                  --output $SERIES/rcbuggy-problem-packages.html