From e315a8e3027813550537bccb6172c13ec9d09af0 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 6 Mar 2017 13:47:58 +0900 Subject: Fixing permissions, some random python files became executable --- buildstream/_loader.py | 0 buildstream/_plugincontext.py | 0 buildstream/_scheduler.py | 0 buildstream/_variables.py | 0 buildstream/element.py | 0 buildstream/plugin.py | 0 buildstream/plugins/sources/git.py | 0 buildstream/plugins/sources/ostree.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 buildstream/_loader.py mode change 100755 => 100644 buildstream/_plugincontext.py mode change 100755 => 100644 buildstream/_scheduler.py mode change 100755 => 100644 buildstream/_variables.py mode change 100755 => 100644 buildstream/element.py mode change 100755 => 100644 buildstream/plugin.py mode change 100755 => 100644 buildstream/plugins/sources/git.py mode change 100755 => 100644 buildstream/plugins/sources/ostree.py diff --git a/buildstream/_loader.py b/buildstream/_loader.py old mode 100755 new mode 100644 diff --git a/buildstream/_plugincontext.py b/buildstream/_plugincontext.py old mode 100755 new mode 100644 diff --git a/buildstream/_scheduler.py b/buildstream/_scheduler.py old mode 100755 new mode 100644 diff --git a/buildstream/_variables.py b/buildstream/_variables.py old mode 100755 new mode 100644 diff --git a/buildstream/element.py b/buildstream/element.py old mode 100755 new mode 100644 diff --git a/buildstream/plugin.py b/buildstream/plugin.py old mode 100755 new mode 100644 diff --git a/buildstream/plugins/sources/git.py b/buildstream/plugins/sources/git.py old mode 100755 new mode 100644 diff --git a/buildstream/plugins/sources/ostree.py b/buildstream/plugins/sources/ostree.py old mode 100755 new mode 100644 -- cgit v1.2.1