Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Puppet 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
Puppet
Puppet Environment
Commits
07648123
Commit
07648123
authored
7 years ago
by
Nicolas Dandrimont
Browse files
Options
Downloads
Patches
Plain Diff
Sort .mrconfig properly
parent
cc305301
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.mrconfig
+26
-24
26 additions, 24 deletions
.mrconfig
with
26 additions
and
24 deletions
.mrconfig
+
26
−
24
View file @
07648123
[DEFAULT]
git_pullup = "$(dirname "$MR_CONFIG")/bin/pull-from-upstream"
[swh-site]
checkout = git clone https://forge.softwareheritage.org/source/puppet-swh-site.git swh-site \
&& cd swh-site \
&& git checkout -b production origin/production
[swh-profile]
checkout = git clone https://forge.softwareheritage.org/source/puppet-swh-profile.git swh-profile
[swh-role]
checkout = git clone https://forge.softwareheritage.org/source/puppet-swh-role.git swh-role
[private/swh-private-data]
checkout = git clone git@forge.softwareheritage.org:/source/puppet-swh-private-data.git swh-private-data
[swh-dar]
checkout = git clone https://forge.softwareheritage.org/source/puppet-swh-dar.git swh-dar
...
...
@@ -24,14 +16,24 @@ checkout = git clone https://forge.softwareheritage.org/source/puppet-swh-mediaw
[swh-postfix]
checkout = git clone https://forge.softwareheritage.org/source/puppet-swh-postfix.git swh-postfix
[swh-profile]
checkout = git clone https://forge.softwareheritage.org/source/puppet-swh-profile.git swh-profile
[swh-role]
checkout = git clone https://forge.softwareheritage.org/source/puppet-swh-role.git swh-role
[swh-site]
checkout = git clone https://forge.softwareheritage.org/source/puppet-swh-site.git swh-site \
&& cd swh-site \
&& git checkout -b production origin/production
[swh-systemd]
checkout = git clone https://forge.softwareheritage.org/source/puppet-swh-systemd.git swh-systemd
[swh-uwsgi]
checkout = git clone https://forge.softwareheritage.org/source/puppet-swh-uwsgi.git swh-uwsgi
[private/swh-private-data]
checkout = git clone git@forge.softwareheritage.org:/source/puppet-swh-private-data.git swh-private-data
## END SWH REPOS ##
[claranet-varnish]
checkout = git clone https://forge.softwareheritage.org/source/puppet-claranet-varnish.git claranet-varnish \
...
...
@@ -57,6 +59,18 @@ checkout = git clone https://forge.softwareheritage.org/source/puppet-inkblot-bi
&& git remote add upstream https://github.com/inkblot/puppet-bind \
&& git fetch upstream
[mosen-cups]
checkout = git clone https://forge.softwareheritage.org/source/puppet-mosen-cups.git mosen-cups \
&& cd mosen-cups \
&& git remote add upstream https://github.com/mosen/puppet-cups \
&& git fetch upstream
[openstack-ceph]
checkout = git clone https://forge.softwareheritage.org/source/puppet-openstack-ceph.git openstack-ceph \
&& cd openstack-ceph \
&& git remote add upstream https://github.com/openstack/puppet-ceph \
&& git fetch upstream
[puppet-extlib]
checkout = git clone https://forge.softwareheritage.org/source/puppet-puppet-extlib.git puppet-extlib \
&& cd puppet-extlib \
...
...
@@ -135,18 +149,6 @@ checkout = git clone https://forge.softwareheritage.org/source/puppet-puppetlabs
&& git remote add upstream https://github.com/puppetlabs/puppetlabs-vcsrepo\
&& git fetch upstream
[mosen-cups]
checkout = git clone https://forge.softwareheritage.org/source/puppet-mosen-cups.git mosen-cups \
&& cd mosen-cups \
&& git remote add upstream https://github.com/mosen/puppet-cups \
&& git fetch upstream
[openstack-ceph]
checkout = git clone https://forge.softwareheritage.org/source/puppet-openstack-ceph.git openstack-ceph \
&& cd openstack-ceph \
&& git remote add upstream https://github.com/openstack/puppet-ceph \
&& git fetch upstream
[ripienaar-module_data]
checkout = git clone https://forge.softwareheritage.org/source/puppet-ripienaar-module_data.git ripienaar-module_data \
&& cd ripienaar-module_data \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment