Yaniv Bronhaim has posted comments on this change. Change subject: vdsmhooks: fix package installation ......................................................................
Patch Set 2: Verified-1 (1 comment) http://gerrit.ovirt.org/#/c/28578/2/src/plugins/ovirt-host-deploy/vdsmhooks/hooks.py File src/plugins/ovirt-host-deploy/vdsmhooks/hooks.py: Line 104: ): Line 105: with open(os.path.join(pluginpackagesdir, name)) as f: Line 106: for package in f.read().splitlines(): Line 107: self.packager.installUpdate(package) Line 108: Im trying to push new version and don't have access rights for that. anyway to installUpdate you have to pass a tuple and it works. just change to self.packager.installUpdate((package,)) Line 109: -- To view, visit http://gerrit.ovirt.org/28578 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ibaad04786feb92c6ce94058e48ecb8d264b42975 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
