From 7944978274c78c9e53e31e27ec3ba7f25aeb9b89 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 5 Jul 2021 10:48:27 -0700 Subject: [PATCH] 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 --- .github/workflows/scripts/check_usns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"