From 4b6f28b74f442bd2b4899c08e2e5b7f73cca9eae Mon Sep 17 00:00:00 2001 From: Billy Olsen Date: Mon, 25 Jul 2022 19:30:30 -0700 Subject: [PATCH] Mark the snap grade as stable The grade of the snap is marked as devel, which is great while the app is being developed but means that the snap is not eligible to be published to candidate or stable release channels. This change marks the snap grade as stable to allow it to be released. Additionally, the automatic snap publishing that happens for each commit pushed to the unstable branch has been failing to release the snap revisions due to a symlink introduced in the openjdk package for which leaves a dangling symlink certs. The blacklisted.certs should be now contained in blocked.certs so we add that to the list of files to remove when being primed (final preparation for snap packaging). Signed-off-by: Billy Olsen --- snap/snapcraft.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index aca5981503..af6fe1e982 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: openrocket adopt-info: openrocket -grade: devel +grade: stable summary: A free, fully featured model rocket simulator. description: | OpenRocket is a free, fully featured model rocket simulator that allows you @@ -77,6 +77,7 @@ parts: prime: - -usr/lib/jvm/java-*/lib/security/cacerts - -usr/lib/jvm/java-*/jre/lib/security/cacerts + - -usr/lib/jvm/java-*/lib/security/blacklisted.certs launcher: plugin: dump