summaryrefslogtreecommitdiff
path: root/Releasing
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-07-15 22:55:20 -0700
committerKeith Packard <keithp@keithp.com>2014-07-15 22:55:20 -0700
commit3cf030fffffd223c3717011e03aac82346295d71 (patch)
treeb6da4fbb1180b75bedb86ce608503a6c0aeb47f3 /Releasing
parent607fbb01710be1cb263625337f5be3d0fb48d5e7 (diff)
parent9ab3a1de95b705783c31a7e16447f52c10b6b480 (diff)
Merge tag '1.4' into fox
tagging 1.4 release Conflicts: src/Makefile
Diffstat (limited to 'Releasing')
-rw-r--r--Releasing19
1 files changed, 19 insertions, 0 deletions
diff --git a/Releasing b/Releasing
index 1c8bd2a1..1822efbe 100644
--- a/Releasing
+++ b/Releasing
@@ -7,6 +7,12 @@ These are Bdale's notes on how to do a release.
and add release to the revision history at the front (release notes
will be pulled in automatically)
+ - get a Google Maps API key and install it in
+ ~/altusmetrumllc/google-maps-api-key. If you don't have a
+ key, the app will still work, but downloading map tiles will
+ be slow, and you will only be able to download a limited
+ number per day.
+
- update the version in configure.ac
git log > ChangeLog
git commit -a
@@ -56,6 +62,19 @@ These are Bdale's notes on how to do a release.
this pushes packages for each platform to web site
+ # store a stable copy of ARM binaries for production use
+ cp src/easymini-v1.0/*.elf \
+ src/telegps-v1.0/*.elf \
+ src/telemega-v1.0/*.elf \
+ src/telemetrum-v2.0/*.elf \
+ ~/altusmetrumllc/Binaries/
+ cp src/easymini-v1.0/flash-loader/*.elf \
+ src/telegps-v1.0/flash-loader/*.elf \
+ src/telemega-v1.0/flash-loader/*.elf \
+ src/telemetrum-v2.0/flash-loader/*.elf \
+ ~/altusmetrumllc/Binaries/loaders/
+ (cd ~/altusmetrumllc ; git commit -a)
+
- copy the relevant release notes file from doc/ to
/home/bdale/web/altusmetrum/AltOS/releases/<rev>