X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Releasing;h=eb680d129da54453b7df8330c63d6973ad45b234;hb=4a1f441b746d4c9d1cb4a52401d76b5e81ba6f48;hp=555ae122fab2d4822fef66bb935276945d865931;hpb=3fb07b29d7bad57a52e4b0c75d623577ca1d4da3;p=fw%2Faltos diff --git a/Releasing b/Releasing index 555ae122..eb680d12 100644 --- a/Releasing +++ b/Releasing @@ -19,6 +19,8 @@ These are Keith's notes on how to do a release - update the version and date in configure.ac if Bdale hasn't already + - update the ANDROID_VERSION in configure.ac if releasing AltosDroid + - follow instructions in doc/RELNOTES - make sure there is a doc/release-notes-.inc @@ -29,6 +31,7 @@ These are Keith's notes on how to do a release - confirm doc/header.inc has correct copyright year + These are Bdale's notes on how to do a release. - make sure Debian build environment is up to date @@ -45,6 +48,8 @@ These are Bdale's notes on how to do a release. gcc-i686-linux-gnu gcc-aarch64-linux-gnu \ gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf + - make sure jsign is installed so we can sign Windows installers + - make sure ~/web/altusmetrum has no pending pullable commits git checkout master @@ -77,6 +82,7 @@ These are Bdale's notes on how to do a release. - verify debian/changelog is "clean" ending in last release version - craft a suitable debian/changelog entry, possibly using: + export EMAIL=bdale@gag.com gbp dch --release --multimaint-merge --new-version=-1 git commit -n debian/changelog -m "update changelog for Debian build" @@ -106,8 +112,8 @@ These are Bdale's notes on how to do a release. cp src/chaoskey-v1.0/{*.elf,*.ihx,*.bin,*.map} \ src/easymega-v[1-2].0/{*.elf,*.ihx,*.map} \ - src/easymini-v[1-2].0/{*.elf,*.ihx,*.map} \ - src/easymotor-v2/{*.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/telebt-v[3-4].0/{*.elf,*.ihx,*.map} \ src/teledongle-v3.0/{*.elf,*.ihx,*.map} \ @@ -121,11 +127,11 @@ These are Bdale's notes on how to do a release. cp src/chaoskey-v1.0/flash-loader/{*.elf,*.bin,*.map} \ src/easymega-v[1-2].0/flash-loader/*.elf \ src/easymini-v[1-2].0/flash-loader/*.elf \ - src/easymotor-v2/flash-loader/*.elf \ + src/easymotor-v3/flash-loader/*.elf \ src/easytimer-v1/flash-loader/*.elf \ - src/telebt-v[3-4].0/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-2].0/flash-loader/*.elf \ + src/telegps-v[1-2].0/flash-loader/{*.elf,*.bin,*.map} \ src/telemega-v[1-5].0/flash-loader/*.elf \ src/telemetrum-v[2-3].0/flash-loader/*.elf \ src/telemini-v3.0/flash-loader/{*.elf,*.bin,*.map} \