diff options
author | Mark Roberts <wizzat@gmail.com> | 2014-04-23 00:04:09 -0700 |
---|---|---|
committer | Mark Roberts <wizzat@gmail.com> | 2014-04-23 00:04:09 -0700 |
commit | 6628c109b786cfc3c429400eaa258298bcc77ec0 (patch) | |
tree | 9a47934ae0e99481ff7ceaa2e58ce018a6f57ce1 /build_integration.sh | |
parent | b6262e4c0bc8779b331987e05d133f2a046f70b2 (diff) | |
download | kafka-python-6628c109b786cfc3c429400eaa258298bcc77ec0.tar.gz |
Move kafka-src to servers/0.8.0/kafka-src, move test/resources to servers/0.8.0/resources, update fixtures, add build_integration.sh for getting started with development
Diffstat (limited to 'build_integration.sh')
-rwxr-xr-x | build_integration.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build_integration.sh b/build_integration.sh new file mode 100755 index 0000000..cc5b9fc --- /dev/null +++ b/build_integration.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +git submodule update --init +(cd servers/0.8.0/kafka-src && ./sbt update package assembly-package-dependency) |