jenkins-bot has submitted this change and it was merged.

Change subject: gerrit-sync-ve: git hook must be executable
......................................................................


gerrit-sync-ve: git hook must be executable

Change-Id: Ic1d34a256deadb6bcac06f1ed5c06562eb8d2b8c
---
M bin/gerrit-sync-ve.sh
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/bin/gerrit-sync-ve.sh b/bin/gerrit-sync-ve.sh
index f931c49..7c1230a 100755
--- a/bin/gerrit-sync-ve.sh
+++ b/bin/gerrit-sync-ve.sh
@@ -64,6 +64,7 @@
 if [ ! -e ".git/hooks/commit-msg" ]; then
        curl 'https://gerrit.wikimedia.org/r/tools/hooks/commit-msg' > `git 
rev-parse --git-dir`/hooks/commit-msg
 fi
+chmod +x '.git/hooks/commit-msg'
 
 pwd
 git add VisualEditor

-- 
To view, visit https://gerrit.wikimedia.org/r/108724
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic1d34a256deadb6bcac06f1ed5c06562eb8d2b8c
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to