
David Caro has submitted this change and it was merged. Change subject: Adapting to target_milestone ...................................................................... Adapting to target_milestone Due to latest changes in bugzilla, target release is not used anymore but target milestone is, the hook is essentially the same but using a different field, needs some config changes in the gerrit machine * Created the helper function tools.match * Created the bz.check_target_milestone * Created the bz.get_target_milestone * Created patchset-created.bz.3.correct_target_milestone hook script Change-Id: Iac1aeab9dfcc3513b6e1edd0e20d4d50100031ed Signed-off-by: David Caro <dcaroest@redhat.com> --- A hooks/custom_hooks/patchset-created.bz.3.correct_target_milestone M hooks/custom_hooks/patchset-created.bz.3.correct_target_release M hooks/lib/bz.py M hooks/lib/bz.sh M hooks/lib/tools.sh 5 files changed, 240 insertions(+), 9 deletions(-) Approvals: David Caro: Verified; Looks good to me, approved; Passed CI tests -- To view, visit https://gerrit.ovirt.org/47290 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iac1aeab9dfcc3513b6e1edd0e20d4d50100031ed Gerrit-PatchSet: 3 Gerrit-Project: gerrit-admin Gerrit-Branch: master Gerrit-Owner: David Caro <dcaroest@redhat.com> Gerrit-Reviewer: David Caro <dcaroest@redhat.com> Gerrit-Reviewer: Eyal Edri <eedri@redhat.com> Gerrit-Reviewer: Itamar Heim <iheim@redhat.com>