Change in osmo-ttcn3-hacks[master]: deps/Makefile: fix ECLIPSEGIT2 clone URL

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Feb 10 11:50:30 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17117 )

Change subject: deps/Makefile: fix ECLIPSEGIT2 clone URL
......................................................................

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
---
M deps/Makefile
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/deps/Makefile b/deps/Makefile
index 91636af..1a13211 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 @@
 			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 @@
 			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 \

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17117
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I04b690a262765f60b671225e1a5425e2750d093f
Gerrit-Change-Number: 17117
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200210/c1c55ab6/attachment.htm>


More information about the gerrit-log mailing list