David Caro has uploaded a new change for review.

Change subject: Bugzilla change a bit the format of the bug xml
......................................................................

Bugzilla change a bit the format of the bug xml

It mage the hooks fail to detect if a bug was private.

Change-Id: I0df9e821f45c848c664c1bbd90416525c01a926d
Signed-off-by: David Caro <[email protected]>
---
M hooks/lib/bz.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/gerrit-admin refs/changes/49/24449/1

diff --git a/hooks/lib/bz.sh b/hooks/lib/bz.sh
index 38f42f1..d3e5811 100644
--- a/hooks/lib/bz.sh
+++ b/hooks/lib/bz.sh
@@ -439,5 +439,5 @@
 {
     bug_id="${1?}"
     bz.get_bug "$bug_id" \
-    | grep -q '<group id="218">private</group>'
+    | grep -q '<bug error="NotPermitted">'
 }


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0df9e821f45c848c664c1bbd90416525c01a926d
Gerrit-PatchSet: 1
Gerrit-Project: gerrit-admin
Gerrit-Branch: master
Gerrit-Owner: David Caro <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to