Summary | Enhance install_dev to enable framework copy |
Queue | Horde Framework Packages |
Queue Version | Git develop |
Type | Enhancement |
State | Accepted |
Priority | 1. Low |
Owners | |
Requester | hordetest (at) trash-mail (dot) com |
Created | 03/23/2013 (4435 days ago) |
Due | |
Updated | 01/28/2016 (3394 days ago) |
Assigned | |
Resolved | |
Milestone | |
Patch | No |
this thru the install_dev.conf. At the moment I created my own
install_dev script.
State ⇒ Feedback
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Enhance install_dev to enable framework copy
Type ⇒ Enhancement
State ⇒ New
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));
}