From 35e637278bd54dd858a67bbdbcfb335edf30e564 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 13 May 2014 16:32:01 +0200 Subject: [PATCH] Remove executable flags Those files are not supposed to be marked as executable. --- README.rst | 0 alembic.ini | 0 alembic/README | 0 refstack.cfg | 0 refstack/__init__.py | 0 refstack/client/requirements.txt | 0 refstack/common/__init__.py | 0 refstack/static/bootstrap/css/bootstrap-theme.css | 0 .../static/bootstrap/css/bootstrap-theme.min.css | 0 refstack/static/bootstrap/css/bootstrap.css | 0 refstack/static/bootstrap/css/bootstrap.min.css | 0 .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin refstack/static/bootstrap/js/bootstrap.js | 0 refstack/static/bootstrap/js/bootstrap.min.js | 0 .../static/bootstrap/serve/css/bootstrap-theme.css | 0 .../bootstrap/serve/css/bootstrap-theme.min.css | 0 refstack/static/bootstrap/serve/css/bootstrap.css | 0 .../static/bootstrap/serve/css/bootstrap.min.css | 0 .../serve/fonts/glyphicons-halflings-regular.eot | Bin .../serve/fonts/glyphicons-halflings-regular.svg | 0 .../serve/fonts/glyphicons-halflings-regular.ttf | Bin .../serve/fonts/glyphicons-halflings-regular.woff | Bin refstack/static/bootstrap/serve/js/bootstrap.js | 0 refstack/static/bootstrap/serve/js/bootstrap.min.js | 0 refstack/static/openid.png | Bin refstack/static/refstack.css | 0 refstack/static/refstack.js | 0 refstack/static/toast.css | 0 refstack/templates/admin/master_legacy.html | 0 refstack/templates/create_cloud.html | 0 refstack/templates/create_profile.html | 0 refstack/templates/edit_cloud.html | 0 refstack/templates/edit_profile.html | 0 refstack/templates/home.html | 0 refstack/templates/index.html | 0 refstack/templates/layout.html | 0 refstack/templates/login.html | 0 refstack/templates/scorecard.html | 0 refstack/templates/show_report.html | 0 refstack/templates/show_status.html | 0 refstack/templates/tempest.conf | 0 refstack/templates/test_cloud.html | 0 refstack/templates/view_profile.html | 0 refstack/tools/execute_test/README.rst | 0 refstack/tools/execute_test/havana_requirements.txt | 0 refstack/tools/execute_test/setup.cfg | 0 refstack/tools/tester/README.rst | 0 refstack/tools/tester/havana_requirements.txt | 0 refstack/tools/tester/setup.cfg | 0 requirements.txt | 0 specs/README.rst | 0 specs/proposed/refstack-org-gearman-tester.rst | 0 specs/template.rst | 0 56 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 README.rst mode change 100755 => 100644 alembic.ini mode change 100755 => 100644 alembic/README mode change 100755 => 100644 refstack.cfg mode change 100755 => 100644 refstack/__init__.py mode change 100755 => 100644 refstack/client/requirements.txt mode change 100755 => 100644 refstack/common/__init__.py mode change 100755 => 100644 refstack/static/bootstrap/css/bootstrap-theme.css mode change 100755 => 100644 refstack/static/bootstrap/css/bootstrap-theme.min.css mode change 100755 => 100644 refstack/static/bootstrap/css/bootstrap.css mode change 100755 => 100644 refstack/static/bootstrap/css/bootstrap.min.css mode change 100755 => 100644 refstack/static/bootstrap/fonts/glyphicons-halflings-regular.eot mode change 100755 => 100644 refstack/static/bootstrap/fonts/glyphicons-halflings-regular.svg mode change 100755 => 100644 refstack/static/bootstrap/fonts/glyphicons-halflings-regular.ttf mode change 100755 => 100644 refstack/static/bootstrap/fonts/glyphicons-halflings-regular.woff mode change 100755 => 100644 refstack/static/bootstrap/js/bootstrap.js mode change 100755 => 100644 refstack/static/bootstrap/js/bootstrap.min.js mode change 100755 => 100644 refstack/static/bootstrap/serve/css/bootstrap-theme.css mode change 100755 => 100644 refstack/static/bootstrap/serve/css/bootstrap-theme.min.css mode change 100755 => 100644 refstack/static/bootstrap/serve/css/bootstrap.css mode change 100755 => 100644 refstack/static/bootstrap/serve/css/bootstrap.min.css mode change 100755 => 100644 refstack/static/bootstrap/serve/fonts/glyphicons-halflings-regular.eot mode change 100755 => 100644 refstack/static/bootstrap/serve/fonts/glyphicons-halflings-regular.svg mode change 100755 => 100644 refstack/static/bootstrap/serve/fonts/glyphicons-halflings-regular.ttf mode change 100755 => 100644 refstack/static/bootstrap/serve/fonts/glyphicons-halflings-regular.woff mode change 100755 => 100644 refstack/static/bootstrap/serve/js/bootstrap.js mode change 100755 => 100644 refstack/static/bootstrap/serve/js/bootstrap.min.js mode change 100755 => 100644 refstack/static/openid.png mode change 100755 => 100644 refstack/static/refstack.css mode change 100755 => 100644 refstack/static/refstack.js mode change 100755 => 100644 refstack/static/toast.css mode change 100755 => 100644 refstack/templates/admin/master_legacy.html mode change 100755 => 100644 refstack/templates/create_cloud.html mode change 100755 => 100644 refstack/templates/create_profile.html mode change 100755 => 100644 refstack/templates/edit_cloud.html mode change 100755 => 100644 refstack/templates/edit_profile.html mode change 100755 => 100644 refstack/templates/home.html mode change 100755 => 100644 refstack/templates/index.html mode change 100755 => 100644 refstack/templates/layout.html mode change 100755 => 100644 refstack/templates/login.html mode change 100755 => 100644 refstack/templates/scorecard.html mode change 100755 => 100644 refstack/templates/show_report.html mode change 100755 => 100644 refstack/templates/show_status.html mode change 100755 => 100644 refstack/templates/tempest.conf mode change 100755 => 100644 refstack/templates/test_cloud.html mode change 100755 => 100644 refstack/templates/view_profile.html mode change 100755 => 100644 refstack/tools/execute_test/README.rst mode change 100755 => 100644 refstack/tools/execute_test/havana_requirements.txt mode change 100755 => 100644 refstack/tools/execute_test/setup.cfg mode change 100755 => 100644 refstack/tools/tester/README.rst mode change 100755 => 100644 refstack/tools/tester/havana_requirements.txt mode change 100755 => 100644 refstack/tools/tester/setup.cfg mode change 100755 => 100644 requirements.txt mode change 100755 => 100644 specs/README.rst mode change 100755 => 100644 specs/proposed/refstack-org-gearman-tester.rst mode change 100755 => 100644 specs/template.rst diff --git a/README.rst b/README.rst old mode 100755 new mode 100644 diff --git a/alembic.ini b/alembic.ini old mode 100755 new mode 100644 diff --git a/alembic/README b/alembic/README old mode 100755 new mode 100644 diff --git a/refstack.cfg b/refstack.cfg old mode 100755 new mode 100644 diff --git a/refstack/__init__.py b/refstack/__init__.py old mode 100755 new mode 100644 diff --git a/refstack/client/requirements.txt b/refstack/client/requirements.txt old mode 100755 new mode 100644 diff --git a/refstack/common/__init__.py b/refstack/common/__init__.py old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/css/bootstrap-theme.css b/refstack/static/bootstrap/css/bootstrap-theme.css old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/css/bootstrap-theme.min.css b/refstack/static/bootstrap/css/bootstrap-theme.min.css old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/css/bootstrap.css b/refstack/static/bootstrap/css/bootstrap.css old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/css/bootstrap.min.css b/refstack/static/bootstrap/css/bootstrap.min.css old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/fonts/glyphicons-halflings-regular.eot b/refstack/static/bootstrap/fonts/glyphicons-halflings-regular.eot old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/fonts/glyphicons-halflings-regular.svg b/refstack/static/bootstrap/fonts/glyphicons-halflings-regular.svg old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/fonts/glyphicons-halflings-regular.ttf b/refstack/static/bootstrap/fonts/glyphicons-halflings-regular.ttf old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/fonts/glyphicons-halflings-regular.woff b/refstack/static/bootstrap/fonts/glyphicons-halflings-regular.woff old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/js/bootstrap.js b/refstack/static/bootstrap/js/bootstrap.js old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/js/bootstrap.min.js b/refstack/static/bootstrap/js/bootstrap.min.js old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/serve/css/bootstrap-theme.css b/refstack/static/bootstrap/serve/css/bootstrap-theme.css old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/serve/css/bootstrap-theme.min.css b/refstack/static/bootstrap/serve/css/bootstrap-theme.min.css old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/serve/css/bootstrap.css b/refstack/static/bootstrap/serve/css/bootstrap.css old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/serve/css/bootstrap.min.css b/refstack/static/bootstrap/serve/css/bootstrap.min.css old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/serve/fonts/glyphicons-halflings-regular.eot b/refstack/static/bootstrap/serve/fonts/glyphicons-halflings-regular.eot old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/serve/fonts/glyphicons-halflings-regular.svg b/refstack/static/bootstrap/serve/fonts/glyphicons-halflings-regular.svg old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/serve/fonts/glyphicons-halflings-regular.ttf b/refstack/static/bootstrap/serve/fonts/glyphicons-halflings-regular.ttf old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/serve/fonts/glyphicons-halflings-regular.woff b/refstack/static/bootstrap/serve/fonts/glyphicons-halflings-regular.woff old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/serve/js/bootstrap.js b/refstack/static/bootstrap/serve/js/bootstrap.js old mode 100755 new mode 100644 diff --git a/refstack/static/bootstrap/serve/js/bootstrap.min.js b/refstack/static/bootstrap/serve/js/bootstrap.min.js old mode 100755 new mode 100644 diff --git a/refstack/static/openid.png b/refstack/static/openid.png old mode 100755 new mode 100644 diff --git a/refstack/static/refstack.css b/refstack/static/refstack.css old mode 100755 new mode 100644 diff --git a/refstack/static/refstack.js b/refstack/static/refstack.js old mode 100755 new mode 100644 diff --git a/refstack/static/toast.css b/refstack/static/toast.css old mode 100755 new mode 100644 diff --git a/refstack/templates/admin/master_legacy.html b/refstack/templates/admin/master_legacy.html old mode 100755 new mode 100644 diff --git a/refstack/templates/create_cloud.html b/refstack/templates/create_cloud.html old mode 100755 new mode 100644 diff --git a/refstack/templates/create_profile.html b/refstack/templates/create_profile.html old mode 100755 new mode 100644 diff --git a/refstack/templates/edit_cloud.html b/refstack/templates/edit_cloud.html old mode 100755 new mode 100644 diff --git a/refstack/templates/edit_profile.html b/refstack/templates/edit_profile.html old mode 100755 new mode 100644 diff --git a/refstack/templates/home.html b/refstack/templates/home.html old mode 100755 new mode 100644 diff --git a/refstack/templates/index.html b/refstack/templates/index.html old mode 100755 new mode 100644 diff --git a/refstack/templates/layout.html b/refstack/templates/layout.html old mode 100755 new mode 100644 diff --git a/refstack/templates/login.html b/refstack/templates/login.html old mode 100755 new mode 100644 diff --git a/refstack/templates/scorecard.html b/refstack/templates/scorecard.html old mode 100755 new mode 100644 diff --git a/refstack/templates/show_report.html b/refstack/templates/show_report.html old mode 100755 new mode 100644 diff --git a/refstack/templates/show_status.html b/refstack/templates/show_status.html old mode 100755 new mode 100644 diff --git a/refstack/templates/tempest.conf b/refstack/templates/tempest.conf old mode 100755 new mode 100644 diff --git a/refstack/templates/test_cloud.html b/refstack/templates/test_cloud.html old mode 100755 new mode 100644 diff --git a/refstack/templates/view_profile.html b/refstack/templates/view_profile.html old mode 100755 new mode 100644 diff --git a/refstack/tools/execute_test/README.rst b/refstack/tools/execute_test/README.rst old mode 100755 new mode 100644 diff --git a/refstack/tools/execute_test/havana_requirements.txt b/refstack/tools/execute_test/havana_requirements.txt old mode 100755 new mode 100644 diff --git a/refstack/tools/execute_test/setup.cfg b/refstack/tools/execute_test/setup.cfg old mode 100755 new mode 100644 diff --git a/refstack/tools/tester/README.rst b/refstack/tools/tester/README.rst old mode 100755 new mode 100644 diff --git a/refstack/tools/tester/havana_requirements.txt b/refstack/tools/tester/havana_requirements.txt old mode 100755 new mode 100644 diff --git a/refstack/tools/tester/setup.cfg b/refstack/tools/tester/setup.cfg old mode 100755 new mode 100644 diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 diff --git a/specs/README.rst b/specs/README.rst old mode 100755 new mode 100644 diff --git a/specs/proposed/refstack-org-gearman-tester.rst b/specs/proposed/refstack-org-gearman-tester.rst old mode 100755 new mode 100644 diff --git a/specs/template.rst b/specs/template.rst old mode 100755 new mode 100644