dongjoon-hyun commented on a change in pull request #23489: 
[SPARK-26565][BUILD] remove pgp signing and svn publish for packaging
URL: https://github.com/apache/spark/pull/23489#discussion_r245857828
 
 

 ##########
 File path: dev/create-release/release-build.sh
 ##########
 @@ -181,10 +183,6 @@ if [[ "$1" == "package" ]]; then
   rm spark-$SPARK_VERSION/NOTICE-binary
   rm -r spark-$SPARK_VERSION/licenses-binary
   tar cvzf spark-$SPARK_VERSION.tgz spark-$SPARK_VERSION
-  echo $GPG_PASSPHRASE | $GPG --passphrase-fd 0 --armour --output 
spark-$SPARK_VERSION.tgz.asc \
-    --detach-sig spark-$SPARK_VERSION.tgz
-  echo $GPG_PASSPHRASE | $GPG --passphrase-fd 0 --print-md \
-    SHA512 spark-$SPARK_VERSION.tgz > spark-$SPARK_VERSION.tgz.sha512
 
 Review comment:
   Ur, this is still used during the official release process, isn't it? What 
about adding option to skip this part?
   `do-release-docker.sh` -> `do-release.sh` -> `release-build.sh package`
   cc @vanzin 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to