diff --git a/.mrconfig b/.mrconfig index 1f2dd44..d9307fe 100644 --- a/.mrconfig +++ b/.mrconfig @@ -1,121 +1,127 @@ [swh-site] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPSITE/swh-site.git \ && cd swh-site \ && git checkout -b production origin/production [swh-profile] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPPROF/swh-profile.git [swh-role] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPROLE/swh-role.git [swh-dar] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPDAR/swh-dar.git [swh-postfix] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPPFIX/swh-postfix.git [swh-systemd] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPSYSD/swh-systemd.git [swh-uwsgi] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPUWSGI/swh-uwsgi.git [private/swh-private-data] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPPRIV/swh-private-data [inkblot-bind] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPBIND/inkblot-bind.git \ && cd inkblot-bind \ && git remote add upstream https://github.com/inkblot/puppet-bind \ && git fetch upstream [puppetlabs-apache] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPAPA/puppetlabs-apache.git \ && cd puppetlabs-apache \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-apache \ && git fetch upstream [puppetlabs-apt] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPAPT/puppetlabs-apt.git \ && cd puppetlabs-apt \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-apt \ && git fetch upstream [puppetlabs-ntp] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPNTP/puppetlabs-ntp.git \ && cd puppetlabs-ntp \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-ntp \ && git fetch upstream [puppetlabs-stdlib] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPSTD/puppetlabs-stdlib.git \ && cd puppetlabs-stdlib \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-stdlib \ && git fetch upstream [puppetlabs-concat] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPCAT/puppetlabs-concat.git \ && cd puppetlabs-concat \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-concat \ && git fetch upstream [puppetlabs-mysql] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPMY/puppetlabs-mysql.git \ && cd puppetlabs-mysql \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-mysql \ && git fetch upstream +[mosen-cups] +checkout = git clone git@forge.softwareheritage.org:/diffusion/SPCUPS/mosen-cups.git \ + && cd mosen-cups \ + && git remote add upstream https://github.com/mosen/puppet-cups \ + && git fetch upstream + [ripienaar-module_data] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPMOD/ripienaar-module_data.git \ && cd ripienaar-module_data \ && git remote add upstream https://github.com/ripienaar/puppet-module-data \ && git fetch upstream [rlenglet-debconf_package] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPDEBP/rlenglet-debconf_package.git \ && cd rlenglet-debconf_package \ && git remote add upstream https://github.com/rlenglet/puppet-debconf_package \ && git fetch upstream [saz-locales] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPLOC/saz-locales.git \ && cd saz-locales \ && git remote add upstream https://github.com/saz/puppet-locales \ && git fetch upstream [saz-ssh] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPSSH/saz-ssh.git \ && cd saz-ssh \ && git remote add upstream https://github.com/saz/puppet-ssh \ && git fetch upstream [saz-sudo] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPSUDO/saz-sudo.git \ && cd saz-sudo \ && git remote add upstream https://github.com/saz/puppet-sudo \ && git fetch upstream [ssm-munin] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPMUN/ssm-munin.git \ && cd ssm-munin \ && git remote add upstream https://github.com/ssm/ssm-munin \ && git fetch upstream [theforeman-puppet] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPPUP/theforeman-puppet.git \ && cd theforeman-puppet \ && git remote add upstream https://github.com/theforeman/puppet-puppet \ && git fetch upstream [thias-php] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPPHP/thias-php.git \ && cd thias-php \ && git remote add upstream https://github.com/thias/puppet-php \ && git fetch upstream [trepasi-debnet] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPDEBN/trepasi-debnet.git \ && cd trepasi-debnet \ && git remote add upstream https://github.com/rtib/tib-debnet \ && git fetch upstream