From 440fdadade8a6fc3afb17d49724c39c4d02aab97 Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org>
Date: Tue, 18 Oct 2022 18:57:28 +0200
Subject: [PATCH] git: Update origins for gitlab.s.o repositories

Related to T4066
---
 .mrconfig | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/.mrconfig b/.mrconfig
index dfda287..459a625 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -4,16 +4,26 @@
 checkout = git clone 'https://forge.softwareheritage.org/source/credentials' 'credentials'
 
 [swh-apps]
-checkout = git clone 'https://forge.softwareheritage.org/source/swh-apps' 'swh-apps'
+checkout = git clone 'https://gitlab.softwareheritage.org/infra/swh-apps' 'swh-apps'
+fixups =
+  git remote set-url origin https://gitlab.softwareheritage.org/infra/swh-apps
 
 [swh-charts]
-checkout = git clone 'https://forge.softwareheritage.org/source/swh-charts' 'swh-charts'
+checkout = git clone 'https://gitlab.softwareheritage.org/infra/ci-cd/swh-charts' 'swh-charts'
+fixups =
+  git remote set-url origin https://gitlab.softwareheritage.org/infra/ci-cd/swh-charts
 
 [sysadm-provisioning]
-checkout = git clone 'https://forge.softwareheritage.org/source/swh-sysadmin-provisioning' 'sysadm-provisioning'
+checkout = git clone 'https://gitlab.softwareheritage.org/infra/swh-sysadmin-provisioning' 'sysadm-provisioning'
+fixups =
+  git remote set-url origin https://gitlab.softwareheritage.org/infra/swh-sysadmin-provisioning
 
 [k8s-clusters-config]
-checkout = git clone 'https://forge.softwareheritage.org/source/k8s-clusters-conf.git' k8s-clusters-config
+checkout = git clone 'https://gitlab.softwareheritage.org/infra/ci-cd/k8s-clusters-conf' k8s-clusters-config
+fixups =
+  git remote set-url origin https://gitlab.softwareheritage.org/infra/ci-cd/k8s-clusters-conf
 
 [k8s-private-data]
-checkout = git clone 'https://forge.softwareheritage.org/source/k8s-swh-private-data.git' k8s-private-data
+checkout = git clone git@gitlab.softwareheritage.org:/infra/ci-cd/k8s-swh-private-data k8s-private-data
+fixups =
+  git remote set-url origin git@gitlab.softwareheritage.org:/infra/ci-cd/k8s-swh-private-data.git
-- 
GitLab