summaryrefslogtreecommitdiff
path: root/Releasing
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2017-09-18 20:46:47 -0600
committerBdale Garbee <bdale@gag.com>2017-09-18 20:46:47 -0600
commit3ead5d54135003702f771191d2c53abb584d1695 (patch)
tree03f812123642d41215fbc67ff6a308fb2906d77a /Releasing
parentb94d18396f050b61a5671b4239d2a3eb9b7a835c (diff)
parent216ea6388a75c46891dc4687a2eb0c97dc63b136 (diff)
Merge branch 'branch-1.8' into debian
Diffstat (limited to 'Releasing')
-rw-r--r--Releasing24
1 files changed, 10 insertions, 14 deletions
diff --git a/Releasing b/Releasing
index 5780f3ce..8af50a1e 100644
--- a/Releasing
+++ b/Releasing
@@ -95,11 +95,8 @@ These are Bdale's notes on how to do a release.
--with-fat-dir=/home/bdale/web/altusmetrum/
make && make fat
- this pushes packages for each platform and application
- to web site, including auto-generated mdwn files and
- release notes in html format.
+ - store a stable copy of ARM binaries for production use
- # store a stable copy of ARM binaries for production use
cp src/chaoskey-v1.0/{*.elf,*.ihx} \
src/easymega-v1.0/{*.elf,*.ihx} \
src/easymini-v1.0/{*.elf,*.ihx} \
@@ -108,6 +105,7 @@ These are Bdale's notes on how to do a release.
src/telebt-v4.0/{*.elf,*.ihx} \
src/teledongle-v3.0/{*.elf,*.ihx} \
src/telegps-v1.0/{*.elf,*.ihx} \
+ src/telegps-v2.0/{*.elf,*.ihx} \
src/telemega-v1.0/{*.elf,*.ihx} \
src/telemega-v2.0/{*.elf,*.ihx} \
src/telemetrum-v2.0/{*.elf,*.ihx} \
@@ -118,9 +116,10 @@ These are Bdale's notes on how to do a release.
src/easymini-v1.0/flash-loader/*.elf \
src/easymini-v2.0/flash-loader/{*.elf,*.bin} \
src/telebt-v3.0/flash-loader/*.elf \
- src/telebt-v4.0/flash-loader/*.elf \
+ src/telebt-v4.0/flash-loader/{*.elf,*.bin} \
src/teledongle-v3.0/flash-loader/*.elf \
src/telegps-v1.0/flash-loader/*.elf \
+ src/telegps-v2.0/flash-loader/*.elf \
src/telemega-v1.0/flash-loader/*.elf \
src/telemega-v2.0/flash-loader/*.elf \
src/telemetrum-v2.0/flash-loader/*.elf \
@@ -129,26 +128,23 @@ These are Bdale's notes on how to do a release.
(cd ~/altusmetrumllc ; git add Binaries ; git commit -a)
(cd ~/altusmetrumllc ; git push)
- - copy the relevant release notes .html file from doc/ to
- /home/bdale/web/altusmetrum/AltOS/releases/<rev>
-
- Push new release to web site
make fat-install
(cd doc ; make publish)
- (cd ~/web/altusmetrum/ && git add AltOS/releases
- TeleGPS/releases MicroPeak/releases && git commit -m'Release
- <rev>' && git push origin master)
+ (cd ~/web/altusmetrum/ && \
+ git add */releases && git commit -m'Release <rev>' && \
+ git push origin master)
+
+ - upload the Debian package
- this pushes fresh documents to the web site
+ - clean up
sudo debian/rules clean
git push origin master branch-<version> debian pristine-tar
git push --tags
- push commits and leave the build tree in an uncluttered state
-
Testing before a release
To verify that a build works, the following need to be checked