diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-06-01 02:45:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-01 02:45:24 +0000 |
commit | e740607820b020c1fad42ff1128c5bc78a51fc10 (patch) | |
tree | f0670f52ad42cdc375b56f949ef2e12ba6d632e5 /testsuites | |
parent | 317d868b4993e529905ed2337e1488c976f9d040 (diff) | |
parent | f0a1500198b3d6ff58cfabe40355b7fc542e8f31 (diff) |
Merge "debug: git installation errors"
Diffstat (limited to 'testsuites')
-rwxr-xr-x | testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh | 3 |
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} |