[commits] Horde branch master updated. be3dccb87a7e307703b25a03095cb86be3786aac

Gunnar Wrobel p at rdus.de
Sun Oct 3 17:46:08 UTC 2010


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

from: e079b513dc2859ca641ad4fdc9f36d376b9c8522

2fa0c43 Ensure the message type will always have a value.
b93c8ad We might not have pear.horde.org here.
b4e9ecc Rsync when extracting a package from the framework. Use nocolor on build output.
3774910 Add nocolor support.
330ea72 Add the nocolor option.
34da0ea Refactor the CI setup module.
5fc6530 Turn of E_STRICT which doesn't make sense with the current state of PEAR.
b0679ad Fix data dir path for uninstalled package.
692c408 PEAR likes to have this GLOBAL set.
9ab005f Add TODO file.
be3dccb Refactor the dependency setup and add a draft for the distibute module.

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

commit 2fa0c4392c669b8758724d306d918e0fea037726
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Oct 3 19:37:07 2010 +0200

    Ensure the message type will always have a value.

 framework/Cli/lib/Horde/Cli.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Cli/lib/Horde/Cli.php?rt=horde-git&r1=efb2a163929eb75d2ef28db2a7db8f2fea018ea1&r2=2fa0c4392c669b8758724d306d918e0fea037726

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

commit b93c8ad1b7d8916ee32b05b40389f24b52dad715
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Oct 3 19:37:34 2010 +0200

    We might not have pear.horde.org here.

 components/test/Components/fixture/simple/package.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/components/test/Components/fixture/simple/package.xml?rt=horde-git&r1=8ccc70ff19b1f0670baec9e42f1c22f0ee443bc8&r2=b93c8ad1b7d8916ee32b05b40389f24b52dad715

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

commit b4e9ecc03f24fd54effd6cc6d8631c3210b505cf
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Oct 3 19:39:06 2010 +0200

    Rsync when extracting a package from the framework. Use nocolor on build output.

 components/data/hudson-component-config.xml.template |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/components/data/hudson-component-config.xml.template?rt=horde-git&r1=6c6dd3b3b0fa10f97ac24ae9867bf7c20cf5eed9&r2=b4e9ecc03f24fd54effd6cc6d8631c3210b505cf

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

commit 3774910690970b1db4e17a667e559775bfb4a2fd
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Oct 3 19:39:26 2010 +0200

    Add nocolor support.

 components/lib/Components/Output.php |   64 +++++++++++++++++++++++++++++----
 1 files changed, 56 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/components/lib/Components/Output.php?rt=horde-git&r1=6c717f2ad9fb236e9c064868a29cd0b6805109a2&r2=3774910690970b1db4e17a667e559775bfb4a2fd

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

commit 330ea725af3fd6360985bf4b4bc3b828a227272b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Oct 3 19:39:48 2010 +0200

    Add the nocolor option.

 components/lib/Components/Config/Cli.php |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/components/lib/Components/Config/Cli.php?rt=horde-git&r1=6c717f2ad9fb236e9c064868a29cd0b6805109a2&r2=330ea725af3fd6360985bf4b4bc3b828a227272b

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

commit 34da0eaf3b912f71492f622139625516d0d758f7
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Oct 3 19:40:36 2010 +0200

    Refactor the CI setup module.

 components/lib/Components/Module/CiSetup.php       |   72 ++---------
 components/lib/Components/Pear/InstallLocation.php |    3 +
 components/lib/Components/Pear/Package.php         |  116 ++++++++++++++++++
 components/lib/Components/Runner/CiSetup.php       |  129 ++++++++++++++++++++
 4 files changed, 259 insertions(+), 61 deletions(-)
 create mode 100644 components/lib/Components/Pear/Package.php
 create mode 100644 components/lib/Components/Runner/CiSetup.php

http://git.horde.org/diff.php/components/lib/Components/Module/CiSetup.php?rt=horde-git&r1=8ccc70ff19b1f0670baec9e42f1c22f0ee443bc8&r2=34da0eaf3b912f71492f622139625516d0d758f7
http://git.horde.org/diff.php/components/lib/Components/Pear/InstallLocation.php?rt=horde-git&r1=0b052a8eaa1ce6936c44ef2740cef9d62959ffa1&r2=34da0eaf3b912f71492f622139625516d0d758f7
http://git.horde.org/diff.php/components/lib/Components/Pear/Package.php?rt=horde-git&r1=0b052a8eaa1ce6936c44ef2740cef9d62959ffa1&r2=34da0eaf3b912f71492f622139625516d0d758f7
http://git.horde.org/co.php/components/lib/Components/Runner/CiSetup.php?rt=horde-git&r=34da0eaf3b912f71492f622139625516d0d758f7

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

commit 5fc65304ee2d516aecb2744bed8e316e8e98d212
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Oct 3 19:41:07 2010 +0200

    Turn of E_STRICT which doesn't make sense with the current state of PEAR.

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

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

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

commit b0679ad00fc41a0b4ae35d8ca27ec35a3f214187
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Oct 3 19:41:29 2010 +0200

    Fix data dir path for uninstalled package.

 components/lib/Components/Constants.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/components/lib/Components/Constants.php?rt=horde-git&r1=8ccc70ff19b1f0670baec9e42f1c22f0ee443bc8&r2=b0679ad00fc41a0b4ae35d8ca27ec35a3f214187

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

commit 692c408b87307ea36080442b550e8b1c92180968
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Oct 3 19:41:48 2010 +0200

    PEAR likes to have this GLOBAL set.

 components/lib/Components/Module/PearPackageXml.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/components/lib/Components/Module/PearPackageXml.php?rt=horde-git&r1=835fa348081101b237073717e5de41bf726aeaa5&r2=692c408b87307ea36080442b550e8b1c92180968

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

commit 9ab005f6d4130529ce68bf7de12f7a30f602b4d0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Oct 3 19:41:59 2010 +0200

    Add TODO file.

 components/TODO |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
 create mode 100644 components/TODO

http://git.horde.org/co.php/components/TODO?rt=horde-git&r=9ab005f6d4130529ce68bf7de12f7a30f602b4d0

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

commit be3dccb87a7e307703b25a03095cb86be3786aac
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Oct 3 19:42:44 2010 +0200

    Refactor the dependency setup and add a draft for the distibute module.

 components/lib/Components.php                                     |    5 +-
 components/lib/Components/Dependencies.php                        |   23 +
 components/lib/Components/Dependencies/Injector.php               |   33 +-
 components/lib/Components/Module/Distribute.php                   |   93 +++
 components/lib/Components/Runner/Distribute.php                   |   67 +++
 components/package.xml                                            |   31 +-
 components/test/Components/Autoload.php                           |    5 +
 .../test/Components/Integration/Components/Module/CiSetupTest.php |   97 +++
 components/test/Components/Integration/ComponentsTest.php         |   38 ++-
 components/test/Components/StoryTestCase.php                      |  130 ++++-
 components/test/Components/Stub/Cli.php                           |   30 +
 components/test/Components/Stub/Parser.php                        |   15 +-
 12 files changed, 527 insertions(+), 40 deletions(-)
 create mode 100644 components/lib/Components/Module/Distribute.php
 create mode 100644 components/lib/Components/Runner/Distribute.php
 create mode 100644 components/test/Components/Integration/Components/Module/CiSetupTest.php
 create mode 100644 components/test/Components/Stub/Cli.php

http://git.horde.org/diff.php/components/lib/Components.php?rt=horde-git&r1=6c717f2ad9fb236e9c064868a29cd0b6805109a2&r2=be3dccb87a7e307703b25a03095cb86be3786aac
http://git.horde.org/diff.php/components/lib/Components/Dependencies.php?rt=horde-git&r1=0b052a8eaa1ce6936c44ef2740cef9d62959ffa1&r2=be3dccb87a7e307703b25a03095cb86be3786aac
http://git.horde.org/diff.php/components/lib/Components/Dependencies/Injector.php?rt=horde-git&r1=0b052a8eaa1ce6936c44ef2740cef9d62959ffa1&r2=be3dccb87a7e307703b25a03095cb86be3786aac
http://git.horde.org/diff.php/components/lib/Components/Module/Distribute.php?rt=horde-git&r1=0b052a8eaa1ce6936c44ef2740cef9d62959ffa1&r2=be3dccb87a7e307703b25a03095cb86be3786aac
http://git.horde.org/diff.php/components/lib/Components/Runner/Distribute.php?rt=horde-git&r1=0b052a8eaa1ce6936c44ef2740cef9d62959ffa1&r2=be3dccb87a7e307703b25a03095cb86be3786aac
http://git.horde.org/diff.php/components/package.xml?rt=horde-git&r1=0b052a8eaa1ce6936c44ef2740cef9d62959ffa1&r2=be3dccb87a7e307703b25a03095cb86be3786aac
http://git.horde.org/diff.php/components/test/Components/Autoload.php?rt=horde-git&r1=8ccc70ff19b1f0670baec9e42f1c22f0ee443bc8&r2=be3dccb87a7e307703b25a03095cb86be3786aac
http://git.horde.org/co.php/components/test/Components/Integration/Components/Module/CiSetupTest.php?rt=horde-git&r=be3dccb87a7e307703b25a03095cb86be3786aac
http://git.horde.org/diff.php/components/test/Components/Integration/ComponentsTest.php?rt=horde-git&r1=e64127e4a7aca62a278fcda732a0ae83b9b91b47&r2=be3dccb87a7e307703b25a03095cb86be3786aac
http://git.horde.org/diff.php/components/test/Components/StoryTestCase.php?rt=horde-git&r1=0b052a8eaa1ce6936c44ef2740cef9d62959ffa1&r2=be3dccb87a7e307703b25a03095cb86be3786aac
http://git.horde.org/co.php/components/test/Components/Stub/Cli.php?rt=horde-git&r=be3dccb87a7e307703b25a03095cb86be3786aac
http://git.horde.org/diff.php/components/test/Components/Stub/Parser.php?rt=horde-git&r1=8ccc70ff19b1f0670baec9e42f1c22f0ee443bc8&r2=be3dccb87a7e307703b25a03095cb86be3786aac




More information about the commits mailing list