summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2016-07-12 11:12:32 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2016-07-12 11:13:25 +0200
commit405c02c77fce358d3005732b6e220e83ddef75a3 (patch)
tree49c4e1c9b8f67f1b5e83d373d6f14d3388115e17 /utils
parent97b4b323036b4174eb532c683ded09119b562416 (diff)
Chmod 755 all py files which can be executed
All files where __main__ is checked can now be executed by everyone. It results from [1]. [1] find . -name "*.py" |xargs grep __main__ |cut -d\: -f 1 |xargs chmod 755 Change-Id: I9ad153cfdde0447213e35dac102e668d9e754cf9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'utils')
-rwxr-xr-x[-rw-r--r--]utils/openstack_clean.py0
-rwxr-xr-x[-rw-r--r--]utils/openstack_snapshot.py0
2 files changed, 0 insertions, 0 deletions
diff --git a/utils/openstack_clean.py b/utils/openstack_clean.py
index 3eb39a260..3eb39a260 100644..100755
--- a/utils/openstack_clean.py
+++ b/utils/openstack_clean.py
diff --git a/utils/openstack_snapshot.py b/utils/openstack_snapshot.py
index 704ef5053..704ef5053 100644..100755
--- a/utils/openstack_snapshot.py
+++ b/utils/openstack_snapshot.py