On 2017-05-01 20:56, Andrew Dunstan wrote:
> OK, coming up with a more comprehensive fix.
Ok.
> The obvious workaround for now is to create the directory and dont zap
> it or its parents. You should only have to do it once (per branch)
Yes, I know. That is what I have been doing so far. But if you want to
rerun a branch from scratch it's much easier to just do:
rm -rf buildroot/HEAD
or
rm -rf buildroot/REL9_6_STABLE
and then the buildfarm script should do the right thing and create all
the directories that it needs.
/Mikael