From: Julian Seward Date: Thu, 17 Feb 2011 12:20:59 +0000 (+0000) Subject: Record the repo-mangling magic invokations needed for a minor release. X-Git-Tag: svn/VALGRIND_3_7_0~663 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a34e53eb927961b2238b5df9f3425e2127121225;p=thirdparty%2Fvalgrind.git Record the repo-mangling magic invokations needed for a minor release. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11565 --- diff --git a/docs/internals/release-HOWTO.txt b/docs/internals/release-HOWTO.txt index df2152232d..bba60fe222 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.