f252d95d5c
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
8 lines
215 B
Plaintext
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 -%>
|