Yair Zaslavsky has submitted this change and it was merged.
Change subject: host-deploy: use tar instead of python tarfile
......................................................................
host-deploy: use tar instead of python tarfile
python usage was introduced when fedora-18 alpha lacked tar
utility, now fedora-18 has tar utility and the python
implementation is too buggy. It does not treat trailing
zeros of tarfile correctly, causing the deployment to fail.
Change-Id: I9ece009af7d0c1800eb69b1ca99930892903fe9f
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Yair Zaslavsky: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/11776
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9ece009af7d0c1800eb69b1ca99930892903fe9f
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>