Change in osmo-ttcn3-hacks[master]: deps/Makefile: Call Github repositories ECLIPSEGITHUB

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
Wed Feb 19 18:57:46 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17231 )


Change subject: deps/Makefile: Call Github repositories ECLIPSEGITHUB
......................................................................

deps/Makefile: Call Github repositories ECLIPSEGITHUB

ECLIPSEGIT and ECLIPSEGIT2 are really difficult to distinguish,
let's call the former ECLIPSEGITHUB, i.e. the eclipse organization
at github.

Change-Id: I3a12164f76b85168c3afe85af2dd4be42f3e560b
---
M deps/Makefile
1 file changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/31/17231/1

diff --git a/deps/Makefile b/deps/Makefile
index 1a13211..ccb0b1b 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -13,12 +13,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ECLIPSEGIT:=https://github.com/eclipse
+ECLIPSEGITHUB:=https://github.com/eclipse
 ECLIPSEGIT2:=https://git.eclipse.org/r/titan
 OSMOGITHUB:=https://github.com/osmocom
 OSMOGIT:=git://git.osmocom.org
 
-ECLIPSEGIT_REPOS=	titan.Libraries.TCCUsefulFunctions \
+ECLIPSEGITHUB_REPOS=	titan.Libraries.TCCUsefulFunctions \
 			titan.ProtocolModules.DNS \
 			titan.ProtocolModules.ICMP \
 			titan.ProtocolModules.ICMPv6 \
@@ -70,7 +70,7 @@
 			titan.ProtocolModules.BSSMAP \
 			titan.TestPorts.USB
 
-ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS) $(OSMOGIT_REPOS)
+ALL_REPOS=$(ECLIPSEGITHUB_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS) $(OSMOGIT_REPOS)
 
 # Tag names from 'git-describe --tags'; if not available, a commit hash may be used instead.
 # In order to keep local changes in the repository of a dependency, set its commit to the
@@ -166,8 +166,8 @@
 endif
 endef
 
-$(foreach dir,$(ECLIPSEGIT_REPOS), \
-	$(eval $(call GIT_template,$(dir),$(ECLIPSEGIT))))
+$(foreach dir,$(ECLIPSEGITHUB_REPOS), \
+	$(eval $(call GIT_template,$(dir),$(ECLIPSEGITHUB))))
 
 $(foreach dir,$(ECLIPSEGIT2_REPOS), \
 	$(eval $(call GIT_template,$(dir),$(ECLIPSEGIT2))))

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17231
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: I3a12164f76b85168c3afe85af2dd4be42f3e560b
Gerrit-Change-Number: 17231
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200219/56928447/attachment.htm>


More information about the gerrit-log mailing list