aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-07-05 10:48:27 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-07-05 10:48:30 -0700
commit7944978274c78c9e53e31e27ec3ba7f25aeb9b89 (patch)
treeeb7194d60ffbd0fbea8f9eac244d7d4cd11b98ea
parent65580fceda8017007d16f6470730d7fcd8273939 (diff)
downloadsubsurface-7944978274c78c9e53e31e27ec3ba7f25aeb9b89.tar.gz
snap: push regular updates of dependencies to stable
We simply don't use release candidates in Subsurface these days, and no one then moves these builds to stable after testing, so stable has been getting stale while the builds that people SHOULD use have been sitting in candidate. Of course, this will only become the default after our next release (as I don't want four digit versions in a release build, so I can't simply add this to our snap-stable branch). Oh well - 5.0.3 will happen soon, given the print resolution issue for icons. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rwxr-xr-x.github/workflows/scripts/check_usns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scripts/check_usns.py b/.github/workflows/scripts/check_usns.py
index 42a69d7ca..5e3e17ea0 100755
--- a/.github/workflows/scripts/check_usns.py
+++ b/.github/workflows/scripts/check_usns.py
@@ -27,7 +27,7 @@ RELEASE = "bionic"
TEAM = "subsurface"
SOURCE_NAME = "subsurface"
SNAPS = {
- "subsurface": {"candidate": {"recipe": "subsurface-stable"}},
+ "subsurface": {"stable": {"recipe": "subsurface-stable"}},
}
STORE_URL = "https://api.snapcraft.io/api/v1/snaps" "/details/{snap}?channel={channel}"