diff options
| author | Bdale Garbee <bdale@gag.com> | 2012-09-12 20:01:22 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2012-09-12 20:01:22 -0600 |
| commit | 3b612efcd1dddc6a3d59012f7ed57754b1f798c2 (patch) | |
| tree | 18d50713491ef96c5c127a309f870efb6c33f98d /Releasing | |
| parent | e076773c1693e2a62bb828dee71c04c20dbab0a5 (diff) | |
| parent | 01eb36408d7e0e826b431fcc1d3b2deb23607e0b (diff) | |
Merge branch 'new-debian' into debian
Conflicts:
ChangeLog
debian/altos.install
debian/changelog
debian/control
debian/copyright
debian/dirs
debian/docs
debian/menu
debian/rules
src/Makefile
Diffstat (limited to 'Releasing')
| -rw-r--r-- | Releasing | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Releasing b/Releasing new file mode 100644 index 00000000..4d2f8e71 --- /dev/null +++ b/Releasing @@ -0,0 +1,54 @@ +These are Bdale's notes on how to do a release. + + update the version in configure.ac and commit + + git tag -a <version> + + - make sure checked-out tree is "clean" so git won't complain + + git-buildpackage + + at this point, we have Debian packages + + git tag debian/<version> + + make distclean + + ./autogen.sh --with-fat-dir=/home/bdale/web/altusmetrum/AltOS/releases + make fat + + this pushes packages for each platform to web site + + - copy the relevant release notes file from doc/ to + /home/bdale/web/altusmetrum/AltOS/releases/<rev> + + - go edit ~/web/altusmetrum/AltOS/releases/<rev>.mdwn to include + release date and explicit ref to dir contents so the AltOS page + shows versioned links, commit and push + + (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. |
