Sandro Bonazzola has posted comments on this change. Change subject: packaging: setup: fix local state dirs ownership ......................................................................
Patch Set 3: (1 inline comment) .................................................... File packaging/setup/plugins/ovirt-engine-setup/system/localstate.py Line 83: ): Line 84: os.chown(root, uid, gid) Line 85: for name in dirs: Line 86: os.chown(os.path.join(root, name), uid, gid) Line 87: for name in files: Done Line 88: os.chown(os.path.join(root, name), uid, gid) Line 89: Line 90: -- To view, visit http://gerrit.ovirt.org/15117 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I180fa0b1c3ded975c052405126819d91524a829f Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
