From db42fb4224b7f57326d841bcf2c448345406643c Mon Sep 17 00:00:00 2001 From: "a.cianfarani" Date: Wed, 21 Aug 2013 15:37:23 +0200 Subject: [PATCH] restored chmod --- LICENSE.md | 0 PHPCI/Application.php | 0 PHPCI/BuildFactory.php | 0 PHPCI/Builder.php | 0 PHPCI/Command/GenerateCommand.php | 0 PHPCI/Command/InstallCommand.php | 0 PHPCI/Command/RunCommand.php | 0 PHPCI/Controller.php | 0 PHPCI/Controller/BitbucketController.php | 0 PHPCI/Controller/BuildController.php | 0 PHPCI/Controller/BuildStatusController.php | 0 PHPCI/Controller/GithubController.php | 0 PHPCI/Controller/IndexController.php | 0 PHPCI/Controller/ProjectController.php | 0 PHPCI/Controller/SessionController.php | 0 PHPCI/Controller/UserController.php | 0 PHPCI/Helper/User.php | 0 PHPCI/Model/Base/BuildBase.php | 0 PHPCI/Model/Base/ProjectBase.php | 0 PHPCI/Model/Base/UserBase.php | 0 PHPCI/Model/Build.php | 0 PHPCI/Model/Build/BitbucketBuild.php | 0 PHPCI/Model/Build/GithubBuild.php | 0 PHPCI/Model/Build/LocalBuild.php | 0 PHPCI/Model/Build/RemoteGitBuild.php | 0 PHPCI/Model/Project.php | 0 PHPCI/Model/User.php | 0 PHPCI/Plugin.php | 0 PHPCI/Plugin/CleanBuild.php | 0 PHPCI/Plugin/Composer.php | 0 PHPCI/Plugin/CopyBuild.php | 0 PHPCI/Plugin/Env.php | 0 PHPCI/Plugin/Mysql.php | 0 PHPCI/Plugin/PackageBuild.php | 0 PHPCI/Plugin/Pgsql.php | 0 PHPCI/Plugin/PhpCodeSniffer.php | 0 PHPCI/Plugin/PhpCpd.php | 0 PHPCI/Plugin/PhpCsFixer.php | 0 PHPCI/Plugin/PhpMessDetector.php | 0 PHPCI/Plugin/PhpSpec.php | 0 PHPCI/Plugin/PhpUnit.php | 0 PHPCI/Plugin/Shell.php | 0 PHPCI/Store/Base/BuildStoreBase.php | 0 PHPCI/Store/Base/ProjectStoreBase.php | 0 PHPCI/Store/Base/UserStoreBase.php | 0 PHPCI/Store/BuildStore.php | 0 PHPCI/Store/ProjectStore.php | 0 PHPCI/Store/UserStore.php | 0 PHPCI/View/Build/view.phtml | 0 PHPCI/View/BuildsTable.phtml | 0 PHPCI/View/Index/index.phtml | 0 PHPCI/View/Project/view.phtml | 0 PHPCI/View/ProjectForm.phtml | 0 PHPCI/View/Session/login.phtml | 0 PHPCI/View/User/index.phtml | 0 PHPCI/View/UserForm.phtml | 0 PHPCI/View/layout.phtml | 0 PHPCI/build/.gitignore | 0 README.md | 0 Tests/PHPCI/Plugin/PHPUnitTest.php | 0 bootstrap.php | 0 build/.gitignore | 0 composer.json | 0 console | 0 daemonise | 0 phpci.yml | 0 public/assets/css/phpci.css | 0 public/assets/img/build-failed.png | Bin public/assets/img/build-ok.png | Bin public/assets/img/glyphicons-halflings-white.png | Bin public/assets/img/glyphicons-halflings.png | Bin public/assets/img/icon-build-failed.png | Bin public/assets/img/icon-build-ok.png | Bin public/assets/img/icon-build-pending.png | Bin public/assets/img/icon-build-running.png | Bin public/assets/js/phpci.js | 0 public/index.php | 0 77 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 LICENSE.md mode change 100755 => 100644 PHPCI/Application.php mode change 100755 => 100644 PHPCI/BuildFactory.php mode change 100755 => 100644 PHPCI/Builder.php mode change 100755 => 100644 PHPCI/Command/GenerateCommand.php mode change 100755 => 100644 PHPCI/Command/InstallCommand.php mode change 100755 => 100644 PHPCI/Command/RunCommand.php mode change 100755 => 100644 PHPCI/Controller.php mode change 100755 => 100644 PHPCI/Controller/BitbucketController.php mode change 100755 => 100644 PHPCI/Controller/BuildController.php mode change 100755 => 100644 PHPCI/Controller/BuildStatusController.php mode change 100755 => 100644 PHPCI/Controller/GithubController.php mode change 100755 => 100644 PHPCI/Controller/IndexController.php mode change 100755 => 100644 PHPCI/Controller/ProjectController.php mode change 100755 => 100644 PHPCI/Controller/SessionController.php mode change 100755 => 100644 PHPCI/Controller/UserController.php mode change 100755 => 100644 PHPCI/Helper/User.php mode change 100755 => 100644 PHPCI/Model/Base/BuildBase.php mode change 100755 => 100644 PHPCI/Model/Base/ProjectBase.php mode change 100755 => 100644 PHPCI/Model/Base/UserBase.php mode change 100755 => 100644 PHPCI/Model/Build.php mode change 100755 => 100644 PHPCI/Model/Build/BitbucketBuild.php mode change 100755 => 100644 PHPCI/Model/Build/GithubBuild.php mode change 100755 => 100644 PHPCI/Model/Build/LocalBuild.php mode change 100755 => 100644 PHPCI/Model/Build/RemoteGitBuild.php mode change 100755 => 100644 PHPCI/Model/Project.php mode change 100755 => 100644 PHPCI/Model/User.php mode change 100755 => 100644 PHPCI/Plugin.php mode change 100755 => 100644 PHPCI/Plugin/CleanBuild.php mode change 100755 => 100644 PHPCI/Plugin/Composer.php mode change 100755 => 100644 PHPCI/Plugin/CopyBuild.php mode change 100755 => 100644 PHPCI/Plugin/Env.php mode change 100755 => 100644 PHPCI/Plugin/Mysql.php mode change 100755 => 100644 PHPCI/Plugin/PackageBuild.php mode change 100755 => 100644 PHPCI/Plugin/Pgsql.php mode change 100755 => 100644 PHPCI/Plugin/PhpCodeSniffer.php mode change 100755 => 100644 PHPCI/Plugin/PhpCpd.php mode change 100755 => 100644 PHPCI/Plugin/PhpCsFixer.php mode change 100755 => 100644 PHPCI/Plugin/PhpMessDetector.php mode change 100755 => 100644 PHPCI/Plugin/PhpSpec.php mode change 100755 => 100644 PHPCI/Plugin/PhpUnit.php mode change 100755 => 100644 PHPCI/Plugin/Shell.php mode change 100755 => 100644 PHPCI/Store/Base/BuildStoreBase.php mode change 100755 => 100644 PHPCI/Store/Base/ProjectStoreBase.php mode change 100755 => 100644 PHPCI/Store/Base/UserStoreBase.php mode change 100755 => 100644 PHPCI/Store/BuildStore.php mode change 100755 => 100644 PHPCI/Store/ProjectStore.php mode change 100755 => 100644 PHPCI/Store/UserStore.php mode change 100755 => 100644 PHPCI/View/Build/view.phtml mode change 100755 => 100644 PHPCI/View/BuildsTable.phtml mode change 100755 => 100644 PHPCI/View/Index/index.phtml mode change 100755 => 100644 PHPCI/View/Project/view.phtml mode change 100755 => 100644 PHPCI/View/ProjectForm.phtml mode change 100755 => 100644 PHPCI/View/Session/login.phtml mode change 100755 => 100644 PHPCI/View/User/index.phtml mode change 100755 => 100644 PHPCI/View/UserForm.phtml mode change 100755 => 100644 PHPCI/View/layout.phtml mode change 100755 => 100644 PHPCI/build/.gitignore mode change 100755 => 100644 README.md mode change 100755 => 100644 Tests/PHPCI/Plugin/PHPUnitTest.php mode change 100755 => 100644 bootstrap.php mode change 100755 => 100644 build/.gitignore mode change 100755 => 100644 composer.json mode change 100755 => 100644 console mode change 100755 => 100644 daemonise mode change 100755 => 100644 phpci.yml mode change 100755 => 100644 public/assets/css/phpci.css mode change 100755 => 100644 public/assets/img/build-failed.png mode change 100755 => 100644 public/assets/img/build-ok.png mode change 100755 => 100644 public/assets/img/glyphicons-halflings-white.png mode change 100755 => 100644 public/assets/img/glyphicons-halflings.png mode change 100755 => 100644 public/assets/img/icon-build-failed.png mode change 100755 => 100644 public/assets/img/icon-build-ok.png mode change 100755 => 100644 public/assets/img/icon-build-pending.png mode change 100755 => 100644 public/assets/img/icon-build-running.png mode change 100755 => 100644 public/assets/js/phpci.js mode change 100755 => 100644 public/index.php diff --git a/LICENSE.md b/LICENSE.md old mode 100755 new mode 100644 diff --git a/PHPCI/Application.php b/PHPCI/Application.php old mode 100755 new mode 100644 diff --git a/PHPCI/BuildFactory.php b/PHPCI/BuildFactory.php old mode 100755 new mode 100644 diff --git a/PHPCI/Builder.php b/PHPCI/Builder.php old mode 100755 new mode 100644 diff --git a/PHPCI/Command/GenerateCommand.php b/PHPCI/Command/GenerateCommand.php old mode 100755 new mode 100644 diff --git a/PHPCI/Command/InstallCommand.php b/PHPCI/Command/InstallCommand.php old mode 100755 new mode 100644 diff --git a/PHPCI/Command/RunCommand.php b/PHPCI/Command/RunCommand.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller.php b/PHPCI/Controller.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/BitbucketController.php b/PHPCI/Controller/BitbucketController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/BuildController.php b/PHPCI/Controller/BuildController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/BuildStatusController.php b/PHPCI/Controller/BuildStatusController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/GithubController.php b/PHPCI/Controller/GithubController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/IndexController.php b/PHPCI/Controller/IndexController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/ProjectController.php b/PHPCI/Controller/ProjectController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/SessionController.php b/PHPCI/Controller/SessionController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/UserController.php b/PHPCI/Controller/UserController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Helper/User.php b/PHPCI/Helper/User.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Base/BuildBase.php b/PHPCI/Model/Base/BuildBase.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Base/ProjectBase.php b/PHPCI/Model/Base/ProjectBase.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Base/UserBase.php b/PHPCI/Model/Base/UserBase.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Build.php b/PHPCI/Model/Build.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Build/BitbucketBuild.php b/PHPCI/Model/Build/BitbucketBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Build/GithubBuild.php b/PHPCI/Model/Build/GithubBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Build/LocalBuild.php b/PHPCI/Model/Build/LocalBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Build/RemoteGitBuild.php b/PHPCI/Model/Build/RemoteGitBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Project.php b/PHPCI/Model/Project.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/User.php b/PHPCI/Model/User.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin.php b/PHPCI/Plugin.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/CleanBuild.php b/PHPCI/Plugin/CleanBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/Composer.php b/PHPCI/Plugin/Composer.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/CopyBuild.php b/PHPCI/Plugin/CopyBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/Env.php b/PHPCI/Plugin/Env.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/Mysql.php b/PHPCI/Plugin/Mysql.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PackageBuild.php b/PHPCI/Plugin/PackageBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/Pgsql.php b/PHPCI/Plugin/Pgsql.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PhpCodeSniffer.php b/PHPCI/Plugin/PhpCodeSniffer.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PhpCpd.php b/PHPCI/Plugin/PhpCpd.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PhpCsFixer.php b/PHPCI/Plugin/PhpCsFixer.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PhpMessDetector.php b/PHPCI/Plugin/PhpMessDetector.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PhpSpec.php b/PHPCI/Plugin/PhpSpec.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PhpUnit.php b/PHPCI/Plugin/PhpUnit.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/Shell.php b/PHPCI/Plugin/Shell.php old mode 100755 new mode 100644 diff --git a/PHPCI/Store/Base/BuildStoreBase.php b/PHPCI/Store/Base/BuildStoreBase.php old mode 100755 new mode 100644 diff --git a/PHPCI/Store/Base/ProjectStoreBase.php b/PHPCI/Store/Base/ProjectStoreBase.php old mode 100755 new mode 100644 diff --git a/PHPCI/Store/Base/UserStoreBase.php b/PHPCI/Store/Base/UserStoreBase.php old mode 100755 new mode 100644 diff --git a/PHPCI/Store/BuildStore.php b/PHPCI/Store/BuildStore.php old mode 100755 new mode 100644 diff --git a/PHPCI/Store/ProjectStore.php b/PHPCI/Store/ProjectStore.php old mode 100755 new mode 100644 diff --git a/PHPCI/Store/UserStore.php b/PHPCI/Store/UserStore.php old mode 100755 new mode 100644 diff --git a/PHPCI/View/Build/view.phtml b/PHPCI/View/Build/view.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/BuildsTable.phtml b/PHPCI/View/BuildsTable.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/Index/index.phtml b/PHPCI/View/Index/index.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/Project/view.phtml b/PHPCI/View/Project/view.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/ProjectForm.phtml b/PHPCI/View/ProjectForm.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/Session/login.phtml b/PHPCI/View/Session/login.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/User/index.phtml b/PHPCI/View/User/index.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/UserForm.phtml b/PHPCI/View/UserForm.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/layout.phtml b/PHPCI/View/layout.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/build/.gitignore b/PHPCI/build/.gitignore old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/Tests/PHPCI/Plugin/PHPUnitTest.php b/Tests/PHPCI/Plugin/PHPUnitTest.php old mode 100755 new mode 100644 diff --git a/bootstrap.php b/bootstrap.php old mode 100755 new mode 100644 diff --git a/build/.gitignore b/build/.gitignore old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/console b/console old mode 100755 new mode 100644 diff --git a/daemonise b/daemonise old mode 100755 new mode 100644 diff --git a/phpci.yml b/phpci.yml old mode 100755 new mode 100644 diff --git a/public/assets/css/phpci.css b/public/assets/css/phpci.css old mode 100755 new mode 100644 diff --git a/public/assets/img/build-failed.png b/public/assets/img/build-failed.png old mode 100755 new mode 100644 diff --git a/public/assets/img/build-ok.png b/public/assets/img/build-ok.png old mode 100755 new mode 100644 diff --git a/public/assets/img/glyphicons-halflings-white.png b/public/assets/img/glyphicons-halflings-white.png old mode 100755 new mode 100644 diff --git a/public/assets/img/glyphicons-halflings.png b/public/assets/img/glyphicons-halflings.png old mode 100755 new mode 100644 diff --git a/public/assets/img/icon-build-failed.png b/public/assets/img/icon-build-failed.png old mode 100755 new mode 100644 diff --git a/public/assets/img/icon-build-ok.png b/public/assets/img/icon-build-ok.png old mode 100755 new mode 100644 diff --git a/public/assets/img/icon-build-pending.png b/public/assets/img/icon-build-pending.png old mode 100755 new mode 100644 diff --git a/public/assets/img/icon-build-running.png b/public/assets/img/icon-build-running.png old mode 100755 new mode 100644 diff --git a/public/assets/js/phpci.js b/public/assets/js/phpci.js old mode 100755 new mode 100644 diff --git a/public/index.php b/public/index.php old mode 100755 new mode 100644