On Tue, 08/09 18:11, Daniel P. Berrange wrote: > so we don't have to go digging into the docker test systemm to > try and reverse engineer this info
Actually, digging this info is pretty easy if you already use docker test
locally (if you don't, may I ask why?). Just append DEBUG=1 and you can mess
with things in the building env. Something like this
$ make docker-test-quick@centos6 DEBUG=1
Then you'll be dropped in the shell that is all set up to run the build command.
Fam
