I'd like to run dpb in an automated way, in my case from salt, but a jenkins build is a similiar scenario. Couple of questions coming from that idea: 1) What is a good way to run dpb "headless"? Ideally I'd have a script that would prepare a fresh chroot, chroot there and run dpb. I see for example -x, but will it be enough? 1a) Alternatively, is there a way to have a dpb controller-only node? I see that for remote hosts chroot is possible, would it be possible to have a machine that would _only_ connect to other machines to tell them to build stuff, but build nothing itself? What would happen if the ssh connection died, would the connections (and builds) be restarted/continued? 2) If I have a headless dpb running, how do I check on it's progress? -D SYSLOG=Yes, or is there some other way?
-- viq