From: Bdale Garbee Date: Mon, 29 Apr 2024 02:44:55 +0000 (-0600) Subject: capture things learned during 1.9.18 release X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=673d326fd861672feaee7c903486e54e8de9471d;p=fw%2Faltos capture things learned during 1.9.18 release --- diff --git a/Releasing b/Releasing index 4e0e2829..081ece27 100644 --- a/Releasing +++ b/Releasing @@ -44,7 +44,7 @@ These are Bdale's notes on how to do a release. installers for Windows and Mac OS X sudo apt update - sudo apt install genisoimage nsis \ + sudo apt install genisoimage nsis gcc-avr avr-libc \ gcc-i686-linux-gnu gcc-aarch64-linux-gnu \ gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf \ gcc-mingw-w64-i686-posix gcc-mingw-w64-x86-64-win32 @@ -117,8 +117,7 @@ These are Bdale's notes on how to do a release. src/easymega-v[1-2].0/{*.elf,*.ihx,*.map} \ src/easymini-v[1-3].0/{*.elf,*.ihx,*.map} \ src/easymotor-v3/{*.elf,*.ihx,*.map} \ - src/easytimer-v1/{*.elf,*.ihx,*.map} \ - src/easytimer-v2/{*.elf,*.ihx,*.map} \ + src/easytimer-v[1-2]/{*.elf,*.ihx,*.map} \ src/telebt-v[3-4].0/{*.elf,*.ihx,*.map} \ src/teledongle-v3.0/{*.elf,*.ihx,*.map} \ src/telegps-v[1-3].0/{*.elf,*.ihx,*.map} \ @@ -132,8 +131,7 @@ These are Bdale's notes on how to do a release. src/easymega-v[1-2].0/flash-loader/*.elf \ src/easymini-v[1-3].0/flash-loader/*.elf \ src/easymotor-v3/flash-loader/*.elf \ - src/easytimer-v1/flash-loader/*.elf \ - src/easytimer-v2/flash-loader/*.elf \ + src/easytimer-v[1-2]/flash-loader/*.elf \ src/telebt-v[3-4].0/flash-loader/{*.elf,*.bin,*.map} \ src/teledongle-v3.0/flash-loader/*.elf \ src/telegps-v[1-3].0/flash-loader/{*.elf,*.bin,*.map} \