Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sysadm-environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Infrastructure
sysadm-environment
Merge requests
!1
git: Update origins for gitlab.s.o repositories
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
git: Update origins for gitlab.s.o repositories
mr-config-update-origin-urls
into
master
Overview
5
Commits
1
Pipelines
0
Changes
1
All threads resolved!
Show all comments
Merged
Antoine R. Dumont
requested to merge
mr-config-update-origin-urls
into
master
2 years ago
Overview
5
Commits
1
Pipelines
0
Changes
1
All threads resolved!
Show all comments
Expand
Related to T4066
0
0
Merge request reports
Compare
master
version 1
6dd36b45
2 years ago
master (base)
and
version 1
latest version
440fdada
1 commit,
2 years ago
version 1
6dd36b45
1 commit,
2 years ago
1 file
+
15
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.mrconfig
+
15
−
5
Options
@@ -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
+1
checkout = git clone 'https://gitlab.softwareheritage.org/infra/ci-cd/k8s-swh-private-data' k8s-private-data
fixups =
git remote set-url origin https://forge.softwareheritage.org/source/k8s-swh-private-data.git
Loading