osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43245?usp=email )
Change subject: deps/Makefile: eclipse gitlab -> osmocom mirror ...................................................................... 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(-) Approvals: laforge: Looks good to me, but someone else must approve pespin: Looks good to me, approved Jenkins Builder: Verified 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 https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43245?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email 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 <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]>
