rpm-ostree/vagrant
Jonathan Lebon 4c392139b5 vagrant/Makefile: add some convenience targets
dockerwait: if we're running on a freshly booted VM, we want to make
sure that docker is running before trying to spawn the container.

check: runs the same target inside the container; this is useful for
coverage analysis, where we want the same binaries to run both the `make
check` and `make vmcheck` testsuites.

clean: for convenience.

Also make sure we pass CFLAGS to both the configure (to propagate to
libhif's cmake) and the make steps. This is also of use for coverage
analysis, where we want to compile with `--coverage`.

Closes: #378
Approved by: cgwalters
2016-07-07 11:55:09 +00:00
..
atomic-centos-continuous.repo vagrant: move helper files to vagrant/ 2016-06-23 00:05:09 +00:00
checkout.sh vagrant: use new 'booted' key to get current csum 2016-06-29 19:17:38 +00:00
commit_and_deploy.sh vagrant: use sync after deploying 2016-07-05 15:26:45 +00:00
Dockerfile.builder Dockerfile.builder: update for building libhif 2016-07-05 15:26:45 +00:00
Makefile vagrant/Makefile: add some convenience targets 2016-07-07 11:55:09 +00:00
README.md vagrant: move helper files to vagrant/ 2016-06-23 00:05:09 +00:00
setup.yml setup.yml: cache buildimg container 2016-06-23 00:05:09 +00:00

These are helper files for setting up the vagrant machine.