summaryrefslogtreecommitdiff
path: root/build_integration.sh
diff options
context:
space:
mode:
authorMark Roberts <wizzat@gmail.com>2014-04-23 00:04:09 -0700
committerMark Roberts <wizzat@gmail.com>2014-04-23 00:04:09 -0700
commit6628c109b786cfc3c429400eaa258298bcc77ec0 (patch)
tree9a47934ae0e99481ff7ceaa2e58ce018a6f57ce1 /build_integration.sh
parentb6262e4c0bc8779b331987e05d133f2a046f70b2 (diff)
downloadkafka-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-xbuild_integration.sh4
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)