From: Loic Dachary Date: Tue, 23 Sep 2014 10:23:58 +0000 (+0200) Subject: cleanup the ceph-erasure-code-corpus directory X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2d8729921e947603c420d928d7fe019e118360af;p=autobuild-ceph.git cleanup the ceph-erasure-code-corpus directory In the same way it is done for the ceph-object-corpus directory. http://tracker.ceph.com/issues/9420 Refs: #9420 Signed-off-by: Loic Dachary --- diff --git a/build-ceph-deb-native.sh b/build-ceph-deb-native.sh index d16d869..d99d73f 100755 --- a/build-ceph-deb-native.sh +++ b/build-ceph-deb-native.sh @@ -4,6 +4,7 @@ set -e git clean -fdx && git reset --hard git submodule foreach 'git clean -fdx && git reset --hard' rm -rf ceph-object-corpus +rm -rf ceph-erasure-code-corpus rm -rf src/leveldb rm -rf src/libs3 rm -rf src/mongoose diff --git a/build-ceph-deb.sh b/build-ceph-deb.sh index 91a59ce..ef5b7d0 100755 --- a/build-ceph-deb.sh +++ b/build-ceph-deb.sh @@ -4,6 +4,7 @@ set -e git clean -fdx && git reset --hard git submodule foreach 'git clean -fdx && git reset --hard' rm -rf ceph-object-corpus +rm -rf ceph-erasure-code-corpus rm -rf src/leveldb rm -rf src/libs3 rm -rf src/mongoose diff --git a/build-ceph-gcov.sh b/build-ceph-gcov.sh index 1376c31..f3f7ea4 100755 --- a/build-ceph-gcov.sh +++ b/build-ceph-gcov.sh @@ -5,6 +5,7 @@ set -e git clean -fdx && git reset --hard git submodule foreach 'git clean -fdx && git reset --hard' rm -rf ceph-object-corpus +rm -rf ceph-erasure-code-corpus rm -rf src/leveldb rm -rf src/libs3 rm -rf src/mongoose diff --git a/build-ceph-notcmalloc.sh b/build-ceph-notcmalloc.sh index 5741d59..107f2b8 100755 --- a/build-ceph-notcmalloc.sh +++ b/build-ceph-notcmalloc.sh @@ -5,6 +5,7 @@ set -e git clean -fdx && git reset --hard git submodule foreach 'git clean -fdx && git reset --hard' rm -rf ceph-object-corpus +rm -rf ceph-erasure-code-corpus rm -rf src/leveldb rm -rf src/libs3 rm -rf src/mongoose diff --git a/build-ceph-rpm.sh b/build-ceph-rpm.sh index e50919b..5a5fea3 100755 --- a/build-ceph-rpm.sh +++ b/build-ceph-rpm.sh @@ -4,6 +4,7 @@ set -e git clean -fdx && git reset --hard git submodule foreach 'git clean -fdx && git reset --hard' rm -rf ceph-object-corpus +rm -rf ceph-erasure-code-corpus rm -rf src/leveldb rm -rf src/libs3 rm -rf src/mongoose diff --git a/build-ceph.sh b/build-ceph.sh index af352c8..44789d9 100755 --- a/build-ceph.sh +++ b/build-ceph.sh @@ -4,6 +4,7 @@ set -e git clean -fdx && git reset --hard git submodule foreach 'git clean -fdx && git reset --hard' rm -rf ceph-object-corpus +rm -rf ceph-erasure-code-corpus rm -rf src/leveldb rm -rf src/libs3 rm -rf src/mongoose