Add missing remote_branch and pre_commit_script

Adding missing remote_branch and pre_commit_script parameters in the
default modulesync.yml. This is necessary for the post-merge hook[1] to
work.

[1] https://review.openstack.org/#/c/189216/

Change-Id: I5203e3c7b84c808bef61542efd2c4d973729b425
This commit is contained in:
Yanis Guenane 2015-07-29 10:46:02 +02:00
parent 8e678a83e5
commit 92f5a8c196
1 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,5 @@
namespace: openstack
git_base: ssh://proposal-bot@review.openstack.org:29418/
branch: msync_automatic_update
remote_branch: refs/publish/master/msync_automatic_update
pre_commit_script: openstack-commit-msg-hook.sh