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

« back to all changes in this revision

Viewing changes to run-proposed-migration

  • Committer: Steve Langasek
  • Date: 2024-04-26 19:45:04 UTC
  • Revision ID: steve.langasek@canonical.com-20240426194504-1a2cimz4mql1mupg
noble->oracular

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=noble
 
14
DEFAULT_SERIES=oracular
15
15
 
16
16
export DISTRIBUTION="${DISTRIBUTION:-$DEFAULT_DISTRIBUTION}"
17
17
export SERIES="${SERIES:-$DEFAULT_SERIES}"