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

« back to all changes in this revision

Viewing changes to run-pm-notest

  • Committer: Steve Langasek
  • Date: 2023-06-01 16:01:45 UTC
  • Revision ID: steve.langasek@canonical.com-20230601160145-g6plsb7z39dj23ng
Fix sru-autosubscribe to not crash on uploads without .changes files

No changes file -> no bug links -> nothing to do, so skip

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