Skip to content
Snippets Groups Projects
Commit 07648123 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Sort .mrconfig properly

parent cc305301
No related branches found
No related tags found
No related merge requests found
[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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment