diff options
| author | Keith Packard <keithp@keithp.com> | 2014-05-12 23:21:55 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-05-12 23:21:55 -0700 |
| commit | 8124af8c27b2b9e446aa3a4f1da83d4db7c1ea87 (patch) | |
| tree | 344be3b6e28988e251825fa81da11b1dd1c9e9df /Releasing | |
| parent | 6dd7eae5e4752d2098797e96953db8923e26835b (diff) | |
| parent | 3bcf4bdd3e3f3751ad9d517696b5573dd4593846 (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'Releasing')
| -rw-r--r-- | Releasing | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -6,7 +6,6 @@ These are Bdale's notes on how to do a release. - make sure that doc/altusmetrum.xsl has the right copyright year, and add release to the revision history at the front (release notes will be pulled in automatically) - - do the same for doc/micropeak.xsl - update the version in configure.ac git log > ChangeLog @@ -57,6 +56,17 @@ 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/telemega-v1.0/*.elf \ + src/telemetrum-v2.0/*.elf \ + ~/altusmetrumllc/Binaries/ + cp src/easymini-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> |
