Dzahn has submitted this change and it was merged.

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(-)

Approvals:
  Aklapper: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



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: merged
Gerrit-Change-Id: Ib88c466fcbef6254e86e21dc357723568963fd5f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: QChris <[email protected]>
Gerrit-Reviewer: Aklapper <[email protected]>
Gerrit-Reviewer: Demon <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Ryan Lane <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to