diff --git a/.mrconfig b/.mrconfig index cace094..f3a1783 100644 --- a/.mrconfig +++ b/.mrconfig @@ -1,211 +1,217 @@ [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-gunicorn] checkout = git clone git@forge.softwareheritage.org:/source/puppet-swh-gunicorn.git swh-gunicorn [swh-mediawiki] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPMW/swh-mediawiki.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 [icinga-icinga2] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPICI/icinga-icinga2.git \ && cd icinga-icinga2 \ && git remote add upstream https://github.com/icinga/puppet-icinga2 \ && git fetch upstream [icinga-icingaweb2] checkout = git clone git@forge.softwareheritage.org:/source/puppet-icinga-icingaweb2.git icinga-icingaweb2 \ && cd icinga-icingaweb2 \ && git remote add upstream https://github.com/icinga/puppet-icingaweb2 \ && git fetch upstream [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 [puppet-extlib] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPEXTL/puppet-extlib.git \ && cd puppet-extlib \ && git remote add upstream https://github.com/voxpupuli/puppet-extlib \ && git fetch upstream [puppet-nginx] checkout = git clone git@forge.softwareheritage.org:/source/puppet-puppet-nginx.git puppet-nginx \ && cd puppet-nginx \ && git remote add upstream https://github.com/voxpupuli/puppet-nginx \ && git fetch upstream [puppet-unattended_upgrades] checkout = git clone git@forge.softwareheritage.org:/source/puppet-puppet-unattended_upgrades.git puppet-unattended_upgrades \ && cd puppet-unattended_upgrades \ && git remote add upstream https://github.com/voxpupuli/puppet-unattended_upgrades \ && 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-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-inifile] checkout = git clone git@forge.softwareheritage.org:/source/puppet-puppetlabs-inifile.git puppetlabs-inifile \ && cd puppetlabs-inifile \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-inifile\ && 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 + [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-postgresql] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPPG/puppetlabs-postgresql.git \ && cd puppetlabs-postgresql \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-postgresql \ && git fetch upstream [puppetlabs-puppetdb] checkout = git clone git@forge.softwareheritage.org:/source/puppet-puppetlabs-puppetdb.git puppetlabs-puppetdb \ && cd puppetlabs-puppetdb \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-puppetdb \ && 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 \ +[puppetlabs-vcsrepo] +checkout = git clone git@forge.softwareheritage.org:/source/puppet-puppetlabs-vcsrepo.git puppetlabs-vcsrepo \ + && cd puppetlabs-vcsrepo \ + && git remote add upstream https://github.com/puppetlabs/puppetlabs-vcsrepo\ && 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-memcached] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPMEMC/saz-memcached.git \ && cd saz-memcached \ && git remote add upstream https://github.com/saz/puppet-memcached \ && git fetch upstream [saz-resolv_conf] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPRESO/saz-resolv_conf.git \ && cd saz-resolv_conf \ && git remote add upstream https://github.com/saz/puppet-resolv_conf \ && 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 [saz-timezone] checkout = git clone git@forge.softwareheritage.org:/source/puppet-saz-timezone.git saz-timezone \ && cd saz-timezone \ && git remote add upstream https://github.com/saz/puppet-timezone \ && 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 [stm-debconf] checkout = git clone git@forge.softwareheritage.org:/source/puppet-stm-debconf.git stm-debconf \ && cd stm-debconf \ && git remote add upstream https://github.com/smoeding/puppet-debconf \ && 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 [wikimedia-kafka] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPKFK/wikimedia-kafka.git [wikimedia-zookeeper] checkout = git clone git@forge.softwareheritage.org:/diffusion/SPZK/wikimedia-zookeeper.git