[Tickets #12137] Enhance install_dev to enable framework copy
noreply at bugs.horde.org
noreply at bugs.horde.org
Sat Mar 23 14:48:08 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12137
------------------------------------------------------------------------------
Ticket | 12137
Created By | hordetest at trash-mail.com
Summary | Enhance install_dev to enable framework copy
Queue | Horde Framework Packages
Version | Git develop
Type | Enhancement
State | New
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
hordetest at trash-mail.com (2013-03-23 14:48) wrote:
Introduce a new parameter in install_dev.conf to allow also framework
copy with install_dev script:
if ($frmwcopy) {
system(__DIR__ . '/install_framework --copy --src ' .
escapeshellarg($horde_git) . '/framework --dest ' .
escapeshellarg($web_dir . '/libs') . ' --horde ' .
escapeshellarg($web_dir));
} else {
system(__DIR__ . '/install_framework --src ' .
escapeshellarg($horde_git) . '/framework --dest ' .
escapeshellarg($web_dir . '/libs') . ' --horde ' .
escapeshellarg($web_dir));
}
More information about the bugs
mailing list