From: Bdale Garbee Date: Wed, 30 Aug 2023 17:52:44 +0000 (-0600) Subject: update Releasing with learnings from 1.9.17 release X-Git-Tag: 1.9.17.1~9 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=33b6f363bd1377c2cc55213a15b70c65f729dfb7 update Releasing with learnings from 1.9.17 release --- 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