summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-05-31 22:41:40 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-05-31 22:41:40 -0400
commitf0a1500198b3d6ff58cfabe40355b7fc542e8f31 (patch)
tree85bd985317426ffbb3af333684b0aa2f84ccc5ae
parentcb81baffea4914d4aaca0db5730028b26ece28e4 (diff)
debug: git installation errors
Change-Id: I36b03085030284a951fc35c3b898ceeb245390a6 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
-rwxr-xr-xtestsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh3
1 files changed, 2 insertions, 1 deletions
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}