From: Michael M Slusarz Date: Wed, 13 Jan 2010 00:36:00 +0000 (-0700) Subject: No more hatchery X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2cb7614f93e05f7f2ff78cab18c7203b29ce6fd8;p=horde.git No more hatchery --- diff --git a/framework/bin/install_dev b/framework/bin/install_dev index d6c1a36cf..bbefba234 100755 --- a/framework/bin/install_dev +++ b/framework/bin/install_dev @@ -14,7 +14,6 @@ require_once dirname(__FILE__) . '/install_dev.conf'; $horde_git = rtrim(ltrim($horde_git), '/ '); -$horde_hatchery = rtrim(ltrim($horde_hatchery), '/ '); $web_dir = rtrim(ltrim($web_dir), '/ '); print "EMPTYING old web directory " . $web_dir . "\n"; @@ -42,9 +41,8 @@ while ($it->valid()) { } if (!empty($git)) { - print "\nUPDATING repositories\n"; + print "\nUPDATING repository\n"; system('cd ' . $horde_git . ';' . $git); - system('cd ' . $horde_hatchery . ';' . $git); } print "\nLINKING horde\n"; @@ -78,17 +76,12 @@ print "\nLINKING framework\n"; mkdir($web_dir . '/libs'); file_put_contents($horde_git . '/horde/config/horde.local.php', "