Re: [libvirt] [jenkins-ci PATCH] jobs: ensure rpmbuild purges $RPM-ROOT/BUILD/$PACKAGE

2018-08-09 Thread Andrea Bolognani
On Thu, 2018-08-09 at 12:02 +0100, Daniel P. Berrangé wrote: > When using 'rpmbuild --rebuild', $RPM-ROOT/BUILD/$PACKAGE is s/ / / > automatically deleted on completion, but when using 'rpmbuild --ta' it s/--ta/-ta/ > is not deleted. We need to pass --clean to get the desired behaviour. > >

[libvirt] [jenkins-ci PATCH] jobs: ensure rpmbuild purges $RPM-ROOT/BUILD/$PACKAGE

2018-08-09 Thread Daniel P . Berrangé
When using 'rpmbuild --rebuild', $RPM-ROOT/BUILD/$PACKAGE is automatically deleted on completion, but when using 'rpmbuild --ta' it is not deleted. We need to pass --clean to get the desired behaviour. This was not a visible problem in the past because "git clean -fdx" would purge the directory,