Alex Lourie has uploaded a new change for review.

Change subject: packaging: setup: set correct umask for execution
......................................................................

packaging: setup: set correct umask for execution

Change-Id: Ie28c067dbab0e237fa482f2f0f7358d65e1f2ecd
Related-To: https://bugzilla.redhat.com/922905
Signed-off-by: Alex Lourie <alou...@redhat.com>
---
M packaging/ovirt-engine-dwh-setup.py
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/55/21455/1

diff --git a/packaging/ovirt-engine-dwh-setup.py 
b/packaging/ovirt-engine-dwh-setup.py
index d8d13b9..01ace27 100755
--- a/packaging/ovirt-engine-dwh-setup.py
+++ b/packaging/ovirt-engine-dwh-setup.py
@@ -359,6 +359,8 @@
     main
     '''
 
+    os.umask(0022)
+
     rc = 0
     doBackup = None
     backupFile = None


-- 
To view, visit http://gerrit.ovirt.org/21455
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie28c067dbab0e237fa482f2f0f7358d65e1f2ecd
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <alou...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to