The branch "master" has been updated. The following is a summary of the commits.
from: cfc6ed293c592f2d6cc303bf0eb45af4e483a818 8c1faf3 Horde install directory can be provided on command line 01002aa phpdoc header 8c1e491 Try to do cleaner job of outputting status information 851d088 Fix function name 170b480 Fix PEAR install issue 39416c8 Check for PEAR 22b9107 Check PHP version c440494 Log PEAR output Summary: http://github.com/horde/horde-support/compare/cfc6ed293c592f2d6cc303bf0eb45af4e483a818...c440494ff60d3c7ad41b358871b75e47bd64dd1b ----------------------------------------------------------------------- commit 8c1faf3ab53ad51a326df078abfdb96822f4492e Author: Michael M Slusarz <[email protected]> Date: Fri Oct 18 22:07:27 2013 -0600 Horde install directory can be provided on command line maintainer-tools/installer/composer.json | 4 +++- maintainer-tools/installer/installer.php | 14 +++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) http://github.com/horde/horde-support/commit/8c1faf3ab53ad51a326df078abfdb96822f4492e http://git.horde.org/horde-support/-/commit/8c1faf3ab53ad51a326df078abfdb96822f4492e ----------------------------------------------------------------------- commit 01002aa247264dfea21ce15a963365e5607f940c Author: Michael M Slusarz <[email protected]> Date: Fri Oct 18 22:07:45 2013 -0600 phpdoc header maintainer-tools/installer/installer.php | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) http://github.com/horde/horde-support/commit/01002aa247264dfea21ce15a963365e5607f940c http://git.horde.org/horde-support/-/commit/01002aa247264dfea21ce15a963365e5607f940c ----------------------------------------------------------------------- commit 8c1e491d862ff6b9727cf44f194f647547783f46 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 18 22:07:59 2013 -0600 Try to do cleaner job of outputting status information maintainer-tools/installer/installer.php | 21 +++++++++++++-------- 1 files changed, 13 insertions(+), 8 deletions(-) http://github.com/horde/horde-support/commit/8c1e491d862ff6b9727cf44f194f647547783f46 http://git.horde.org/horde-support/-/commit/8c1e491d862ff6b9727cf44f194f647547783f46 ----------------------------------------------------------------------- commit 851d0889c8fcb095abfbd77048029027d0c49983 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 18 22:13:15 2013 -0600 Fix function name maintainer-tools/horde-installer-phar-create | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde-support/commit/851d0889c8fcb095abfbd77048029027d0c49983 http://git.horde.org/horde-support/-/commit/851d0889c8fcb095abfbd77048029027d0c49983 ----------------------------------------------------------------------- commit 170b48005c06a47cc181225ae197886637bf085c Author: Michael M Slusarz <[email protected]> Date: Sat Oct 19 00:47:06 2013 -0600 Fix PEAR install issue Unfortunately, the way we build Horde_Translation creates static paths in the file, which totally breaks when used in the phar environment. For now, do a search/replace directly on these files to fix the issue. Performance improvement: keep local copy of composer.phar so we don't need to download when running install build script multiple times .gitignore | 3 +- maintainer-tools/horde-installer-phar-create | 68 ++++++++++++++++++++----- 2 files changed, 56 insertions(+), 15 deletions(-) http://github.com/horde/horde-support/commit/170b48005c06a47cc181225ae197886637bf085c http://git.horde.org/horde-support/-/commit/170b48005c06a47cc181225ae197886637bf085c ----------------------------------------------------------------------- commit 39416c822029a2b798e67b922c4c2c62f268a3cd Author: Michael M Slusarz <[email protected]> Date: Sat Oct 19 00:56:30 2013 -0600 Check for PEAR maintainer-tools/installer/installer.php | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) http://github.com/horde/horde-support/commit/39416c822029a2b798e67b922c4c2c62f268a3cd http://git.horde.org/horde-support/-/commit/39416c822029a2b798e67b922c4c2c62f268a3cd ----------------------------------------------------------------------- commit 22b91075e94928809e4232c2772880075213d061 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 19 01:01:17 2013 -0600 Check PHP version maintainer-tools/installer/installer.php | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) http://github.com/horde/horde-support/commit/22b91075e94928809e4232c2772880075213d061 http://git.horde.org/horde-support/-/commit/22b91075e94928809e4232c2772880075213d061 ----------------------------------------------------------------------- commit c440494ff60d3c7ad41b358871b75e47bd64dd1b Author: Michael M Slusarz <[email protected]> Date: Mon Oct 21 00:25:25 2013 -0600 Log PEAR output maintainer-tools/horde-installer-phar-create | 18 +++++------- maintainer-tools/installer/installer.php | 31 +++++++++++++++++---- maintainer-tools/installer/lib/HordeInstaller.php | 22 +++++++++++++++ 3 files changed, 55 insertions(+), 16 deletions(-) create mode 100644 maintainer-tools/installer/lib/HordeInstaller.php http://github.com/horde/horde-support/commit/c440494ff60d3c7ad41b358871b75e47bd64dd1b http://git.horde.org/horde-support/-/commit/c440494ff60d3c7ad41b358871b75e47bd64dd1b -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
