X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Releasing;h=939b10b71eb7872e01f8d8542e51fa1675d41c3c;hb=360aa73cef6fd7b782c3559aa26b3e501ee72d70;hp=555ae122fab2d4822fef66bb935276945d865931;hpb=3fb07b29d7bad57a52e4b0c75d623577ca1d4da3;p=fw%2Faltos diff --git a/Releasing b/Releasing index 555ae122..939b10b7 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,28 +112,28 @@ 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} \ src/telegps-v[1-2].0/{*.elf,*.ihx,*.map} \ src/telemega-v[1-5].0/{*.elf,*.ihx,*.map} \ - src/telemetrum-v[2-3].0/{*.elf,*.ihx,*.map} \ + src/telemetrum-v[2-4].0/{*.elf,*.ihx,*.map} \ src/telemini-v3.0/{*.elf,*.ihx,*.map} \ src/telelco-v2.0/{*.elf,*.ihx,*.map} \ src/telefireeight-v[1-2].0/{*.elf,*.ihx,*.map} \ ~/altusmetrumllc/Binaries/ 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/easymini-v[1-3].0/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/telemetrum-v[2-4].0/flash-loader/*.elf \ src/telemini-v3.0/flash-loader/{*.elf,*.bin,*.map} \ src/telelco-v2.0/flash-loader/*.elf \ src/telefireeight-v[1-2].0/flash-loader/*.elf \