Alon Bar-Lev has posted comments on this change.

Change subject: packaging: setup: fix local state dirs ownership
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File packaging/setup/plugins/ovirt-engine-setup/system/localstate.py
Line 63:         ):
Line 64:             os.chown(root, uid, gid)
Line 65:             for name in dirs:
Line 66:                 os.chown(os.path.join(root, name), uid, gid)
Line 67:             for name in files:
why not use the magic of dirs + files here too :)
Line 68:                 os.chown(os.path.join(root, name), uid, gid)
Line 69: 
Line 70: 


--
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: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com>
Gerrit-Reviewer: Alex Lourie <alou...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschr...@redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <d...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to