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

« back to all changes in this revision

Viewing changes to run-proposed-migration

  • Committer: Steve Langasek
  • Date: 2020-10-26 21:28:39 UTC
  • Revision ID: steve.langasek@canonical.com-20201026212839-n2du6zchsvx17hre
transition from hints_bzr to hints_git as a britney option name

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
case $DISTRIBUTION/$SERIES in
25
25
    ubuntu/$DEFAULT_SERIES)
26
 
        actions='hints_bzr blocks excuse_bugs pkglists run save stats summary'
 
26
        actions='hints_git hints_bzr blocks excuse_bugs pkglists run save stats summary'
27
27
        ;;
28
28
    ubuntu/*)
29
 
        actions='hints_bzr blocks excuse_bugs pkglists run stats summary'
 
29
        actions='hints_git hints_bzr blocks excuse_bugs pkglists run stats summary'
30
30
        ;;
31
31
    *)
32
32
        echo "Don't know what actions to run for $DISTRIBUTION/$SERIES!" >&2