From 2964611239c203ed2421a813425249cabdf5b277 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Fri, 6 Jan 2023 14:23:58 +0100 Subject: [PATCH] Move repository references to new GitLab hierarchy Infra repositories and docker images are now under /swh/infra; Private repositories are under /infra-private. Ref. swh/infra/sysadm-environment#4714 --- .mrconfig | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.mrconfig b/.mrconfig index 459a625..3bac623 100644 --- a/.mrconfig +++ b/.mrconfig @@ -4,26 +4,26 @@ checkout = git clone 'https://forge.softwareheritage.org/source/credentials' 'credentials' [swh-apps] -checkout = git clone 'https://gitlab.softwareheritage.org/infra/swh-apps' 'swh-apps' +checkout = git clone 'https://gitlab.softwareheritage.org/swh/infra/swh-apps.git' 'swh-apps' fixups = - git remote set-url origin https://gitlab.softwareheritage.org/infra/swh-apps + git remote set-url origin https://gitlab.softwareheritage.org/swh/infra/swh-apps.git [swh-charts] -checkout = git clone 'https://gitlab.softwareheritage.org/infra/ci-cd/swh-charts' 'swh-charts' +checkout = git clone 'https://gitlab.softwareheritage.org/swh/infra/ci-cd/swh-charts.git' 'swh-charts' fixups = - git remote set-url origin https://gitlab.softwareheritage.org/infra/ci-cd/swh-charts + git remote set-url origin https://gitlab.softwareheritage.org/swh/infra/ci-cd/swh-charts.git [sysadm-provisioning] -checkout = git clone 'https://gitlab.softwareheritage.org/infra/swh-sysadmin-provisioning' 'sysadm-provisioning' +checkout = git clone 'https://gitlab.softwareheritage.org/swh/infra/swh-sysadmin-provisioning.git' 'sysadm-provisioning' fixups = - git remote set-url origin https://gitlab.softwareheritage.org/infra/swh-sysadmin-provisioning + git remote set-url origin https://gitlab.softwareheritage.org/swh/infra/swh-sysadmin-provisioning.git [k8s-clusters-config] -checkout = git clone 'https://gitlab.softwareheritage.org/infra/ci-cd/k8s-clusters-conf' k8s-clusters-config +checkout = git clone 'https://gitlab.softwareheritage.org/swh/infra/ci-cd/k8s-clusters-conf.git' k8s-clusters-config fixups = - git remote set-url origin https://gitlab.softwareheritage.org/infra/ci-cd/k8s-clusters-conf + git remote set-url origin https://gitlab.softwareheritage.org/swh/infra/ci-cd/k8s-clusters-conf.git [k8s-private-data] -checkout = git clone git@gitlab.softwareheritage.org:/infra/ci-cd/k8s-swh-private-data k8s-private-data +checkout = git clone git@gitlab.softwareheritage.org:/infra-private/k8s-swh-private-data.git k8s-private-data fixups = - git remote set-url origin git@gitlab.softwareheritage.org:/infra/ci-cd/k8s-swh-private-data.git + git remote set-url origin git@gitlab.softwareheritage.org:/infra-private/k8s-swh-private-data.git -- GitLab