Move to using package-installs.yaml

dib has a new declarative package installation syntax which allows
specifying the packages to install and the phase in which to do it.

Change-Id: Iae1ca4a112443860cd6ca8ce43378dd97c793338
This commit is contained in:
Monty Taylor 2014-12-10 07:01:43 -08:00
parent e89225e978
commit 96bd27f324
2 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,3 @@ prepare-node
mkdir -p ~jenkins/cache/files
mkdir -p ~jenkins/cache/pip
install-packages build-essential python-dev

View File

@ -0,0 +1,2 @@
build-essential:
python-dev: