Merge "Add debian build test case"

This commit is contained in:
Jenkins 2015-06-17 21:10:23 +00:00 committed by Gerrit Code Review
commit 6bf4631cfa
3 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1 @@
Test that we can successfully build a debian image.

View File

@ -0,0 +1 @@
base

View File

@ -4,5 +4,5 @@ set -eux
set -o pipefail
sudo apt-get update || true
sudo apt-get install -y qemu-utils kpartx || \
sudo yum -y install qemu-img kpartx
sudo apt-get install -y qemu-utils kpartx debootstrap || \
sudo yum -y install qemu-img kpartx debootstrap