summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-11-28 18:14:20 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-11-28 18:14:20 -0600
commit7123060cd2a918e24ca9731a3e7e43524598455d (patch)
tree67e1054930853aaec210c0956d1a3105cd01d8cd /docs
parent315f8c0293e3b4ce39707c0e1661a91e560f86f0 (diff)
parentc5de488fa53ca608a1db3564ad305a6f09d88441 (diff)
downloadmock-7123060cd2a918e24ca9731a3e7e43524598455d.tar.gz
mock-7123060cd2a918e24ca9731a3e7e43524598455d.tar.xz
mock-7123060cd2a918e24ca9731a3e7e43524598455d.zip
Merge branch 'master' of ssh://duo/~/mockwork
* 'master' of ssh://duo/~/mockwork: move uid stuff to its own module. start updating release instructions. uid stuff in its own submodule drop privs early to parse cmdline args and config files. pick them up again before we start doing real work. better end-user error messages for messed up config files
Diffstat (limited to 'docs')
-rw-r--r--docs/release-instructions.txt27
1 files changed, 20 insertions, 7 deletions
diff --git a/docs/release-instructions.txt b/docs/release-instructions.txt
index aed7fb5..ab8cd2f 100644
--- a/docs/release-instructions.txt
+++ b/docs/release-instructions.txt
@@ -1,12 +1,25 @@
Release checklist overview:
- 1) update changlelog
- 2) check all changes into git and push upstream
- 3) properly tag git tree with signature
- 4) check release into fedora cvs
- 5) do build for -devel
- 6) do build for F-7, push to testing, then stable
- 7) do a build for FC-6
+ 1) update ChangeLog
+ 2) update version in 'configure.ac'
+ 3) run 'autoreconf' to update autoconf files
+ 4) run 'make rpm' to update version in all files
+ 5) check all changes into git and push upstream
+ 6) properly tag git tree with signature
+ 7) check release into fedora cvs
+ 8) do build for -devel
+ 9) do build for F-7, push to testing, then stable
+ 10) do a build for FC-6
+
+## script form:
+# vim ChangeLog mock.spec.in
+# vim configure.ac
+# autoreconf
+# make rpm
+# git commit -m 'version bump' configure.ac configure src/mock.py
+# git tag -u YOURKEY mock-VERSION_HERE
+
+
In the mock git tree, first ensure that you are: