summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2014-12-01 17:04:26 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2014-12-01 17:04:26 +0000
commited611262d4a69de5288e9fe995c5822246373f18 (patch)
treeb842927dcdde398adbf55f4a0abba640cbba8364
parente8ee05077d1563dcd46a34955c31d370ae8b9d29 (diff)
foo
-rw-r--r--lavatest.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lavatest.yaml b/lavatest.yaml
index 2f2b95b..26c6e10 100644
--- a/lavatest.yaml
+++ b/lavatest.yaml
@@ -16,8 +16,8 @@ run:
steps:
- "set -x"
- "id"
- - "DEBIAN_FRONTEND=noninteractive apt-get update"
- - "DEBIAN_FRONTEND=noninteractive apt-get install --yes wget libguestfs-tools coreutils"
+ - 'DEBIAN_FRONTEND=noninteractive apt-get update -o Dpkg::Options::="--force-confnew" --force-yes -fuy'
+ - 'DEBIAN_FRONTEND=noninteractive apt-get install --yes wget libguestfs-tools coreutils'
- "image=$(basename $LAVA_CLOUD_IMG_URL)"
- "new_image=new.img"
- "rm -f ${image}*"