From bd1bec5c930491e859a9d2e2906cb3d29bd4c003 Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Wed, 15 Dec 2021 14:48:19 -0800 Subject: [PATCH 1/4] remove devel grade --- snap/snapcraft.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 472621c2a..25b84058d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -17,7 +17,6 @@ description: | https://github.com/filecoin-project/lotus -grade: devel confinement: strict parts: From 145c862ee0752c42404edc9570ea3f199ea49201 Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Wed, 15 Dec 2021 14:49:56 -0800 Subject: [PATCH 2/4] tmp: publish to snapcraft edge --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a4a88a090..37caa731a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1042,6 +1042,9 @@ workflows: tags: only: - /^v\d+\.\d+\.\d+(-rc\d+)?$/ + - publish-snapcraft: + name: temporary-snapcraft-publish-edge + channel: edge nightly: triggers: From 2f30322a4e5ffc9546859e7d2bbd0f71fa312986 Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Wed, 15 Dec 2021 15:01:42 -0800 Subject: [PATCH 3/4] try stable --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 37caa731a..252e1fff8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1043,8 +1043,8 @@ workflows: only: - /^v\d+\.\d+\.\d+(-rc\d+)?$/ - publish-snapcraft: - name: temporary-snapcraft-publish-edge - channel: edge + name: temporary-snapcraft-publish-stable + channel: stable nightly: triggers: From 65ecca290488dbfd50f2abc55c7ad343bc6ebca0 Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Wed, 15 Dec 2021 15:54:40 -0800 Subject: [PATCH 4/4] restore .circleci --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 252e1fff8..a4a88a090 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1042,9 +1042,6 @@ workflows: tags: only: - /^v\d+\.\d+\.\d+(-rc\d+)?$/ - - publish-snapcraft: - name: temporary-snapcraft-publish-stable - channel: stable nightly: triggers: