aboutsummaryrefslogtreecommitdiff
path: root/dev/audit-release/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'dev/audit-release/README.md')
-rw-r--r--dev/audit-release/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev/audit-release/README.md b/dev/audit-release/README.md
new file mode 100644
index 0000000000..2437a98672
--- /dev/null
+++ b/dev/audit-release/README.md
@@ -0,0 +1,11 @@
+# Test Application Builds
+This directory includes test applications which are built when auditing releases. You can
+run them locally by setting appropriate environment variables.
+
+```
+$ cd sbt_app_core
+$ SCALA_VERSION=2.10.3 \
+ SPARK_VERSION=1.0.0-SNAPSHOT \
+ SPARK_RELEASE_REPOSITORY=file:///home/patrick/.ivy2/local \
+ sbt run
+```