purge the _RELEASE_DIR directories on clean.sh

if we don't do this we can't take in bug fixes to the grizzly
repo from upstream.

Change-Id: I9fab880560404ae47f42e546317ae2b1da27be04
This commit is contained in:
Sean Dague 2013-03-25 16:42:14 -04:00
parent 8f8cd895c5
commit e123fa9fc8

View File

@ -79,3 +79,6 @@ sudo rm -rf /var/lib/mysql
# kill off swift, which doesn't live in screen, so doesn't die in screen
ps auxw | grep swift | awk '{print $2}' | xargs kill
# purge all the repo pulls
sudo rm -rf $BASE_RELEASE_DIR
sudo rm -rf $TARGET_RELEASE_DIR