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

« back to all changes in this revision

Viewing changes to run-pm-notest

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