Skip to content
Snippets Groups Projects

git: Update origins for gitlab.s.o repositories

Merged Antoine R. Dumont requested to merge mr-config-update-origin-urls into master
1 file
+ 15
5
Compare changes
  • Side-by-side
  • Inline
+ 15
5
@@ -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
Loading