X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=Releasing;h=4d2f8e711c5a39df0c5dd05378c7fd6d54c589e2;hp=a7263c6162306541a206cf620037911c5037ffe4;hb=f6f54d70b768dca1715ddddea64a4df00d82b09e;hpb=f0a4deee23984a8f779917bbeaf74a66a0abf592 diff --git a/Releasing b/Releasing index a7263c61..4d2f8e71 100644 --- a/Releasing +++ b/Releasing @@ -4,13 +4,14 @@ These are Bdale's notes on how to do a release. git tag -a - git-buildpackage --git-ignore-new + - make sure checked-out tree is "clean" so git won't complain - use --git-ignore-new so trash in checked-out tree doesn't - cause the build to fail! + git-buildpackage at this point, we have Debian packages + git tag debian/ + make distclean ./autogen.sh --with-fat-dir=/home/bdale/web/altusmetrum/AltOS/releases @@ -18,6 +19,9 @@ These are Bdale's notes on how to do a release. this pushes packages for each platform to web site + - copy the relevant release notes file from doc/ to + /home/bdale/web/altusmetrum/AltOS/releases/ + - go edit ~/web/altusmetrum/AltOS/releases/.mdwn to include release date and explicit ref to dir contents so the AltOS page shows versioned links, commit and push @@ -25,3 +29,26 @@ These are Bdale's notes on how to do a release. (cd doc ; make publish) this pushes fresh documents to the web site + + sudo debian/rules clean + git push + 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 + on each platform: + + 1) Install package + + 2) Connect TM *and* TD devices. Verify that you can Monitor + Flight from the TD and Configure Telemetrum from the TM. + + 3) Replay Flight, using your favorite .eeprom file. Check + each tab, especially the 'Site Map' tab. Make sure the + sound works. + + 4) Graph Data. Graph a favorite .eeprom file. Make sure you + can zoom in on some region of the graph.