diff options
author | Keith Packard <keithp@keithp.com> | 2010-11-29 20:34:27 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-11-29 20:34:27 -0800 |
commit | f0a4deee23984a8f779917bbeaf74a66a0abf592 (patch) | |
tree | e4474329552172f8dd5870d9c06451037ab09615 /Releasing | |
parent | b727156ef0a7fb6e442ca28be27eb344a213ecf8 (diff) |
Move "Releasing" to top level
This file documents the AltOS release process for all systems.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Releasing')
-rw-r--r-- | Releasing | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Releasing b/Releasing new file mode 100644 index 00000000..a7263c61 --- /dev/null +++ b/Releasing @@ -0,0 +1,27 @@ +These are Bdale's notes on how to do a release. + + update the version in configure.ac and commit + + git tag -a <version> + + git-buildpackage --git-ignore-new + + use --git-ignore-new so trash in checked-out tree doesn't + cause the build to fail! + + at this point, we have Debian packages + + make distclean + + ./autogen.sh --with-fat-dir=/home/bdale/web/altusmetrum/AltOS/releases + make fat + + this pushes packages for each platform to web site + + - 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 |