Alon Bar-Lev has uploaded a new change for review. Change subject: pki: subject is actually optional ......................................................................
pki: subject is actually optional Change-Id: Idf0935e62af682090e952d1695ca3f41bddcbbbb Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/etc/pki/SignReq.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/88/15488/1 diff --git a/packaging/etc/pki/SignReq.sh b/packaging/etc/pki/SignReq.sh index 1faa2f8..0518177 100755 --- a/packaging/etc/pki/SignReq.sh +++ b/packaging/etc/pki/SignReq.sh @@ -49,7 +49,7 @@ req_name="$7" req_org="$8" -[ -n "${req_org}" ] || usage +[ -n "${cert_pass}" ] || usage lock_file="$(dirname "$0")/SignReq.lock" shift -- To view, visit http://gerrit.ovirt.org/15488 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idf0935e62af682090e952d1695ca3f41bddcbbbb Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
