aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-02-18 21:47:06 +0100
committerHarald Welte <laforge@osmocom.org>2020-02-18 21:47:06 +0100
commit8aefd11dd268411a049741da74ddaf0b6036a72d (patch)
treea54ce1ede5b6113d09e1ebc3d1abd07c07913cb5
parent6effabbd627b2874cf55ab20e213751c80be6329 (diff)
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
-rw-r--r--deps/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/deps/Makefile b/deps/Makefile
index 1a132119..ccb0b1b6 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 @@ OSMOGIT_REPOS= titan.ProtocolModules.MAP \
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 @@ else
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))))