Allow specifying the template files that should be used for the CI setup. Splitted...
authorGunnar Wrobel <p@rdus.de>
Mon, 4 Oct 2010 01:37:39 +0000 (03:37 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 4 Oct 2010 15:19:49 +0000 (17:19 +0200)
commit0c14afa52986ce832538cb67da32a4cb75372e42
tree0d680e710365a73f53463cac05e0791f4b84686f
parent2cad059080fa361e08162a85a1bffc302e6949a1
Allow specifying the template files that should be used for the CI setup. Splitted the CiSetup Runner in two separate runners (CiSetup, CiPrebuild). Updated TODOs, adapted testing.
14 files changed:
components/TODO
components/lib/Components/Config/Application.php [new file with mode: 0644]
components/lib/Components/Config/Cli.php
components/lib/Components/Dependencies.php
components/lib/Components/Dependencies/Injector.php
components/lib/Components/Module/CiSetup.php
components/lib/Components/Module/Distribute.php
components/lib/Components/Runner/CiPrebuild.php [new file with mode: 0644]
components/lib/Components/Runner/CiSetup.php
components/test/Components/Integration/Components/Module/CiSetupTest.php
components/test/Components/StoryTestCase.php
components/test/Components/fixture/templates/hudson-component-build.xml.template [new file with mode: 0644]
components/test/Components/fixture/templates/hudson-component-config.xml.template [new file with mode: 0644]
components/test/Components/fixture/templates/hudson-component-phpunit.xml.template [new file with mode: 0644]