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

« back to all changes in this revision

Viewing changes to run-pm-notest

  • Committer: Steve Langasek
  • Date: 2023-10-22 05:47:18 UTC
  • Revision ID: steve.langasek@canonical.com-20231022054718-q356ialy4xsex0tu
mantic->noble

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=mantic
 
4
DEFAULT_SERIES=noble
5
5
 
6
6
export SERIES="${SERIES:-$DEFAULT_SERIES}"
7
7