[commits] Horde branch master updated. 3022ba55979ae60becf0506debfc3715c58ecbff

Gunnar Wrobel p at rdus.de
Sat Oct 29 05:45:51 UTC 2011


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

from: 661c26df50b1f0515f89c4dad01b87ddf70e416f

ad032fc Allow very basic reading of package.xml v1 files. Needs improvement.
38ba219 Add TODO file.
15417ab Add v1 package.xml test fixture.
a778949 Update package.xml.
e11a290 Copy a snippet from pirum to allow extracting the package.xml from the archive.
f9a86ae Guard against an empty channel value from older package.xml files.
159ac9f Return the origin path provided on the command line when identifying the component.
86f3b77 Only fetch remote components if that has been explicitely allowed.
34f6417 Allow storing the original path parameter on the command line.
3c0e61d Fix message.
a01a9e9 Allow comments in the instructions file. Add trimming.
46045f8 Switch to newer templating.
8d5b5be Adapt to newer templating.
6ab43f4 Update package.xml
0ca1b16 Add missing test fixtures.
3022ba5 Switch to newer Autoloading setup.

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

commit ad032fc80acbe6669c62eea983b0f18fc6338bc4
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Oct 26 10:45:47 2011 +0200

    Allow very basic reading of package.xml v1 files. Needs improvement.

 framework/Pear/lib/Horde/Pear/Package/Xml.php |   28 ++++++++++++++++++------
 1 files changed, 21 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/ad032fc80acbe6669c62eea983b0f18fc6338bc4

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

commit 38ba2192ea2a7f7565c50ff5fb85b2b6b020d2b9
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Oct 26 10:46:50 2011 +0200

    Add TODO file.

 framework/Pear/doc/Horde/Pear/TODO |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
 create mode 100644 framework/Pear/doc/Horde/Pear/TODO

http://git.horde.org/horde-git/-/commit/38ba2192ea2a7f7565c50ff5fb85b2b6b020d2b9

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

commit 15417ab53b914e4ec8cb339943b0e163cea5610a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Oct 26 10:47:33 2011 +0200

    Add v1 package.xml test fixture.

 framework/Pear/test/Horde/Pear/fixture/package.xml.v1.0 |  642 +++++++++++++++
 1 files changed, 642 insertions(+), 0 deletions(-)
 create mode 100644 framework/Pear/test/Horde/Pear/fixture/package.xml.v1.0

http://git.horde.org/horde-git/-/commit/15417ab53b914e4ec8cb339943b0e163cea5610a

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

commit a778949551d5a4722ebc9bb846d5c467cb4b390b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Oct 26 11:54:21 2011 +0200

    Update package.xml.

 framework/Pear/package.xml |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/a778949551d5a4722ebc9bb846d5c467cb4b390b

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

commit e11a290904510128ff0db5d05d4f77dd405c98f3
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Oct 29 07:39:42 2011 +0200

    Copy a snippet from pirum to allow extracting the package.xml from the archive.

 components/lib/Components/Component/Archive.php |  130 +++++++++++++++-------
 1 files changed, 88 insertions(+), 42 deletions(-)

http://git.horde.org/horde-git/-/commit/e11a290904510128ff0db5d05d4f77dd405c98f3

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

commit f9a86aed0fb4090941c8d8e0e01531c53ed54634
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Oct 29 07:40:31 2011 +0200

    Guard against an empty channel value from older package.xml files.

 components/lib/Components/Component/Base.php |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/f9a86aed0fb4090941c8d8e0e01531c53ed54634

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

commit 159ac9f0246522fbf770085e50a1bda34d9f504e
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Oct 29 07:41:10 2011 +0200

    Return the origin path provided on the command line when identifying the component.

 components/lib/Components/Component/Identify.php |   30 +++++++++++++++------
 1 files changed, 21 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/159ac9f0246522fbf770085e50a1bda34d9f504e

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

commit 86f3b77fbc009610f310062b8c3e8b5662bf2e74
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Oct 29 07:41:36 2011 +0200

    Only fetch remote components if that has been explicitely allowed.

 components/lib/Components/Component/Resolver.php |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/86f3b77fbc009610f310062b8c3e8b5662bf2e74

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

commit 34f6417344d8ee0894811b77527327373d77ee09
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Oct 29 07:42:01 2011 +0200

    Allow storing the original path parameter on the command line.

 components/lib/Components/Config.php      |   22 ++++++++++++++++++-
 components/lib/Components/Config/Base.php |   32 ++++++++++++++++++++++++++++-
 2 files changed, 51 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/34f6417344d8ee0894811b77527327373d77ee09

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

commit 3c0e61d72dc970141441858ba03c3423d84f6690
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Oct 29 07:42:16 2011 +0200

    Fix message.

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

http://git.horde.org/horde-git/-/commit/3c0e61d72dc970141441858ba03c3423d84f6690

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

commit a01a9e931864a84fe1b38a55a1bb73c34945e6bb
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Oct 29 07:42:47 2011 +0200

    Allow comments in the instructions file. Add trimming.

 components/lib/Components/Runner/Installer.php |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/a01a9e931864a84fe1b38a55a1bb73c34945e6bb

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

commit 46045f8efc844e8cbc065618536933ed5c673c21
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Oct 29 07:43:05 2011 +0200

    Switch to newer templating.

 components/lib/Components/Runner/CiPrebuild.php |   32 ++------------------
 components/lib/Components/Runner/CiSetup.php    |   37 ++---------------------
 2 files changed, 6 insertions(+), 63 deletions(-)

http://git.horde.org/horde-git/-/commit/46045f8efc844e8cbc065618536933ed5c673c21

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

commit 8d5b5be8c12a7cf6424a008d1e930f258218c897
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Oct 29 07:43:25 2011 +0200

    Adapt to newer templating.

 components/data/hudson-component-build.xml.template   |   91 ---
 components/data/hudson-component-config.xml.template  |  261 --------
 components/data/hudson-component-phpunit.xml.template |   25 -
 components/data/jenkins/config/config.xml             |  555 +++++++++++++++++
 components/data/jenkins/pre-build/build.xml           |  146 +++++
 components/data/jenkins/pre-build/phpunit.xml         |   30 +
 6 files changed, 731 insertions(+), 377 deletions(-)
 delete mode 100644 components/data/hudson-component-build.xml.template
 delete mode 100644 components/data/hudson-component-config.xml.template
 delete mode 100644 components/data/hudson-component-phpunit.xml.template
 create mode 100644 components/data/jenkins/config/config.xml
 create mode 100644 components/data/jenkins/pre-build/build.xml
 create mode 100644 components/data/jenkins/pre-build/phpunit.xml

http://git.horde.org/horde-git/-/commit/8d5b5be8c12a7cf6424a008d1e930f258218c897

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

commit 6ab43f4166fc37eee1deec771b3b078f1a5fb7fd
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Oct 29 07:43:42 2011 +0200

    Update package.xml

 components/package.xml |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/6ab43f4166fc37eee1deec771b3b078f1a5fb7fd

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

commit 0ca1b1652069db14500f95f0e537797325600171
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Oct 29 07:44:17 2011 +0200

    Add missing test fixtures.

 .../test/distribute/debian/templates-php-horde-content/rules      |   16 +++++
 .../Components/test/distribute/debian/templates-php-horde/rules   |   16 +++++
 components/test/Components/test/distribute/debian/templates/rules |    3 +
 3 files changed, 35 insertions(+), 0 deletions(-)
 create mode 100644 components/test/Components/test/distribute/debian/templates-php-horde-content/rules
 create mode 100644 components/test/Components/test/distribute/debian/templates-php-horde/rules
 create mode 100644 components/test/Components/test/distribute/debian/templates/rules

http://git.horde.org/horde-git/-/commit/0ca1b1652069db14500f95f0e537797325600171

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

commit 3022ba55979ae60becf0506debfc3715c58ecbff
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Oct 29 07:44:32 2011 +0200

    Switch to newer Autoloading setup.

 framework/Notification/test/Horde/Notification/Autoload.php |   13 +----------
 1 files changed, 1 insertions(+), 12 deletions(-)

http://git.horde.org/horde-git/-/commit/3022ba55979ae60becf0506debfc3715c58ecbff




More information about the commits mailing list