diff options
author | Bdale Garbee <bdale@gag.com> | 2011-08-26 10:52:55 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-08-26 10:52:55 -0600 |
commit | 93b8f40bb451c9ec152490d1f431ab18f8ecb7d1 (patch) | |
tree | c65e805e555b76037806f62c04d45168734a8ba0 | |
parent | 9451ae5e4ea6ecfa512ba93197351682d4d043dc (diff) |
more release process doc updates
-rw-r--r-- | Releasing | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,6 +10,8 @@ These are Bdale's notes on how to do a release. at this point, we have Debian packages + git tag debian/<version> + make distclean ./autogen.sh --with-fat-dir=/home/bdale/web/altusmetrum/AltOS/releases @@ -29,8 +31,10 @@ These are Bdale's notes on how to do a release. this pushes fresh documents to the web site sudo debian/rules clean + git push + git push --tags - leave the build tree in an unclutterd state + push commits and leave the build tree in an uncluttered state Testing before a release |