<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24331">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">TITAN project migration to eclipse gitlab<br><br>As announced in https://www.eclipse.org/forums/index.php/t/1107586/<br>TITAN is migrating both their github and git.eclipse.org repositories to<br>eclipse gitlab.<br><br>Let's adjust our Makefile accordingly<br><br>Change-Id: I6a501d50891c4fda78d33d3efd6030244a4aaf50<br>---<br>M deps/Makefile<br>1 file changed, 20 insertions(+), 30 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/deps/Makefile b/deps/Makefile</span><br><span>index 3d49a68..9296f1b 100644</span><br><span>--- a/deps/Makefile</span><br><span>+++ b/deps/Makefile</span><br><span>@@ -13,25 +13,40 @@</span><br><span> # See the License for the specific language governing permissions and</span><br><span> # limitations under the License.</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-ECLIPSEGITHUB:=https://github.com/eclipse</span><br><span style="color: hsl(0, 100%, 40%);">-ECLIPSEGIT2:=https://git.eclipse.org/r/titan</span><br><span> ECLIPSEGITLAB:=https://gitlab.eclipse.org/eclipse/titan</span><br><span> OSMOGITHUB:=https://github.com/osmocom</span><br><span> OSMOGIT:=git://git.osmocom.org</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-ECLIPSEGITHUB_REPOS=  titan.Libraries.TCCUsefulFunctions \</span><br><span style="color: hsl(120, 100%, 40%);">+ECLIPSEGITLAB_REPOS=      titan.Libraries.TCCUsefulFunctions \</span><br><span style="color: hsl(120, 100%, 40%);">+                  titan.ProtocolEmulations.M3UA \</span><br><span style="color: hsl(120, 100%, 40%);">+                       titan.ProtocolModules.BSSAPP_v7.3.0 \</span><br><span style="color: hsl(120, 100%, 40%);">+                 titan.ProtocolModules.DIAMETER_ProtocolModule_Generator \</span><br><span>                    titan.ProtocolModules.DNS \</span><br><span style="color: hsl(120, 100%, 40%);">+                   titan.ProtocolModules.GRE \</span><br><span style="color: hsl(120, 100%, 40%);">+                   titan.ProtocolModules.GTP_v13.5.0 \</span><br><span style="color: hsl(120, 100%, 40%);">+                   titan.ProtocolModules.GTPv2_v13.7.0 \</span><br><span>                        titan.ProtocolModules.ICMP \</span><br><span>                         titan.ProtocolModules.ICMPv6 \</span><br><span>                       titan.ProtocolModules.IP \</span><br><span style="color: hsl(120, 100%, 40%);">+                    titan.ProtocolModules.ISUP_Q.762 \</span><br><span>                   titan.ProtocolModules.JSON_v07_2006 \</span><br><span>                        titan.ProtocolModules.L2TP \</span><br><span style="color: hsl(120, 100%, 40%);">+                  titan.ProtocolModules.LLC_v7.1.0 \</span><br><span>                   titan.ProtocolModules.M3UA \</span><br><span style="color: hsl(120, 100%, 40%);">+                  titan.ProtocolModules.MobileL3_v13.4.0 \</span><br><span>                     titan.ProtocolModules.SMPP \</span><br><span>                         titan.ProtocolModules.TCP \</span><br><span>                  titan.ProtocolModules.UDP \</span><br><span>                  titan.ProtocolModules.RTP \</span><br><span style="color: hsl(0, 100%, 40%);">-                     titan.ProtocolModules.DIAMETER_ProtocolModule_Generator \</span><br><span style="color: hsl(120, 100%, 40%);">+                     titan.ProtocolModules.M2PA \</span><br><span style="color: hsl(120, 100%, 40%);">+                  titan.ProtocolModules.ROSE \</span><br><span style="color: hsl(120, 100%, 40%);">+                  titan.ProtocolModules.SCTP \</span><br><span style="color: hsl(120, 100%, 40%);">+                  titan.ProtocolModules.SDP \</span><br><span style="color: hsl(120, 100%, 40%);">+                   titan.ProtocolModules.SUA \</span><br><span style="color: hsl(120, 100%, 40%);">+                   titan.ProtocolModules.NAS_EPS_15.2.0.1 \</span><br><span style="color: hsl(120, 100%, 40%);">+                      titan.ProtocolModules.NS_v7.3.0 \</span><br><span style="color: hsl(120, 100%, 40%);">+                     titan.ProtocolModules.SGsAP_13.2.0 \</span><br><span style="color: hsl(120, 100%, 40%);">+                  titan.ProtocolModules.SNDCP_v7.0.0 \</span><br><span>                         titan.TestPorts.Common_Components.Socket-API \</span><br><span>                       titan.TestPorts.Common_Components.Abstract_Socket \</span><br><span>                  titan.TestPorts.HTTPmsg \</span><br><span>@@ -44,25 +59,6 @@</span><br><span>                       titan.TestPorts.TCPasp \</span><br><span>                     titan.TestPorts.UNIX_DOMAIN_SOCKETasp</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-ECLIPSEGIT2_REPOS=     titan.ProtocolEmulations.M3UA \</span><br><span style="color: hsl(0, 100%, 40%);">-                 titan.ProtocolModules.GRE \</span><br><span style="color: hsl(0, 100%, 40%);">-                     titan.ProtocolModules.M2PA \</span><br><span style="color: hsl(0, 100%, 40%);">-                    titan.ProtocolModules.ROSE \</span><br><span style="color: hsl(0, 100%, 40%);">-                    titan.ProtocolModules.SCTP \</span><br><span style="color: hsl(0, 100%, 40%);">-                    titan.ProtocolModules.SUA \</span><br><span style="color: hsl(0, 100%, 40%);">-                     titan.ProtocolModules.SDP \</span><br><span style="color: hsl(0, 100%, 40%);">-                     titan.ProtocolModules.BSSAPP_v7.3.0 \</span><br><span style="color: hsl(0, 100%, 40%);">-                   titan.ProtocolModules.GTPv2_v13.7.0 \</span><br><span style="color: hsl(0, 100%, 40%);">-                   titan.ProtocolModules.ISUP_Q.762 \</span><br><span style="color: hsl(0, 100%, 40%);">-                      titan.ProtocolModules.LLC_v7.1.0 \</span><br><span style="color: hsl(0, 100%, 40%);">-                      titan.ProtocolModules.MobileL3_v13.4.0 \</span><br><span style="color: hsl(0, 100%, 40%);">-                        titan.ProtocolModules.NAS_EPS_15.2.0.1 \</span><br><span style="color: hsl(0, 100%, 40%);">-                        titan.ProtocolModules.NS_v7.3.0 \</span><br><span style="color: hsl(0, 100%, 40%);">-                       titan.ProtocolModules.SGsAP_13.2.0 \</span><br><span style="color: hsl(0, 100%, 40%);">-                    titan.ProtocolModules.SNDCP_v7.0.0</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-ECLIPSEGITLAB_REPOS=  titan.ProtocolModules.GTP_v13.5.0</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span> OSMOGITHUB_REPOS=  titan.TestPorts.SCTPasp \</span><br><span>                    titan.TestPorts.MTP3asp \</span><br><span>                    titan.TestPorts.UDPasp \</span><br><span>@@ -75,7 +71,7 @@</span><br><span>                         titan.TestPorts.AF_PACKET \</span><br><span>                  osmo-uecups</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-ALL_REPOS=$(ECLIPSEGITHUB_REPOS) $(ECLIPSEGIT2_REPOS) $(ECLIPSEGITLAB_REPOS) $(OSMOGITHUB_REPOS) $(OSMOGIT_REPOS)</span><br><span style="color: hsl(120, 100%, 40%);">+ALL_REPOS=$(ECLIPSEGITLAB_REPOS) $(OSMOGITHUB_REPOS) $(OSMOGIT_REPOS)</span><br><span> </span><br><span> # Tag names from 'git-describe --tags'; if not available, a commit hash may be used instead.</span><br><span> # Do not put references to branches here, except for local testing: this breaks the caching</span><br><span>@@ -183,12 +179,6 @@</span><br><span> endif</span><br><span> endef</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-$(foreach dir,$(ECLIPSEGITHUB_REPOS), \</span><br><span style="color: hsl(0, 100%, 40%);">-  $(eval $(call GIT_template,$(dir),$(ECLIPSEGITHUB))))</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-$(foreach dir,$(ECLIPSEGIT2_REPOS), \</span><br><span style="color: hsl(0, 100%, 40%);">-      $(eval $(call GIT_template,$(dir),$(ECLIPSEGIT2))))</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span> $(foreach dir,$(ECLIPSEGITLAB_REPOS), \</span><br><span>       $(eval $(call GIT_template,$(dir),$(ECLIPSEGITLAB))))</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24331">change 24331</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24331"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I6a501d50891c4fda78d33d3efd6030244a4aaf50 </div>
<div style="display:none"> Gerrit-Change-Number: 24331 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>