aboutsummaryrefslogtreecommitdiffstats
path: root/deps
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-02-10 10:38:13 +0100
committerOliver Smith <osmith@sysmocom.de>2020-02-10 11:25:26 +0100
commit36cb88c6cc72c8a8cbeb6086bc926b78e4d9bb9d (patch)
tree3811cf4c8a0804201d248fb12ac17ccc4d710aca /deps
parent865ba37553609a07f714aadfa54b91b5e6771680 (diff)
deps/Makefile: fix ECLIPSEGIT2 clone URL
Switch to working clone URL, after more repositories stopped working with the old URL. Revert 865ba37553609a07f714aadfa54b91b5e6771680 ("deps: Work around disappearing eclipse.org git repositories"). Related: https://bugs.eclipse.org/bugs/show_bug.cgi?id=559943 Change-Id: I04b690a262765f60b671225e1a5425e2750d093f
Diffstat (limited to 'deps')
-rw-r--r--deps/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/Makefile b/deps/Makefile
index 91636afe..1a132119 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -14,7 +14,7 @@
# limitations under the License.
ECLIPSEGIT:=https://github.com/eclipse
-ECLIPSEGIT2:=git://git.eclipse.org/gitroot/titan
+ECLIPSEGIT2:=https://git.eclipse.org/r/titan
OSMOGITHUB:=https://github.com/osmocom
OSMOGIT:=git://git.osmocom.org
@@ -53,6 +53,8 @@ ECLIPSEGIT2_REPOS= titan.ProtocolModules.GRE \
titan.ProtocolModules.GTP_v13.5.0 \
titan.ProtocolModules.GTPv2_v13.7.0 \
titan.ProtocolModules.ISUP_Q.762 \
+ titan.ProtocolModules.LLC_v7.1.0 \
+ titan.ProtocolModules.MobileL3_v13.4.0 \
titan.ProtocolModules.NAS_EPS_15.2.0.1 \
titan.ProtocolModules.NS_v7.3.0 \
titan.ProtocolModules.SGsAP_13.2.0 \
@@ -62,9 +64,7 @@ OSMOGITHUB_REPOS= titan.TestPorts.SCTPasp \
titan.TestPorts.MTP3asp \
titan.TestPorts.UDPasp \
titan.ProtocolEmulations.M3UA \
- titan.ProtocolEmulations.SCCP \
- titan.ProtocolModules.LLC_v7.1.0 \
- titan.ProtocolModules.MobileL3_v13.4.0
+ titan.ProtocolEmulations.SCCP
OSMOGIT_REPOS= titan.ProtocolModules.MAP \
titan.ProtocolModules.BSSMAP \