Yedidyah Bar David has uploaded a new change for review. Change subject: packaging: engine-backup: Correctly apply --archive-compressor ......................................................................
packaging: engine-backup: Correctly apply --archive-compressor Change-Id: Ie69c1ed8f094e281eddd339bf27a895f59089023 Bug-Url: https://bugzilla.redhat.com/1188132 Signed-off-by: Yedidyah Bar David <[email protected]> --- M packaging/bin/engine-backup.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/23/40723/1 diff --git a/packaging/bin/engine-backup.sh b/packaging/bin/engine-backup.sh index ab8d035..606be7d 100755 --- a/packaging/bin/engine-backup.sh +++ b/packaging/bin/engine-backup.sh @@ -694,7 +694,7 @@ createtar() { local dir="$1" local file="$2" - tar -C "${dir}" -cpSsjf "${file}" . || logdie "Cannot create '${file}'" + tar -C "${dir}" -cpSs"${ARCHIVE_COMPRESS_OPTION}"f "${file}" . || logdie "Cannot create '${file}'" } createmd5() { -- To view, visit https://gerrit.ovirt.org/40723 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie69c1ed8f094e281eddd339bf27a895f59089023 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
