[commits] Horde branch master updated. 4f12349bd02b0d11b633453f30a5e19fffbf8b0f

Gunnar Wrobel p at rdus.de
Fri Oct 29 09:38:57 UTC 2010


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

from: bdcd49a19f5f94fac27a6b1484ee67529997c986

4f12349 Allow symlinking when installing packages from the source repository.

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

commit 4f12349bd02b0d11b633453f30a5e19fffbf8b0f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Oct 29 11:38:41 2010 +0200

    Allow symlinking when installing packages from the source repository.
    
    Now the --install option of components should be capable of completely
    installing the horde stack starting with the new package.xml at
    horde/package.xml down to all PEAR dependencies. Code from the
    repository can be symlinked for dev mode. So this is getting nearer
    to a replacement for framework/bin/install_{framework,dev}.
    
    php horde/components/bin/horde-components --install=/srv/www/h4/.pearrc --symlink horde/horde
    
    Currently the "Horde" role does not work yet and I assume there are
    quite a few other corner cases/bugs that I will need to weed out.

 components/TODO                                      |   12 +--
 components/lib/Components/Helper/InstallationRun.php |   19 ++++-
 components/lib/Components/Module/Installer.php       |   16 ++++
 components/lib/Components/Pear/InstallLocation.php   |   80 ++++++++++++++++++
 components/lib/Components/Pear/Package.php           |   10 ++
 components/lib/Components/Runner/Installer.php       |    4 +
 6 files changed, 129 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/components/TODO?rt=horde-git&r1=d3a023730d83b7ee69cda2fb18c0e9218aba6985&r2=4f12349bd02b0d11b633453f30a5e19fffbf8b0f
http://git.horde.org/diff.php/components/lib/Components/Helper/InstallationRun.php?rt=horde-git&r1=db5c8539fdaafe01db72cb45223da05303a68e55&r2=4f12349bd02b0d11b633453f30a5e19fffbf8b0f
http://git.horde.org/diff.php/components/lib/Components/Module/Installer.php?rt=horde-git&r1=db5c8539fdaafe01db72cb45223da05303a68e55&r2=4f12349bd02b0d11b633453f30a5e19fffbf8b0f
http://git.horde.org/diff.php/components/lib/Components/Pear/InstallLocation.php?rt=horde-git&r1=db5c8539fdaafe01db72cb45223da05303a68e55&r2=4f12349bd02b0d11b633453f30a5e19fffbf8b0f
http://git.horde.org/diff.php/components/lib/Components/Pear/Package.php?rt=horde-git&r1=db5c8539fdaafe01db72cb45223da05303a68e55&r2=4f12349bd02b0d11b633453f30a5e19fffbf8b0f
http://git.horde.org/diff.php/components/lib/Components/Runner/Installer.php?rt=horde-git&r1=d3a023730d83b7ee69cda2fb18c0e9218aba6985&r2=4f12349bd02b0d11b633453f30a5e19fffbf8b0f




More information about the commits mailing list