From: Loic Dachary Date: Thu, 5 Mar 2015 13:05:45 +0000 (+0100) Subject: add gmock to the list of directories to remove X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a84fb05af313aa301249255d47152a2256230903;p=autobuild-ceph.git add gmock to the list of directories to remove Because gmock is transitioning to a submodule instead of being inlined. Signed-off-by: Loic Dachary --- diff --git a/build-ceph-deb-native.sh b/build-ceph-deb-native.sh index d99d73f..2f74407 100755 --- a/build-ceph-deb-native.sh +++ b/build-ceph-deb-native.sh @@ -5,6 +5,7 @@ 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/gmock 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 ef5b7d0..4d3b7f8 100755 --- a/build-ceph-deb.sh +++ b/build-ceph-deb.sh @@ -5,6 +5,7 @@ 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/gmock 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 f3f7ea4..bfad541 100755 --- a/build-ceph-gcov.sh +++ b/build-ceph-gcov.sh @@ -6,6 +6,7 @@ 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/gmock 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 107f2b8..56909bd 100755 --- a/build-ceph-notcmalloc.sh +++ b/build-ceph-notcmalloc.sh @@ -6,6 +6,7 @@ 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/gmock 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 5a5fea3..5e67e27 100755 --- a/build-ceph-rpm.sh +++ b/build-ceph-rpm.sh @@ -5,6 +5,7 @@ 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/gmock rm -rf src/leveldb rm -rf src/libs3 rm -rf src/mongoose diff --git a/build-ceph.sh b/build-ceph.sh index 44789d9..d6bd7fc 100755 --- a/build-ceph.sh +++ b/build-ceph.sh @@ -5,6 +5,7 @@ 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/gmock rm -rf src/leveldb rm -rf src/libs3 rm -rf src/mongoose