Sandro Bonazzola has submitted this change and it was merged. Change subject: Fix typo and use default cert ......................................................................
Fix typo and use default cert This script has a typo that prevents successful execution. In addition, the usage section describes defaulting to a default certificate, but that logic does not exist in the script. The script is updated to: * Change ENIGNE to ENGINE * Handle the default cert * Exit if default cert does not exist and no cert specified * Exit if specified cert does not exist Change-Id: I4b04c74ccc62664ead27339566e540bdd717eb71 Bug-Url: https://bugzilla.redhat.com/1082506 Signed-off-by: James W. Mills <[email protected]> Signed-off-by: Eli Mesika <[email protected]> --- M packaging/dbscripts/encryptionvalidator.sh 1 file changed, 4 insertions(+), 3 deletions(-) Approvals: Alon Bar-Lev: Looks good to me, but someone else must approve Sandro Bonazzola: Verified; Looks good to me, approved Eli Mesika: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/26236 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4b04c74ccc62664ead27339566e540bdd717eb71 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Eli Mesika <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: James W. Mills <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
