From d77907b3fb2e0ebd3132540591b0a476eebc0f22 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 26 May 2024 09:59:52 -0400 Subject: [PATCH] Add Flatpak updating instructions --- content/astra/releasing.md | 4 ++++ content/astra/updating-flatpak.md | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 content/astra/updating-flatpak.md diff --git a/content/astra/releasing.md b/content/astra/releasing.md index de99bd6..4aa0ce6 100644 --- a/content/astra/releasing.md +++ b/content/astra/releasing.md @@ -87,6 +87,10 @@ Currently the website has to be kept up to date manually: 2. Create a new version page & update the changelog link. 3. Update the source tarball link, including the size (if changed) and the SHA256. +## Update the Flatpak + +Make sure to run the process described in [Updating the Flatpak](astra/updating-flatpak). + ## Update the distro packaging There are three packages to update and test: diff --git a/content/astra/updating-flatpak.md b/content/astra/updating-flatpak.md new file mode 100644 index 0000000..8f9f100 --- /dev/null +++ b/content/astra/updating-flatpak.md @@ -0,0 +1,7 @@ +--- +title: "Updating the Flatpak" +--- + +When the Flatpak repository needs updating, first run `scripts/build-flatpak-for-repo.sh`. The repository state path is hardcoded to `/home/josh/sources/flatpak-distrib` and to my personal GPG key for now. + +Once that's done, run `scripts/copy-repo-to-server.sh` and then the Flatpak repository should be updated.