From 3cea033ec928c21b9f7b810898ed3c3cc536d2ce Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 26 Aug 2011 09:41:46 -0600 Subject: get ready for a 1.0.1 release --- Releasing | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Releasing') diff --git a/Releasing b/Releasing index 3307b535..edfb5eb4 100644 --- a/Releasing +++ b/Releasing @@ -26,6 +26,10 @@ These are Bdale's notes on how to do a release. this pushes fresh documents to the web site + sudo debian/rules clean + + leave the build tree in an unclutterd state + Testing before a release To verify that a build works, the following need to be checked -- cgit v1.2.3 From 9451ae5e4ea6ecfa512ba93197351682d4d043dc Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 26 Aug 2011 10:51:18 -0600 Subject: update release process docs --- Releasing | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Releasing') diff --git a/Releasing b/Releasing index edfb5eb4..80d39f6a 100644 --- a/Releasing +++ b/Releasing @@ -4,10 +4,9 @@ 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 @@ -18,6 +17,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 -- cgit v1.2.3 From 93b8f40bb451c9ec152490d1f431ab18f8ecb7d1 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 26 Aug 2011 10:52:55 -0600 Subject: more release process doc updates --- Releasing | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Releasing') diff --git a/Releasing b/Releasing index 80d39f6a..4d2f8e71 100644 --- a/Releasing +++ b/Releasing @@ -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/ + 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 -- cgit v1.2.3