bddc116913
TODO: import python-tackerclient once pypi repository Change-Id: Iedfa49682a03f898cacab5d3a936383cb2740ae0
6 lines
186 B
Bash
Executable File
6 lines
186 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf ./*.deb ./*.tar.gz ./*.dsc ./*.changes
|
|
rm -rf */*.deb
|
|
rm -rf ./plugins/**/build/ ./plugins/**/dist
|
|
rm -rf ./plugins/**/lib/tacker_*_plugin.egg-info ./plugins/tacker-*
|