osmith submitted this change.

View Change


Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved
deps/Makefile: fix OSMO{GERRIT,GITEA}_REPOS missing in ALL_REPOS

Change-Id: I1068d10685c3857626385124a8f8b265989e27a3
Fixes: a80e7a9c ("deps/Makefile: replace git://git.osmocom.org urls")
---
M deps/Makefile
1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/deps/Makefile b/deps/Makefile
index d7e3dd4..277bd67 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -74,7 +74,11 @@
titan.TestPorts.USB \
titan.TestPorts.AF_PACKET

-ALL_REPOS=$(ECLIPSEGITLAB_REPOS) $(OSMOGITHUB_REPOS) $(OSMOGIT_REPOS) $(FORKEDGITLAB_REPOS)
+ALL_REPOS= $(ECLIPSEGITLAB_REPOS) \
+ $(OSMOGITHUB_REPOS) \
+ $(OSMOGERRIT_REPOS) \
+ $(OSMOGITEA_REPOS) \
+ $(FORKEDGITLAB_REPOS)

# Tag names from 'git-describe --tags'; if not available, a commit hash may be used instead.
# Do not put references to branches here, except for local testing: this breaks the caching

To view, visit change 31487. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I1068d10685c3857626385124a8f8b265989e27a3
Gerrit-Change-Number: 31487
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-CC: msuraev <msuraev@sysmocom.de>
Gerrit-MessageType: merged