QChris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/75834


Change subject: Fix setting bug status in hooks-bugzilla configuration
......................................................................

Fix setting bug status in hooks-bugzilla configuration

Our used hooks-bugzilla is too old to allow the command name
"set-status". Instead, we have to go with the verbless variant
"status" until we upgrade to a more recent 2.8-SNAPSHOT build of
hooks-bugzilla.

Change-Id: Ib88c466fcbef6254e86e21dc357723568963fd5f
---
M files/gerrit/its/action.config
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/34/75834/1

diff --git a/files/gerrit/its/action.config b/files/gerrit/its/action.config
index b70523b..04ba61d 100644
--- a/files/gerrit/its/action.config
+++ b/files/gerrit/its/action.config
@@ -11,10 +11,10 @@
        is-draft = !,true
        association = added@subject,added@footer-Bug,added@footer-bug
        action = add-standard-comment
-       action = set-status PATCH_TO_REVIEW
+       action = status PATCH_TO_REVIEW
 
 [rule "changeDraftPublished"]
        event-type = draft-published
        association = subject,footer-Bug,footer-bug
        action = add-velocity-comment DraftPublished
-       action = set-status PATCH_TO_REVIEW
+       action = status PATCH_TO_REVIEW

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib88c466fcbef6254e86e21dc357723568963fd5f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: QChris <[email protected]>

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

Reply via email to