X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=Releasing;h=ae3dd038abec367a2f7429ddcae8e4efcb7cd677;hp=5780f3ce2778ce4e9318d58259cf083df3b548d8;hb=d95486be96fe989f6984b3452c5c5d92897c5606;hpb=43e2275250d9c91560a770942f3c06a8f74ed501 diff --git a/Releasing b/Releasing index 5780f3ce..ae3dd038 100644 --- a/Releasing +++ b/Releasing @@ -32,6 +32,8 @@ These are Bdale's notes on how to do a release. - make sure build environment is up to date sudo cowbuilder --update + - make sure ~/web/altusmetrum has no pending pullable commits + git checkout master - update the version in configure.ac if Keith hasn't already @@ -95,11 +97,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,8 +107,10 @@ 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/telemega-v3.0/{*.elf,*.ihx} \ src/telemetrum-v2.0/{*.elf,*.ihx} \ src/telemini-v3.0/{*.elf,*.ihx} \ ~/altusmetrumllc/Binaries/ @@ -118,37 +119,37 @@ 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/telemega-v3.0/flash-loader/*.elf \ src/telemetrum-v2.0/flash-loader/*.elf \ src/telemini-v3.0/flash-loader/{*.elf,*.bin} \ ~/altusmetrumllc/Binaries/loaders/ (cd ~/altusmetrumllc ; git add Binaries ; git commit -a) + - remove previous versions (only keep latest release) (cd ~/altusmetrumllc ; git push) - - copy the relevant release notes .html file from doc/ to - /home/bdale/web/altusmetrum/AltOS/releases/ - - 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 - ' && git push origin master) + (cd ~/web/altusmetrum/ && \ + git add */releases && git commit -m'Release ' && \ + git push origin master) - this pushes fresh documents to the web site + - upload the Debian package + + - clean up sudo debian/rules clean git push origin master branch- 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