From 33b6f363bd1377c2cc55213a15b70c65f729dfb7 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 30 Aug 2023 11:52:44 -0600 Subject: [PATCH] update Releasing with learnings from 1.9.17 release --- Releasing | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Releasing b/Releasing index 042f2d68..9750a4eb 100644 --- a/Releasing +++ b/Releasing @@ -38,7 +38,7 @@ These are Bdale's notes on how to do a release. sudo cowbuilder --update - make sure fat build environment is up to date - sudo apt update && sudo apt upgrade + sudo apt update && sudo apt upgrade && sudo apt autoremove - ensure i386 build support is available, and we have tools to build installers for Windows and Mac OS X @@ -46,9 +46,12 @@ These are Bdale's notes on how to do a release. sudo apt update sudo apt install genisoimage nsis \ gcc-i686-linux-gnu gcc-aarch64-linux-gnu \ - gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf + gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf \ + gcc-mingw-w64-i686-posix gcc-mingw-w64-x86-64-win32 - - make sure jsign is installed so we can sign Windows installers + - make sure jsign is installed so we can sign Windows installers: + + https://github.com/ebourg/jsign/releases/download/5.0/jsign_5.0_all.deb - make sure ~/web/altusmetrum has no pending pullable commits -- 2.30.2