David Caro has uploaded a new change for review.

Change subject: Not moving bugs to MODIFIED when branch is master
......................................................................

Not moving bugs to MODIFIED when branch is master

Change-Id: Ic016cd4fbb9043b82c6c0004fe6f3e57a5bb84b8
Signed-off-by: David Caro <dcaro...@redhat.com>
---
M hooks/custom_hooks/change-merged.set_MODIFIED
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/gerrit-admin refs/changes/65/30765/1

diff --git a/hooks/custom_hooks/change-merged.set_MODIFIED 
b/hooks/custom_hooks/change-merged.set_MODIFIED
index 6342bfe..bd5969c 100755
--- a/hooks/custom_hooks/change-merged.set_MODIFIED
+++ b/hooks/custom_hooks/change-merged.set_MODIFIED
@@ -75,7 +75,8 @@
     res="$(bz.check_target_release \
         "$bug_id" \
         "$branch" \
-        "${CHECK_TARGET_RELEASE[@]}")"
+        "${CHECK_TARGET_RELEASE[@]}" \
+        "master|!.*")"
     if [[ $? -ne 0 ]]; then
         tools.log "${hdr}Target release check failed, skipping bug"
         message+="${message:+\n}* Check TR::#$bug_id::ERROR, $res"


-- 
To view, visit http://gerrit.ovirt.org/30765
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic016cd4fbb9043b82c6c0004fe6f3e57a5bb84b8
Gerrit-PatchSet: 1
Gerrit-Project: gerrit-admin
Gerrit-Branch: master
Gerrit-Owner: David Caro <dcaro...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to