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: I7d74749c9c4c0b65cb99f3023f99b6bd1fe3d30a
Signed-off-by: Alex Lourie <alou...@redhat.com>
---
M packaging/ovirt-engine-reports-setup.py
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/75/21575/1

diff --git a/packaging/ovirt-engine-reports-setup.py 
b/packaging/ovirt-engine-reports-setup.py
index b73413a..ba4cd51 100755
--- a/packaging/ovirt-engine-reports-setup.py
+++ b/packaging/ovirt-engine-reports-setup.py
@@ -912,6 +912,9 @@
     '''
     main
     '''
+
+    os.umask(0022)
+
     global db_dict
     global DB_EXIST
     rc = 0


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7d74749c9c4c0b65cb99f3023f99b6bd1fe3d30a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-reports
Gerrit-Branch: ovirt-3.3.1
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