Remove kafka src submodules

This commit is contained in:
Dana Powers
2014-08-12 21:51:44 -07:00
parent 31e3c22656
commit d629b57a80
4 changed files with 1 additions and 23 deletions

6
.gitmodules vendored
View File

@@ -1,6 +0,0 @@
[submodule "servers/0.8.0/kafka-src"]
path = servers/0.8.0/kafka-src
url = https://github.com/apache/kafka.git
[submodule "servers/0.8.1/kafka-src"]
path = servers/0.8.1/kafka-src
url = https://github.com/apache/kafka.git

View File

@@ -195,22 +195,8 @@ tox
The integration tests will actually start up real local Zookeeper
instance and Kafka brokers, and send messages in using the client.
Note that you may want to add this to your global gitignore:
First, get the kafka binaries for integration testing:
```shell
.gradle/
clients/build/
contrib/build/
contrib/hadoop-consumer/build/
contrib/hadoop-producer/build/
core/build/
core/data/
examples/build/
perf/build/
```
First, check out and the Kafka source:
```shell
git submodule update --init
./build_integration.sh
```