system-config/modules/gerrit/templates/github.config.erb
James E. Blair f252d95d5c Add cron job for closing pull requests.
Also move the launchpad sync cron into puppet.
Create config file for github pull close script.

This change depends on https://review.openstack.org/#change,224

Change-Id: I1b7ad599a6c7542614780ea0ce46a42a8995d15b
Reviewed-on: https://review.openstack.org/225
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
2011-08-15 16:06:02 +00:00

8 lines
215 B
Plaintext

# This file is managed by puppet.
# https://github.com/openstack/openstack-ci-puppet
<% github_projects.each do |project| -%>
[project "<%= project['name'] %>"]
close_pull = <%= project['close_pull'] %>
<% end -%>