osmith submitted this change.

View Change

Approvals: laforge: Looks good to me, but someone else must approve pespin: Looks good to me, approved Jenkins Builder: Verified
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.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ica33853154438a81a42196e9bfefac98764cbf18
Gerrit-Change-Number: 43245
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>