extras-repoclosure rc-run.py,1.7,1.8

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Jun 24 18:36:17 UTC 2006


Author: mschwendt

Update of /cvs/fedora/extras-repoclosure
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12776

Modified Files:
	rc-run.py 
Log Message:
enforce umask for manual runs of this script


Index: rc-run.py
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/rc-run.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rc-run.py	5 Jun 2006 19:53:04 -0000	1.7
+++ rc-run.py	24 Jun 2006 18:36:15 -0000	1.8
@@ -114,6 +114,7 @@
 
 cwd = os.getcwd()
 os.chdir(workdir)
+os.umask(0002)  # only for our /srv environment
 
 # Delete old log files.
 import glob




More information about the scm-commits mailing list