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

« back to all changes in this revision

Viewing changes to run-pm-notest

  • 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:
1
1
#! /bin/sh
2
2
set -e
3
3
 
4
 
DEFAULT_SERIES=noble
 
4
DEFAULT_SERIES=oracular
5
5
 
6
6
export SERIES="${SERIES:-$DEFAULT_SERIES}"
7
7