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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">deps/Makefile: Call Github repositories ECLIPSEGITHUB<br><br>ECLIPSEGIT and ECLIPSEGIT2 are really difficult to distinguish,<br>let's call the former ECLIPSEGITHUB, i.e. the eclipse organization<br>at github.<br><br>Change-Id: I3a12164f76b85168c3afe85af2dd4be42f3e560b<br>---<br>M deps/Makefile<br>1 file changed, 5 insertions(+), 5 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 1a13211..ccb0b1b 100644</span><br><span>--- a/deps/Makefile</span><br><span>+++ b/deps/Makefile</span><br><span>@@ -13,12 +13,12 @@</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%);">-ECLIPSEGIT:=https://github.com/eclipse</span><br><span style="color: hsl(120, 100%, 40%);">+ECLIPSEGITHUB:=https://github.com/eclipse</span><br><span> ECLIPSEGIT2:=https://git.eclipse.org/r/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%);">-ECLIPSEGIT_REPOS=  titan.Libraries.TCCUsefulFunctions \</span><br><span style="color: hsl(120, 100%, 40%);">+ECLIPSEGITHUB_REPOS=      titan.Libraries.TCCUsefulFunctions \</span><br><span>                         titan.ProtocolModules.DNS \</span><br><span>                  titan.ProtocolModules.ICMP \</span><br><span>                         titan.ProtocolModules.ICMPv6 \</span><br><span>@@ -70,7 +70,7 @@</span><br><span>                   titan.ProtocolModules.BSSMAP \</span><br><span>                       titan.TestPorts.USB</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS) $(OSMOGIT_REPOS)</span><br><span style="color: hsl(120, 100%, 40%);">+ALL_REPOS=$(ECLIPSEGITHUB_REPOS) $(ECLIPSEGIT2_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> # In order to keep local changes in the repository of a dependency, set its commit to the</span><br><span>@@ -166,8 +166,8 @@</span><br><span> endif</span><br><span> endef</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-$(foreach dir,$(ECLIPSEGIT_REPOS), \</span><br><span style="color: hsl(0, 100%, 40%);">-     $(eval $(call GIT_template,$(dir),$(ECLIPSEGIT))))</span><br><span style="color: hsl(120, 100%, 40%);">+$(foreach dir,$(ECLIPSEGITHUB_REPOS), \</span><br><span style="color: hsl(120, 100%, 40%);">+   $(eval $(call GIT_template,$(dir),$(ECLIPSEGITHUB))))</span><br><span> </span><br><span> $(foreach dir,$(ECLIPSEGIT2_REPOS), \</span><br><span>   $(eval $(call GIT_template,$(dir),$(ECLIPSEGIT2))))</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17231">change 17231</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/+/17231"/><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: I3a12164f76b85168c3afe85af2dd4be42f3e560b </div>
<div style="display:none"> Gerrit-Change-Number: 17231 </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: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>