diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2021-10-26 15:54:56 +0100 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2021-10-26 15:54:56 +0100 |
commit | 1086d518b151cea2281b936ea3ff9ee43dfd7182 (patch) | |
tree | f1946c606bb149179c82efa6154ce00d97f265e8 | |
parent | 7b8f5eb1fea4e05d429ad7f6c724707be33d31f4 (diff) |
Change: rename check_prerelease script
-rwxr-xr-x | bin/check_prerelease.py (renamed from bin/check-prerelease.py) | 0 | ||||
-rw-r--r-- | units/miscellanea/jobs.pxu | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-prerelease.py b/bin/check_prerelease.py index 68b1a2e..68b1a2e 100755 --- a/bin/check-prerelease.py +++ b/bin/check_prerelease.py diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index dc9a0ac..ac0c9ae 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -183,7 +183,7 @@ _summary: Test that system is not a pre-release version _description: Test to verify that the system uses production, rather than pre-release, versions of the kernel and the OS. -command: check-prerelease.py +command: check_prerelease.py requires: "Ubuntu Core" not in lsb.description |