From 2cb7614f93e05f7f2ff78cab18c7203b29ce6fd8 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 12 Jan 2010 17:36:00 -0700 Subject: [PATCH] No more hatchery --- framework/bin/install_dev | 11 ++--------- framework/bin/install_dev.conf.dist | 3 --- 2 files changed, 2 insertions(+), 12 deletions(-) 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', "