From 762622d4b3ef7ff968f4b7c3fe81238a15ee7718 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 15 Feb 2010 21:32:49 -0800 Subject: [PATCH] turn off execute bit for all buildbot/* python modules (mostly the new ones that I added without first checking the mode bits) --- buildbot/changes/manager.py | 0 buildbot/db.py | 0 buildbot/loop.py | 0 buildbot/schedulers/basic.py | 0 buildbot/schedulers/manager.py | 0 buildbot/schedulers/timed.py | 0 buildbot/schedulers/triggerable.py | 0 buildbot/schedulers/trysched.py | 0 buildbot/status/web/buildstatus.py | 0 buildbot/status/web/console.py | 0 buildbot/test/runs/test_db.py | 0 buildbot/test/unit/test_loop.py | 0 12 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 buildbot/changes/manager.py mode change 100755 => 100644 buildbot/db.py mode change 100755 => 100644 buildbot/loop.py mode change 100755 => 100644 buildbot/schedulers/basic.py mode change 100755 => 100644 buildbot/schedulers/manager.py mode change 100755 => 100644 buildbot/schedulers/timed.py mode change 100755 => 100644 buildbot/schedulers/triggerable.py mode change 100755 => 100644 buildbot/schedulers/trysched.py mode change 100755 => 100644 buildbot/status/web/buildstatus.py mode change 100755 => 100644 buildbot/status/web/console.py mode change 100755 => 100644 buildbot/test/runs/test_db.py mode change 100755 => 100644 buildbot/test/unit/test_loop.py diff --git a/buildbot/changes/manager.py b/buildbot/changes/manager.py old mode 100755 new mode 100644 diff --git a/buildbot/db.py b/buildbot/db.py old mode 100755 new mode 100644 diff --git a/buildbot/loop.py b/buildbot/loop.py old mode 100755 new mode 100644 diff --git a/buildbot/schedulers/basic.py b/buildbot/schedulers/basic.py old mode 100755 new mode 100644 diff --git a/buildbot/schedulers/manager.py b/buildbot/schedulers/manager.py old mode 100755 new mode 100644 diff --git a/buildbot/schedulers/timed.py b/buildbot/schedulers/timed.py old mode 100755 new mode 100644 diff --git a/buildbot/schedulers/triggerable.py b/buildbot/schedulers/triggerable.py old mode 100755 new mode 100644 diff --git a/buildbot/schedulers/trysched.py b/buildbot/schedulers/trysched.py old mode 100755 new mode 100644 diff --git a/buildbot/status/web/buildstatus.py b/buildbot/status/web/buildstatus.py old mode 100755 new mode 100644 diff --git a/buildbot/status/web/console.py b/buildbot/status/web/console.py old mode 100755 new mode 100644 diff --git a/buildbot/test/runs/test_db.py b/buildbot/test/runs/test_db.py old mode 100755 new mode 100644 diff --git a/buildbot/test/unit/test_loop.py b/buildbot/test/unit/test_loop.py old mode 100755 new mode 100644