osmith submitted this change.
deps/Makefile: eclipse gitlab -> osmocom mirror
Even with recent changes to the deps logic, we occasionally still run
into the rate limits of the eclipse gitlab. Change it to clone from our
forgejo instance instead, where we now have mirrors of these
repositories that get updated every 8 hours.
Change-Id: Ica33853154438a81a42196e9bfefac98764cbf18
---
M deps/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deps/Makefile b/deps/Makefile
index 7df5746..acdadcd 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -2,7 +2,7 @@
# Copyright 2018 sysmocom - s.f.m.c. GmbH
# SPDX-License-Identifier: Apache-2.0
-ECLIPSEGITLAB:=https://gitlab.eclipse.org/eclipse/titan
+ECLIPSEGITLAB:=https://gitea.osmocom.org/mirrors
OSMOGITHUB:=https://github.com/osmocom
OSMOGERRIT:=https://gerrit.osmocom.org
OSMOGITEA:=https://gitea.osmocom.org/ttcn3
To view, visit change 43245. To unsubscribe, or for help writing mail filters, visit settings.