From 17d801a50e945d10e34c8fec7e0024b38e5380dc Mon Sep 17 00:00:00 2001 From: Edward Speyer Date: Wed, 7 Mar 2012 17:33:59 -0800 Subject: [PATCH] GitFetch daemon: more verbose Summary: A smidgen more messaging about what's going on. Test Plan: Ran it, saw this: 2012-03-07 5:37:30 PM [STDO] >>> [0] $ /data/phabricator/bin/list_db_services --tier_name 'cdb.phabricator' <<< [0] 47,101 us ... >>> [9] $ mkdir -p '/var/repo' <<< [9] 41,374 us Creating new directory /var/repo/fbcode for repo FBCode >>> [10] $ git clone --origin origin 'ssh://fbcode.git.vip.facebook.com/data/gitrepos/fbcode.git' '/var/repo/fbcode' Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1819 --- .../daemon/pulllocal/PhabricatorRepositoryPullLocalDaemon.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/applications/repository/daemon/pulllocal/PhabricatorRepositoryPullLocalDaemon.php b/src/applications/repository/daemon/pulllocal/PhabricatorRepositoryPullLocalDaemon.php index f7f00ed4a3..337e367ee6 100644 --- a/src/applications/repository/daemon/pulllocal/PhabricatorRepositoryPullLocalDaemon.php +++ b/src/applications/repository/daemon/pulllocal/PhabricatorRepositoryPullLocalDaemon.php @@ -1,7 +1,7 @@ getName()); execx('mkdir -p %s', dirname($local_path)); $this->executeCreate($repository, $local_path); } else {