This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via e1a698ed6ccef20cd9645d1c88cc2b4f289d2366 (commit)
from ab3889be6919f4be63e8c841ff294748935f4499 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/e1a698ed6ccef20cd9645d1c88cc2b4f289d2366
commit e1a698ed6ccef20cd9645d1c88cc2b4f289d2366
Author: Oleg Broytman <ph...@ph...>
Date: Sun Apr 9 02:33:30 2017 +0300
[devscripts] setup: set umask to 022 -rwxr-xr-x
[skip ci]
diff --git a/devscripts/setup b/devscripts/setup
index 315e84a..946696e 100755
--- a/devscripts/setup
+++ b/devscripts/setup
@@ -1,6 +1,6 @@
#! /bin/sh
-umask 002 # -rwxrwxr-x
+umask 022 # -rwxr-xr-x
cd "`dirname \"$0\"`"/SQLObject &&
python2.6 setup.py install -O2 &&
-----------------------------------------------------------------------
Summary of changes:
devscripts/setup | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
SQLObject development repository
|