Fix for proper plugin package generation

Remove previously generated documentation
Remove previously downloaded packages

Change-Id: I29eb90e8bf6750232c8c56ea99cca72268534f4e
This commit is contained in:
Olivier Bourdon 2016-04-14 16:44:23 +02:00
parent d9bf26ca7e
commit 632e77f237
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