update Releasing to include reference to jsign as a release dependency
[fw/altos] / Releasing
index 555ae122fab2d4822fef66bb935276945d865931..f3ac998aacb565408398fee454c9def8c3936efa 100644 (file)
--- 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-<version>.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
@@ -106,8 +111,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} \
@@ -123,9 +128,9 @@ These are Bdale's notes on how to do a release.
           src/easymini-v[1-2].0/flash-loader/*.elf \
           src/easymotor-v2/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} \