From f0a1500198b3d6ff58cfabe40355b7fc542e8f31 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Tue, 31 May 2016 22:41:40 -0400 Subject: debug: git installation errors Change-Id: I36b03085030284a951fc35c3b898ceeb245390a6 Signed-off-by: MatthewLi --- testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh b/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh index ae67b858..0fa914e2 100755 --- a/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh +++ b/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh @@ -165,7 +165,8 @@ fetch_remote_resources() { rm -rf $LOCAL_GIT_REPO fi mkdir -p $LOCAL_GIT_REPO - sudo dpkg --configure -a + #sudo dpkg --configure -a + sudo apt-get update sudo apt-get install -y git cd $LOCAL_GIT_REPO git clone ${REMOTE_GIT_REPO} -- cgit 1.2.3-korg