]> granicus.if.org Git - check/commitdiff
update svn URL in release process
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 5 Nov 2013 02:09:13 +0000 (02:09 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 5 Nov 2013 02:09:13 +0000 (02:09 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@852 64e312b2-a51f-0410-8e61-82d0ca0eb02a

HACKING
Makefile.am

diff --git a/HACKING b/HACKING
index 35e0d577a5d0d31131f5b7319ea015fa640a06ad..768080d99c4e9a3fc4de2476f987a1f728ed9482 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -43,7 +43,7 @@ If you are behind a proxy remember to "socksify" (or similar) your
        based on r637 (2012-10-22 13:54:14 +0200)"
     Now 'svn commit -m "* Update for release" NEWS'
 5.  make SF_USERNAME=username RELEASE_VERSION=X.Y.Z preparerelease
-    This will tag trunk as https://svn.sourceforge.net/svnroot/check/tags/check-X.Y.Z
+    This will tag trunk as https://svn.code.sf.net/p/check/code/tags/check-X.Y.Z
 6.  Follow the prompts. If anything goes wrong see Makefile.am and complete it by hand.
 7.  Use the following template to announce the release:
 =====
index 3aedf1b15f431aec760ac270f044afc31d4559fe..e966c76d7e59d7d7733dd22e8fe1599ca5bc7269 100644 (file)
@@ -69,8 +69,8 @@ releasevars:
 
 preparerelease: releasevars .svnrelease prereleasecheck
        @echo tagging release from `cat .svnrelease`
-       svn cp -m "Tagging for check-${RELEASE_VERSION}" -r`cat .svnrelease` https://check.svn.sourceforge.net/svnroot/check/trunk https://check.svn.sourceforge.net/svnroot/check/tags/check-${RELEASE_VERSION}
-       svn co https://check.svn.sourceforge.net/svnroot/check/tags/check-${RELEASE_VERSION} check-${RELEASE_VERSION}
+       svn cp -m "Tagging for check-${RELEASE_VERSION}" -r`cat .svnrelease` https://svn.code.sf.net/p/check/code/trunk https://svn.code.sf.net/p/check/code/tags/check-${RELEASE_VERSION}
+       svn co https://svn.code.sf.net/p/check/code/tags/check-${RELEASE_VERSION} check-${RELEASE_VERSION}
        @echo "Any last minute changes? This is your final chance."
        @echo "CTRL-D when finished or 'exit 1' to abort."
        @echo "aborting will leave the partially prepared release in" `pwd`