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

« back to all changes in this revision

Viewing changes to run-proposed-migration

  • Committer: Paride Legovini
  • Date: 2025-04-22 11:27:32 UTC
  • Revision ID: paride@ubuntu.com-20250422112732-kp59bwoymhae9rot
plucky->questing

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
esac
12
12
 
13
13
DEFAULT_DISTRIBUTION=ubuntu
14
 
DEFAULT_SERIES=plucky
 
14
DEFAULT_SERIES=questing
15
15
 
16
16
export DISTRIBUTION="${DISTRIBUTION:-$DEFAULT_DISTRIBUTION}"
17
17
export SERIES="${SERIES:-$DEFAULT_SERIES}"