From 1d9afcc247a8a58085bbfaadedade4199d61d412 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Mon, 20 Nov 2023 03:21:01 +0100 Subject: [PATCH 1/5] Specify architectures separately... --- snap/snapcraft.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index b3b0e1791..3d61b0411 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -30,7 +30,11 @@ plugs: architectures: - build-on: [amd64] - build-for: [all] + - build-on: [arm64] + - build-on: [armhf] + - build-on: [ppc64el] + - build-on: [s390x] + - build-on: [i386] apps: openrocket: From 6e2a8bbd65cf6e537b2ed39c5b9e43c531c6766d Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Mon, 20 Nov 2023 20:22:04 +0100 Subject: [PATCH 2/5] Update SUPPORT to reference Discord server instead of Slack --- SUPPORT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SUPPORT.md b/SUPPORT.md index aabc1ede2..1faf1ba65 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -6,7 +6,7 @@ OpenRocket has two main Wiki-pages for documentation: * [OpenRocket website](https://openrocket.info/index.html) Our main communication channel are: -* [Slack](https://www.rocketryforum.com/forums/rocketry-electronics-software.36/) = **primary communication channel** +* [Discord]([https://www.rocketryforum.com/forums/rocketry-electronics-software.36/](https://discord.gg/qD2G5v2FAw)) = **primary communication channel** * [OpenRocket forum](https://www.rocketryforum.com/forums/rocketry-electronics-software.36/) * [OpenRocket-devel mailing list](https://sourceforge.net/projects/openrocket/lists/openrocket-devel) for discussion related to OpenRocket development, documentation and upcoming features -* [OpenRocket-announce mailing list](https://sourceforge.net/projects/openrocket/lists/openrocket-announce) for announcements of new OpenRocket versions and developments \ No newline at end of file +* [OpenRocket-announce mailing list](https://sourceforge.net/projects/openrocket/lists/openrocket-announce) for announcements of new OpenRocket versions and developments From 268fca3755b8e516652c34035b77f76a4522a39b Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Mon, 20 Nov 2023 20:23:35 +0100 Subject: [PATCH 3/5] Update SUPPORT.md --- SUPPORT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index 1faf1ba65..70537811b 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -6,7 +6,8 @@ OpenRocket has two main Wiki-pages for documentation: * [OpenRocket website](https://openrocket.info/index.html) Our main communication channel are: -* [Discord]([https://www.rocketryforum.com/forums/rocketry-electronics-software.36/](https://discord.gg/qD2G5v2FAw)) = **primary communication channel** +* [Discord](https://www.rocketryforum.com/forums/rocketry-electronics-software.36/](https://discord.gg/qD2G5v2FAw) = **primary communication channel** * [OpenRocket forum](https://www.rocketryforum.com/forums/rocketry-electronics-software.36/) * [OpenRocket-devel mailing list](https://sourceforge.net/projects/openrocket/lists/openrocket-devel) for discussion related to OpenRocket development, documentation and upcoming features * [OpenRocket-announce mailing list](https://sourceforge.net/projects/openrocket/lists/openrocket-announce) for announcements of new OpenRocket versions and developments +* [OpenRocket-website](https://lists.sourceforge.net/lists/listinfo/openrocket-website) for discussions around our website ([openrocket.info](openrocket.info)) From 56c066fe06acca1a67a276055e214c8c9a8942ac Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Mon, 20 Nov 2023 20:24:04 +0100 Subject: [PATCH 4/5] *sigh* fix Discord link format --- SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index 70537811b..8b2604fcb 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -6,7 +6,7 @@ OpenRocket has two main Wiki-pages for documentation: * [OpenRocket website](https://openrocket.info/index.html) Our main communication channel are: -* [Discord](https://www.rocketryforum.com/forums/rocketry-electronics-software.36/](https://discord.gg/qD2G5v2FAw) = **primary communication channel** +* [Discord](https://discord.gg/qD2G5v2FAw) = **primary communication channel** * [OpenRocket forum](https://www.rocketryforum.com/forums/rocketry-electronics-software.36/) * [OpenRocket-devel mailing list](https://sourceforge.net/projects/openrocket/lists/openrocket-devel) for discussion related to OpenRocket development, documentation and upcoming features * [OpenRocket-announce mailing list](https://sourceforge.net/projects/openrocket/lists/openrocket-announce) for announcements of new OpenRocket versions and developments From 4ce5ac18bf5852d69c39704f940b3791d55bdcd8 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Mon, 20 Nov 2023 20:25:06 +0100 Subject: [PATCH 5/5] Add tutorials page --- SUPPORT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SUPPORT.md b/SUPPORT.md index 8b2604fcb..67b89ab80 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -5,6 +5,9 @@ OpenRocket has two main Wiki-pages for documentation: * [OpenRocket wiki](http://wiki.openrocket.info/Main_Page) * [OpenRocket website](https://openrocket.info/index.html) +Also check out our tutorials to get you going on OpenRocket: +* [OpenRocket tutorials](https://openrocket.info/tutorials/) + Our main communication channel are: * [Discord](https://discord.gg/qD2G5v2FAw) = **primary communication channel** * [OpenRocket forum](https://www.rocketryforum.com/forums/rocketry-electronics-software.36/)