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

« back to all changes in this revision

Viewing changes to run-proposed-migration

  • Committer: Sebastien Bacher
  • Author(s): Iain Lane
  • Date: 2020-07-15 15:03:37 UTC
  • mfrom: (282.1.1 ubuntu-archive-scripts)
  • Revision ID: seb128@ubuntu.com-20200715150337-lssrj3fp7er5v2l3
generate-team-p-m, run-proposed-migration: More updates for .xz excuses

We missed updating the code & filesystem paths here.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
code/b1/britney $actions >"$logfile" 2>&1
55
55
if [ "$SERIES" = "$DEFAULT_SERIES" ]; then
56
56
    cd ~/public_html/proposed-migration/
57
 
    generate-team-p-m --excuses-yaml $SERIES/update_excuses.yaml \
 
57
    generate-team-p-m --excuses-yaml $SERIES/update_excuses.yaml.xz \
58
58
                      --subscribers-json ~/public_html/package-team-mapping.json \
59
59
                      $SERIES/update_excuses_by_team.html $SERIES/update_excuses_by_team.yaml
60
60
    tmpdir="$(mktemp -d)"