Ronen Angluster has uploaded a new change for review. Change subject: packaging: use files instead of pipe in execCmd ......................................................................
packaging: use files instead of pipe in execCmd Add a flag for common_utils.execCmd to use real files instead of the subprocess pipes (subprocess.PIPE) this change has been crafted in order to by pass "forked fork" processes which holds stdout & stderr open and hangs subprocess when using pipes for stdout & stderr. Change-Id: Ica39e946b9ee3e13b343ebe619ef2c770d170e8f --- M packaging/fedora/setup/common_utils.py M packaging/fedora/setup/engine-setup.py 2 files changed, 23 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/77/1377/1 -- To view, visit http://gerrit.ovirt.org/1377 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ica39e946b9ee3e13b343ebe619ef2c770d170e8f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ronen Angluster <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
