David Caro has posted comments on this change. Change subject: Added the common libraries for the hooks to use ......................................................................
Patch Set 3: (1 inline comment) .................................................... File hooks/lib/bz.sh Line 160: # Use that url instead of the default one (https://bugzilla.redhat.com) Line 161: # Line 162: bz.login() Line 163: { Line 164: local server_url="https://bugzilla.redhat.com" Done Line 165: local OPTIND bug_id plain_bug Line 166: while getopts "s:b:" option; do Line 167: case $option in Line 168: s) server_url="$OPTARG";; -- To view, visit http://gerrit.ovirt.org/15389 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7a10060cff5c25e8bd8e2f73654208a90cec70d8 Gerrit-PatchSet: 3 Gerrit-Project: gerrit-admin Gerrit-Branch: master Gerrit-Owner: David Caro <[email protected]> Gerrit-Reviewer: David Caro <[email protected]> Gerrit-Reviewer: Eyal Edri <[email protected]> Gerrit-Reviewer: Itamar Heim <[email protected]> Gerrit-Reviewer: Moran Goldboim <[email protected]> Gerrit-Reviewer: Ohad Basan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
