This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/567
-- gerrit commit 8a7728ffb7651bc113ab2698a5a2d40228a752b4 Author: Spencer Oliver <[email protected]> Date: Mon Apr 16 17:53:28 2012 +0100 docs: update gerrit publish refs since gerrit 2.3 pushing changes to refs/for/ is deprecated in favour of using refs/publish/. Change-Id: I6244b9645da2144921583bd9778a95c563fac89f Signed-off-by: Spencer Oliver <[email protected]> diff --git a/HACKING b/HACKING index 47169ee..501df6e 100644 --- a/HACKING +++ b/HACKING @@ -69,12 +69,12 @@ to instruct git locally how to send off the changes. -# Add a new remote to git using Gerrit username: @code git remote add review ssh://[email protected]:29418/openocd.git -git config remote.review.push HEAD:refs/for/master +git config remote.review.push HEAD:refs/publish/master @endcode Or with http only: @code git remote add review http://openocd.zylin.com/p/openocd.git -git config remote.review.push HEAD:refs/for/master +git config remote.review.push HEAD:refs/publish/master @endcode -# You will need to install this hook, we will look into a better solution: @code diff --git a/tools/initial.sh b/tools/initial.sh index c183d01..9caba5a 100755 --- a/tools/initial.sh +++ b/tools/initial.sh @@ -12,7 +12,7 @@ add_remote() remote_exist=`grep remote .git/config | grep review | wc -l` if [ "x$remote_exist" = "x0" ] ; then git remote add review ssh://[email protected]:29418/openocd.git - git config remote.review.push HEAD:refs/for/master + git config remote.review.push HEAD:refs/publish/master else echo "Remote review exists" fi -- ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
