debug: git installation errors 23/14923/1
authorMatthewLi <matthew.lijun@huawei.com>
Wed, 1 Jun 2016 02:41:40 +0000 (22:41 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Wed, 1 Jun 2016 02:41:40 +0000 (22:41 -0400)
Change-Id: I36b03085030284a951fc35c3b898ceeb245390a6
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh

index ae67b85..0fa914e 100755 (executable)
@@ -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}