Currently, the committers script stores its truth for what repositories to walk through to obtain the list of committers.
|
@untagged_repos = %w( |
|
theforeman.org |
|
puppet-candlepin |
|
puppet-certs |
|
puppet-dhcp |
|
puppet-dns |
|
puppet-foreman |
|
puppet-foreman_proxy |
|
puppet-foreman_proxy_content |
|
puppet-git |
|
puppet-katello |
|
puppet-katello_devel |
|
puppet-motd |
|
puppet-pulpcore |
|
puppet-puppet |
|
puppet-puppetserver_foreman |
|
puppet-qpid |
|
puppet-tftp |
|
kafo |
|
kafo_parsers |
|
hammer-cli |
|
hammer-cli-foreman |
|
foreman_ansible |
|
foreman_bootdisk |
|
foreman_discovery |
|
foreman_hooks |
|
foreman_openscap |
|
foreman_setup |
|
foreman-tasks |
|
foreman_templates |
|
puppetdb_foreman |
|
) |
I'd like to propose using https://theforeman.github.io/foreman-plugin-overview/index.json to identify the projects in the committers.rb script.
Currently, the committers script stores its truth for what repositories to walk through to obtain the list of committers.
theforeman.org/scripts/committers.rb
Lines 39 to 70 in 460ff4b
I'd like to propose using https://theforeman.github.io/foreman-plugin-overview/index.json to identify the projects in the committers.rb script.