We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7ddf4 commit 307b69dCopy full SHA for 307b69d
dev/create-release/create-release.sh
@@ -27,6 +27,7 @@
27
# Would be nice to add:
28
# - Send output to stderr and have useful logging in stdout
29
30
+# Note: The following variables must be set before use!
31
GIT_USERNAME=${GIT_USERNAME:-pwendell}
32
GIT_PASSWORD=${GIT_PASSWORD:-XXX}
33
GPG_PASSPHRASE=${GPG_PASSPHRASE:-XXX}
@@ -101,7 +102,7 @@ make_binary_release() {
101
102
cp -r spark spark-$RELEASE_VERSION-bin-$NAME
103
104
cd spark-$RELEASE_VERSION-bin-$NAME
- ./make-distribution.sh --name $NAME --tgz $FLAGS
105
+ ./make-distribution.sh --name $NAME --tgz $FLAGS 2>&1 | tee binary-release-$NAME.log
106
cd ..
107
cp spark-$RELEASE_VERSION-bin-$NAME/spark-$RELEASE_VERSION-bin-$NAME.tgz .
108
rm -rf spark-$RELEASE_VERSION-bin-$NAME
0 commit comments