Merge "Use package-installs for ubuntu and base elements"

This commit is contained in:
Jenkins 2015-02-11 11:12:35 +00:00 committed by Gerrit Code Review
commit 084d1dfc50
4 changed files with 2 additions and 14 deletions

View File

@ -1,6 +0,0 @@
#!/bin/bash
set -eu
set -o pipefail
install-packages -m base ccache_package

View File

@ -0,0 +1 @@
ccache_package:

View File

@ -1,8 +0,0 @@
#!/bin/bash
set -eu
set -o pipefail
# Ubuntu's cloud images don't include drivers for real hardware.
install-packages linux-image-generic

View File

@ -0,0 +1 @@
linux-image-generic: