Hello Ofer Schreiber, I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/19127 to review the following change. Change subject: packaging: engine-backup - support old md5sum ...................................................................... packaging: engine-backup - support old md5sum Removed '--strict' md5sum option, which isn't supported on earlier versions of md5sum. Change-Id: I723bc81e84be05aa2fb3ca2ceb8210a2bfe7adc9 Signed-off-by: Ofer Schreiber <oschr...@redhat.com> Bug-URL: https://bugzilla.redhat.com/1003869 --- M packaging/bin/engine-backup.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/27/19127/1 diff --git a/packaging/bin/engine-backup.sh b/packaging/bin/engine-backup.sh index 0244ca3..a2b7b09 100755 --- a/packaging/bin/engine-backup.sh +++ b/packaging/bin/engine-backup.sh @@ -146,7 +146,7 @@ verifymd5() { local tardir="$1" local md5file="$2" - ( cd "${tardir}" && md5sum -c "${md5file}" --status --strict ) || logdie "Checksum verification failed" + ( cd "${tardir}" && md5sum -c "${md5file}" --status ) || logdie "Checksum verification failed" } backupFiles() { -- To view, visit http://gerrit.ovirt.org/19127 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I723bc81e84be05aa2fb3ca2ceb8210a2bfe7adc9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Ofer Schreiber <oschr...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches