deps/Makefile: fix OSMO{GERRIT,GITEA}_REPOS missing in ALL_REPOS

Change-Id: I1068d10685c3857626385124a8f8b265989e27a3
Fixes: a80e7a9c ("deps/Makefile: replace git://git.osmocom.org urls")
This commit is contained in:
Vadim Yanitskiy 2023-02-24 15:17:44 +07:00
parent a80e7a9c78
commit a64fc2164c
1 changed files with 5 additions and 1 deletions

6
deps/Makefile vendored
View File

@ -74,7 +74,11 @@ OSMOGITEA_REPOS= titan.ProtocolModules.MAP \
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