From 67c8dd45f3a4c18fb2e4da03880b7bd87d326a6b Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Wed, 8 Jul 2009 17:21:05 -0500 Subject: added step to update docs/runtests.sh to use current config --- docs/release-instructions.txt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/release-instructions.txt b/docs/release-instructions.txt index 4d9932c..6d201a3 100644 --- a/docs/release-instructions.txt +++ b/docs/release-instructions.txt @@ -19,15 +19,17 @@ In the git tree: 5) run 'autogen.sh' to update autoconf files 6) run 'configure' to generate Makefile and mock.spec 7) run 'make rpm' to generate binary RPM and propagate version changes - 8) run 'make check' until it passes - 9) check in any changes - 10) remove ChangeLog and AUTHORS - 11) run 'make dist' to generate ChangeLog and AUTHORS files - 12) update version info in 'configure.ac' and commit it: + 8) verify that docs/runtests.sh uses a supported config file + (i.e. released fedora minus one). If not, edit and commit + 9) run 'make check' until it passes + 10) check in any changes + 11) remove ChangeLog and AUTHORS + 12) run 'make dist' to generate ChangeLog and AUTHORS files + 13) update version info in 'configure.ac' and commit it: $ git commit -m 'version bump' configure.ac - 13) tag the git tree: + 14) tag the git tree: $ git tag -u mock- - 14) push to main git repo (only from master branch): + 15) push to main git repo (only from master branch): # substitute 'master' with branch name if on another branch $ git push --tags origin master -- cgit