[commits] Horde branch master updated. 8989105beaf5feb7aa6732293c70f18552266b09

Gunnar Wrobel p at rdus.de
Mon Oct 4 15:20:28 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: b4cdc46ba2287c3caa072be0fb2a4a9dafd4b569

c1be353 Hide E_DEPRECATED errors (because of PEAR).
ed53712 TODO item.
2cad059 Reorder according to priority.
0c14afa 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.
b7d424e Ensure the installer errors out if something fails during package installation.
ffe864e phpdoc
8989105 Allow offline installs and testing.

-----------------------------------------------------------------------

commit c1be353541f70d1b33aee512b4a1426e6cb96a0d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Oct 4 02:24:12 2010 +0200

    Hide E_DEPRECATED errors (because of PEAR).

 components/script/horde-components.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/components/script/horde-components.php?rt=horde-git&r1=5fc65304ee2d516aecb2744bed8e316e8e98d212&r2=c1be353541f70d1b33aee512b4a1426e6cb96a0d

-----------------------------------------------------------------------

commit ed5371204a338207ae67dcc8aaf7d8aa7971da3f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Oct 4 02:26:53 2010 +0200

    TODO item.

 components/TODO |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/components/TODO?rt=horde-git&r1=f4a7307afd361dbbc2f17fa2081411b1d7930f4a&r2=ed5371204a338207ae67dcc8aaf7d8aa7971da3f

-----------------------------------------------------------------------

commit 2cad059080fa361e08162a85a1bffc302e6949a1
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Oct 4 02:36:05 2010 +0200

    Reorder according to priority.

 components/TODO |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/components/TODO?rt=horde-git&r1=ed5371204a338207ae67dcc8aaf7d8aa7971da3f&r2=2cad059080fa361e08162a85a1bffc302e6949a1

-----------------------------------------------------------------------

commit 0c14afa52986ce832538cb67da32a4cb75372e42
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Oct 4 03:37:39 2010 +0200

    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.

 components/TODO                                                   |    7 +-
 components/lib/Components/Config/Application.php                  |   66 +++
 components/lib/Components/Config/Cli.php                          |   10 +
 components/lib/Components/Dependencies.php                        |    7 +
 components/lib/Components/Dependencies/Injector.php               |   10 +
 components/lib/Components/Module/CiSetup.php                      |    5 +-
 components/lib/Components/Module/Distribute.php                   |    8 -
 components/lib/Components/Runner/CiPrebuild.php                   |  126 +++++
 components/lib/Components/Runner/CiSetup.php                      |   58 +--
 .../test/Components/Integration/Components/Module/CiSetupTest.php |   26 +
 components/test/Components/StoryTestCase.php                      |   40 ++
 .../fixture/templates/hudson-component-build.xml.template         |    1 +
 .../fixture/templates/hudson-component-config.xml.template        |    1 +
 .../fixture/templates/hudson-component-phpunit.xml.template       |    1 +
 14 files changed, 319 insertions(+), 47 deletions(-)
 create mode 100644 components/lib/Components/Config/Application.php
 create mode 100644 components/lib/Components/Runner/CiPrebuild.php
 create mode 100644 components/test/Components/fixture/templates/hudson-component-build.xml.template
 create mode 100644 components/test/Components/fixture/templates/hudson-component-config.xml.template
 create mode 100644 components/test/Components/fixture/templates/hudson-component-phpunit.xml.template

http://git.horde.org/diff.php/components/TODO?rt=horde-git&r1=2cad059080fa361e08162a85a1bffc302e6949a1&r2=0c14afa52986ce832538cb67da32a4cb75372e42
http://git.horde.org/co.php/components/lib/Components/Config/Application.php?rt=horde-git&r=0c14afa52986ce832538cb67da32a4cb75372e42
http://git.horde.org/diff.php/components/lib/Components/Config/Cli.php?rt=horde-git&r1=330ea725af3fd6360985bf4b4bc3b828a227272b&r2=0c14afa52986ce832538cb67da32a4cb75372e42
http://git.horde.org/diff.php/components/lib/Components/Dependencies.php?rt=horde-git&r1=be3dccb87a7e307703b25a03095cb86be3786aac&r2=0c14afa52986ce832538cb67da32a4cb75372e42
http://git.horde.org/diff.php/components/lib/Components/Dependencies/Injector.php?rt=horde-git&r1=be3dccb87a7e307703b25a03095cb86be3786aac&r2=0c14afa52986ce832538cb67da32a4cb75372e42
http://git.horde.org/diff.php/components/lib/Components/Module/CiSetup.php?rt=horde-git&r1=34da0eaf3b912f71492f622139625516d0d758f7&r2=0c14afa52986ce832538cb67da32a4cb75372e42
http://git.horde.org/diff.php/components/lib/Components/Module/Distribute.php?rt=horde-git&r1=be3dccb87a7e307703b25a03095cb86be3786aac&r2=0c14afa52986ce832538cb67da32a4cb75372e42
http://git.horde.org/co.php/components/lib/Components/Runner/CiPrebuild.php?rt=horde-git&r=0c14afa52986ce832538cb67da32a4cb75372e42
http://git.horde.org/diff.php/components/lib/Components/Runner/CiSetup.php?rt=horde-git&r1=34da0eaf3b912f71492f622139625516d0d758f7&r2=0c14afa52986ce832538cb67da32a4cb75372e42
http://git.horde.org/diff.php/components/test/Components/Integration/Components/Module/CiSetupTest.php?rt=horde-git&r1=be3dccb87a7e307703b25a03095cb86be3786aac&r2=0c14afa52986ce832538cb67da32a4cb75372e42
http://git.horde.org/diff.php/components/test/Components/StoryTestCase.php?rt=horde-git&r1=be3dccb87a7e307703b25a03095cb86be3786aac&r2=0c14afa52986ce832538cb67da32a4cb75372e42
http://git.horde.org/co.php/components/test/Components/fixture/templates/hudson-component-build.xml.template?rt=horde-git&r=0c14afa52986ce832538cb67da32a4cb75372e42
http://git.horde.org/co.php/components/test/Components/fixture/templates/hudson-component-config.xml.template?rt=horde-git&r=0c14afa52986ce832538cb67da32a4cb75372e42
http://git.horde.org/co.php/components/test/Components/fixture/templates/hudson-component-phpunit.xml.template?rt=horde-git&r=0c14afa52986ce832538cb67da32a4cb75372e42

-----------------------------------------------------------------------

commit b7d424e6af9d5f258ea41b740e3ca1df5182acd0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Oct 4 12:51:47 2010 +0200

    Ensure the installer errors out if something fails during package installation.

 components/lib/Components/Pear/InstallLocation.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/components/lib/Components/Pear/InstallLocation.php?rt=horde-git&r1=34da0eaf3b912f71492f622139625516d0d758f7&r2=b7d424e6af9d5f258ea41b740e3ca1df5182acd0

-----------------------------------------------------------------------

commit ffe864ea947b6ed55f6fb8158f29cbc66a200420
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Oct 4 12:52:03 2010 +0200

    phpdoc

 .../test/Components/Integration/Components/Module/CiSetupTest.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/components/test/Components/Integration/Components/Module/CiSetupTest.php?rt=horde-git&r1=0c14afa52986ce832538cb67da32a4cb75372e42&r2=ffe864ea947b6ed55f6fb8158f29cbc66a200420

-----------------------------------------------------------------------

commit 8989105beaf5feb7aa6732293c70f18552266b09
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Oct 4 17:18:25 2010 +0200

    Allow offline installs and testing.

 components/TODO                                                   |    2 -
 components/lib/Components/Pear/InstallLocation.php                |   52 +++-
 .../Components/Integration/Components/Module/InstallerTest.php    |   62 ++++
 components/test/Components/Integration/ComponentsTest.php         |   23 --
 components/test/Components/StoryTestCase.php                      |   33 ++-
 .../Components/fixture/framework/Dependency/lib/Dependency.php    |    1 +
 .../test/Components/fixture/framework/Dependency/package.xml      |   70 +++++
 .../test/Components/fixture/framework/Install/lib/Install.php     |    1 +
 components/test/Components/fixture/framework/Install/package.xml  |   70 +++++
 .../test/Components/fixture/packages/Console_Getopt-1.9.1.tgz     |  Bin 0 -> 847 bytes
 components/test/Components/fixture/packages/PEAR-1.9.1.tgz        |  Bin 0 -> 832 bytes
 .../test/Components/fixture/pear/Console_Getopt/lib/Console.php   |    1 +
 .../test/Components/fixture/pear/Console_Getopt/package.xml       |   66 ++++
 components/test/Components/fixture/pear/PEAR/lib/PEAR.php         |    1 +
 components/test/Components/fixture/pear/PEAR/package.xml          |   66 ++++
 15 files changed, 398 insertions(+), 50 deletions(-)
 create mode 100644 components/test/Components/Integration/Components/Module/InstallerTest.php
 create mode 100644 components/test/Components/fixture/framework/Dependency/lib/Dependency.php
 create mode 100644 components/test/Components/fixture/framework/Dependency/package.xml
 create mode 100644 components/test/Components/fixture/framework/Install/lib/Install.php
 create mode 100644 components/test/Components/fixture/framework/Install/package.xml
 create mode 100644 components/test/Components/fixture/packages/Console_Getopt-1.9.1.tgz
 create mode 100644 components/test/Components/fixture/packages/PEAR-1.9.1.tgz
 create mode 100644 components/test/Components/fixture/pear/Console_Getopt/lib/Console.php
 create mode 100644 components/test/Components/fixture/pear/Console_Getopt/package.xml
 create mode 100644 components/test/Components/fixture/pear/PEAR/lib/PEAR.php
 create mode 100644 components/test/Components/fixture/pear/PEAR/package.xml

http://git.horde.org/diff.php/components/TODO?rt=horde-git&r1=0c14afa52986ce832538cb67da32a4cb75372e42&r2=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/diff.php/components/lib/Components/Pear/InstallLocation.php?rt=horde-git&r1=b7d424e6af9d5f258ea41b740e3ca1df5182acd0&r2=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/co.php/components/test/Components/Integration/Components/Module/InstallerTest.php?rt=horde-git&r=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/diff.php/components/test/Components/Integration/ComponentsTest.php?rt=horde-git&r1=be3dccb87a7e307703b25a03095cb86be3786aac&r2=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/diff.php/components/test/Components/StoryTestCase.php?rt=horde-git&r1=0c14afa52986ce832538cb67da32a4cb75372e42&r2=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/co.php/components/test/Components/fixture/framework/Dependency/lib/Dependency.php?rt=horde-git&r=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/co.php/components/test/Components/fixture/framework/Dependency/package.xml?rt=horde-git&r=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/co.php/components/test/Components/fixture/framework/Install/lib/Install.php?rt=horde-git&r=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/co.php/components/test/Components/fixture/framework/Install/package.xml?rt=horde-git&r=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/co.php/components/test/Components/fixture/packages/Console_Getopt-1.9.1.tgz?rt=horde-git&r=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/co.php/components/test/Components/fixture/packages/PEAR-1.9.1.tgz?rt=horde-git&r=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/co.php/components/test/Components/fixture/pear/Console_Getopt/lib/Console.php?rt=horde-git&r=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/co.php/components/test/Components/fixture/pear/Console_Getopt/package.xml?rt=horde-git&r=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/co.php/components/test/Components/fixture/pear/PEAR/lib/PEAR.php?rt=horde-git&r=8989105beaf5feb7aa6732293c70f18552266b09
http://git.horde.org/co.php/components/test/Components/fixture/pear/PEAR/package.xml?rt=horde-git&r=8989105beaf5feb7aa6732293c70f18552266b09




More information about the commits mailing list