From: MatthewLi Date: Wed, 1 Jun 2016 02:45:24 +0000 (+0000) Subject: Merge "debug: git installation errors" X-Git-Tag: colorado.1.0~20 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=e740607820b020c1fad42ff1128c5bc78a51fc10;hp=317d868b4993e529905ed2337e1488c976f9d040;p=bottlenecks.git Merge "debug: git installation errors" --- 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}