From 15fdbb67072e1973a5fca27ee4663745be2c2f96 Mon Sep 17 00:00:00 2001 From: wangyaoguang Date: Wed, 11 May 2016 14:58:21 +0800 Subject: bugfix: dpkg was interrupted in one ubuntu instance dpkg issue, ref:https://build.opnfv.org/ci/view/bottlenecks/job/bottlenecks-fuel-rubbos-opnfv-jump-2-daily-master/2/console JIRA: BOTTLENECK-77 Change-Id: Ie6fdc849d056b93e5ef41ac15375d4e9b83e2330 Signed-off-by: wangyaoguang --- testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh b/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh index 24e406f8..ae67b858 100755 --- a/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh +++ b/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh @@ -165,6 +165,7 @@ fetch_remote_resources() { rm -rf $LOCAL_GIT_REPO fi mkdir -p $LOCAL_GIT_REPO + sudo dpkg --configure -a sudo apt-get install -y git cd $LOCAL_GIT_REPO git clone ${REMOTE_GIT_REPO} -- cgit 1.2.3-korg