From: <ge...@op...> - 2020-11-29 11:15:05
|
This is an automated email from Gerrit. Antonio Borneo (bor...@gm...) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5948 -- gerrit commit 6313b4c5bb0b0322beae2dd4a6fefd7a54859db8 Author: Antonio Borneo <bor...@gm...> Date: Thu Nov 5 23:02:55 2020 +0100 jimtcl: switch to github and update to tag 0.80 (2020-10-29) The 'historically' main repository of jimtcl in repo.or.cz has lost sync with the github current main repository since July 2020. The new tag 0.80 is not present in repo.or.cz. The developer of jimtcl has been in contact with the admins of repo.or.cz to fix the not better described sync issues and has now decided to stop any further tentative. A new README has been added on 2020-11-19 in the old repository to inform that it is abandoned in favour of github. The old content in repo.or.cz will remain due to forks that still exists in the same server. Switch OpenOCD git submodules to fetch jimtcl code from the main development repository in github. Move forward using the new jimtcl version 0.80. Change-Id: Ia2d59f1347ccfe374538b38131badfd46054eb91 Signed-off-by: Antonio Borneo <bor...@gm...> diff --git a/.gitmodules b/.gitmodules index 958c5d9..23ffa25 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://repo.or.cz/git2cl.git [submodule "jimtcl"] path = jimtcl - url = https://repo.or.cz/jimtcl.git + url = https://github.com/msteveb/jimtcl.git [submodule "src/jtag/drivers/libjaylink"] path = src/jtag/drivers/libjaylink url = https://repo.or.cz/libjaylink.git diff --git a/jimtcl b/jimtcl index 0aa0fb4..fb923fa 160000 --- a/jimtcl +++ b/jimtcl @@ -1 +1 @@ -Subproject commit 0aa0fb4e3a38d38a49de9eb585d93d63a370dcf6 +Subproject commit fb923fab4f0cf276c336d98692d00df6a943791d -- |