The branch "master" has been updated. The following is a summary of the commits.
from: 22a0bdcdb0d865c4432ba81ba9626c4eee65f644 ae18467 Remove non-existent files c7f078cc Abstract pear package parsing into separate file for framework utils e152eb9 Add 'alldeps' options to pear_batch_install 767bf15 Install all pear packages in single instance, to reduce PEAR processing time b48613e Simplify determination of package list Summary: http://github.com/horde/horde/compare/22a0bdcdb0d865c4432ba81ba9626c4eee65f644...b48613e27fe8d4925245a74b1af9cb2a3d1b7861 ----------------------------------------------------------------------- commit ae184675aa3c2bc60aac1f28c0a0785791d13a5d Author: Michael M Slusarz <[email protected]> Date: Mon Oct 13 18:51:50 2014 -0600 Remove non-existent files framework/Stringprep/package.xml | 88 +------------------------------------- 1 files changed, 1 insertions(+), 87 deletions(-) http://github.com/horde/horde/commit/ae184675aa3c2bc60aac1f28c0a0785791d13a5d ----------------------------------------------------------------------- commit c7f078cc147f6de0715e211eb8b4ac1a49eca5fe Author: Michael M Slusarz <[email protected]> Date: Mon Oct 13 20:56:08 2014 -0600 Abstract pear package parsing into separate file for framework utils framework/bin/install_framework | 58 ++++++------------------------ framework/bin/lib/pear_package_parse.php | 52 ++++++++++++++++++++++++++ framework/bin/pear_batch_install | 19 ++++------ 3 files changed, 70 insertions(+), 59 deletions(-) create mode 100644 framework/bin/lib/pear_package_parse.php http://github.com/horde/horde/commit/c7f078cc147f6de0715e211eb8b4ac1a49eca5fe ----------------------------------------------------------------------- commit e152eb98fca5bc7741e22622fc29fa6bfb31902b Author: Michael M Slusarz <[email protected]> Date: Mon Oct 13 21:44:58 2014 -0600 Add 'alldeps' options to pear_batch_install framework/bin/pear_batch_install | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/e152eb98fca5bc7741e22622fc29fa6bfb31902b ----------------------------------------------------------------------- commit 767bf1527ae71a03dbb2e1c1d56eaf394def5191 Author: Michael M Slusarz <[email protected]> Date: Mon Oct 13 22:04:33 2014 -0600 Install all pear packages in single instance, to reduce PEAR processing time framework/bin/pear_batch_install | 40 ++++++++++++++++++++----------------- 1 files changed, 22 insertions(+), 18 deletions(-) http://github.com/horde/horde/commit/767bf1527ae71a03dbb2e1c1d56eaf394def5191 ----------------------------------------------------------------------- commit b48613e27fe8d4925245a74b1af9cb2a3d1b7861 Author: Michael M Slusarz <[email protected]> Date: Mon Oct 13 22:34:48 2014 -0600 Simplify determination of package list framework/bin/pear_batch_install | 29 ++++++++++++----------------- 1 files changed, 12 insertions(+), 17 deletions(-) http://github.com/horde/horde/commit/b48613e27fe8d4925245a74b1af9cb2a3d1b7861 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
