From 86fffa3caaec2fa4da9a1611d7acc49a33924240 Mon Sep 17 00:00:00 2001
From: Rohit Gupta <rohit.gupta@eurecom.fr>
Date: Sun, 14 Aug 2016 19:34:04 +0200
Subject: [PATCH] minor fix for git clone logging

---
 cmake_targets/autotests/tools/git-retry.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake_targets/autotests/tools/git-retry.sh b/cmake_targets/autotests/tools/git-retry.sh
index c1cc93ba42..b897ba379d 100755
--- a/cmake_targets/autotests/tools/git-retry.sh
+++ b/cmake_targets/autotests/tools/git-retry.sh
@@ -8,7 +8,7 @@ RETRIES=10
 DELAY=10
 COUNT=1
 while [ $COUNT -lt $RETRIES ]; do
-  $REALGIT $* >> git-clone-log.txt 2>&1
+  $REALGIT $* >> git-clone-`hostname`-log.txt 2>&1
   if [ $? -eq 0 ]; then
     RETRIES=0
     break
-- 
GitLab