Fix for proper plugin package generation

Remove previously generated documentation
Remove previously downloaded packages

Change-Id: Ifff33466cf618d9879f6e3e45f1e7a4780252718
This commit is contained in:
Olivier Bourdon 2016-04-14 16:36:40 +02:00
parent b8bd63afb7
commit af0994322a
1 changed files with 3 additions and 2 deletions

View File

@ -31,10 +31,11 @@ changedir = {toxinidir}
whitelist_externals=
fpb
rm
bash
commands =
rm -rf .build
rm -rf repositories/ubuntu/*.deb
rm -rf repositories/centos/*.rpm
bash -c 'rm -rf doc/*/build'
bash -c 'rm -rf repositories/ubuntu/*.deb repositories/centos/*.rpm'
fpb --check {toxinidir} --debug
fpb --build {toxinidir} --debug