From 92f5a8c19647ab9be02ceacbd696bf4deb4fb61f Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Wed, 29 Jul 2015 10:46:02 +0200 Subject: [PATCH] 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 --- modulesync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modulesync.yml b/modulesync.yml index ae35a76..d087b80 100644 --- a/modulesync.yml +++ b/modulesync.yml @@ -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