aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2021-10-05 17:46:02 -0700
committerTim Newsome <tim@sifive.com>2021-10-05 17:46:02 -0700
commit1775341ef81417f3fe18e8df9628ce6a96f81a38 (patch)
tree34367880702efd084471f3045bd4d3854d5543c7 /tools
parent5215fc52abc3d204b66a05939c5257495b940cb6 (diff)
parent9188115296917ce74ad5b0f83451414735225ce5 (diff)
downloadriscv-openocd-1775341ef81417f3fe18e8df9628ce6a96f81a38.zip
riscv-openocd-1775341ef81417f3fe18e8df9628ce6a96f81a38.tar.gz
riscv-openocd-1775341ef81417f3fe18e8df9628ce6a96f81a38.tar.bz2
Merge branch 'master' into from_upstream
Conflicts: src/jtag/drivers/remote_bitbang.c src/rtos/rtos_standard_stackings.c src/rtos/rtos_standard_stackings.h src/target/breakpoints.c src/target/riscv/riscv.c src/target/target.c Change-Id: Ia6fcba3d43be8ea31728f3bcc2be6cb7e3ccc5c5
Diffstat (limited to 'tools')
-rwxr-xr-xtools/initial.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/initial.sh b/tools/initial.sh
index 446b98b..eafc9c1 100755
--- a/tools/initial.sh
+++ b/tools/initial.sh
@@ -11,7 +11,7 @@ add_remote()
{
remote_exist=`grep remote .git/config | grep review | wc -l`
if [ "x$remote_exist" = "x0" ] ; then
- git remote add review ssh://$USERNAME@openocd.zylin.com:29418/openocd.git
+ git remote add review ssh://$USERNAME@review.openocd.org:29418/openocd.git
git config remote.review.push HEAD:refs/for/master
else
echo "Remote review exists"
@@ -25,7 +25,7 @@ update_commit_msg()
mv commit-msg $save_file
printf "%-30s" "Updating commit-msg"
status="OK"
- wget -o log http://openocd.zylin.com/tools/hooks/commit-msg || status="FAIL"
+ wget -o log https://review.openocd.org/tools/hooks/commit-msg || status="FAIL"
echo $status
if [ $status = "FAIL" ] ; then
mv $save_file commit-msg