summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2011-02-17 12:20:59 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2011-02-17 12:20:59 +0000
commitc3a4418ae747c0cd8526b5318f7c1d048f9dc7d8 (patch)
tree8e4af0fda65132454e8e71f47e89ca231ca89ecf /docs
parent4fd572954c9c1e6ec8738a1f514c2d1e9542cf94 (diff)
Record the repo-mangling magic invokations needed for a minor release.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11565 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/release-HOWTO.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/internals/release-HOWTO.txt b/docs/internals/release-HOWTO.txt
index df215223..bba60fe2 100644
--- a/docs/internals/release-HOWTO.txt
+++ b/docs/internals/release-HOWTO.txt
@@ -130,7 +130,7 @@ For the official release:
external for VALGRIND_X_Y_Z to VEX_X_Y_Z.
If it's a X.Y.0 release, make "VALGRIND_X_Y_BRANCH" and "VEX_X_Y_BRANCH"
- branches too. Useful examples:
+ branches too. Useful examples (X.Y.0 major release):
cd valgrind
svn copy trunk tags/VALGRIND_3_3_0
@@ -148,6 +148,20 @@ For the official release:
svn propset svn:externals \
"VEX svn://svn.valgrind.org/vex/branches/VEX_3_3_BRANCH" .
+ (X.Y.Z minor release):
+
+ cd vex
+ svn copy branches/VEX_3_6_BRANCH tags/VEX_3_6_1
+
+ cd valgrind
+ svn copy branches/VALGRIND_3_6_BRANCH tags/VALGRIND_3_6_1
+
+ cd tags/VALGRIND_3_6_1
+ svn propset svn:externals \
+ "VEX svn://svn.valgrind.org/vex/tags/VEX_3_6_1" .
+
+
+
- Update website:
- Put the tarball up.
- Update the docs -- both the tarball'd docs, and the online-readable docs.