Merge pull request #82 from ceph/wip-rm-blkin
[autobuild-ceph.git] / reset-modules.sh
1 #!/bin/bash -x
2
3 git submodule foreach 'git clean -fdx && git reset --hard'
4 rm -rf ceph-object-corpus
5 rm -rf ceph-erasure-code-corpus
6 rm -rf src/gmock
7 rm -rf src/leveldb
8 rm -rf src/libs3
9 rm -rf src/mongoose
10 rm -rf src/civetweb
11 rm -rf src/rocksdb
12 rm -rf src/erasure-code/jerasure/gf-complete
13 rm -rf src/erasure-code/jerasure/jerasure
14 rm -rf .git/modules/
15 git clean -fdx && git reset --hard
16 /srv/git/bin/git submodule sync
17 /srv/autobuild-ceph/use-mirror.sh
18 /srv/git/bin/git submodule update --init
19 git clean -fdx
20 rm -fr /tmp/*virtualenv*