[GitHub] spark pull request #19754: [BUILD] update release scripts

2017-12-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/19754 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19754: [BUILD] update release scripts

2017-11-25 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/19754#discussion_r153052719 --- Diff: dev/create-release/release-build.sh --- @@ -392,6 +375,7 @@ if [[ "$1" == "publish-release" ]]; then find . -type f |grep -v \.jar

[GitHub] spark pull request #19754: [BUILD] update release scripts

2017-11-15 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/19754#discussion_r151158121 --- Diff: dev/create-release/release-build.sh --- @@ -135,50 +143,24 @@ if [ -z "$SPARK_PACKAGE_VERSION" ]; then

[GitHub] spark pull request #19754: [BUILD] update release scripts

2017-11-15 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/19754#discussion_r151158312 --- Diff: dev/create-release/release-build.sh --- @@ -392,6 +375,7 @@ if [[ "$1" == "publish-release" ]]; then find . -type f |grep -v \.jar |grep -v

[GitHub] spark pull request #19754: [BUILD] update release scripts

2017-11-14 Thread felixcheung
GitHub user felixcheung opened a pull request: https://github.com/apache/spark/pull/19754 [BUILD] update release scripts ## What changes were proposed in this pull request? Change to dist.apache.org instead of home directory sha512 should have .sha512 extension. From