summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/release-instructions.txt5
-rwxr-xr-xdocs/runtests.sh2
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/release-instructions.txt b/docs/release-instructions.txt
index 7bd5aec..671551d 100644
--- a/docs/release-instructions.txt
+++ b/docs/release-instructions.txt
@@ -14,7 +14,7 @@ In the git tree:
$ git checkout master
2) merge any changes from local branches
$ git merge mybranch
- 3) update configure.ac with new version info
+ 3) update configure.ac with new version info (don't commit yet)
4) update the %changelog section of mock.spec.in
5) run 'autogen.sh' to update autoconf files
6) run 'configure' to generate Makefile and mock.spec
@@ -25,7 +25,8 @@ In the git tree:
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:
+ 13) commit conigure.ac and any other changes with a
+ version bump message:
$ git commit -m 'version bump' configure.ac
14) tag the git tree:
$ git tag -u <your key> mock-<version>
diff --git a/docs/runtests.sh b/docs/runtests.sh
index 0b4af5f..60e6f6a 100755
--- a/docs/runtests.sh
+++ b/docs/runtests.sh
@@ -27,7 +27,7 @@ cd $TOP_SRCTREE
#
# most tests below will use this mock command line
#
-testConfig=fedora-10-x86_64
+testConfig=fedora-11-x86_64
uniqueext="$$-$RANDOM"
outdir=${CURDIR}/mock-unit-test
MOCKCMD="sudo ./py/mock.py --resultdir=$outdir --uniqueext=$uniqueext -r $testConfig $MOCK_EXTRA_ARGS"