You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 23:40:26 UTC

[GitHub] [beam] kennknowles opened a new issue, #19305: build_release_candidate.sh should not be interactive

kennknowles opened a new issue, #19305:
URL: https://github.com/apache/beam/issues/19305

   The build_release_candidate.sh script takes a long time to run. That means it is going to be in another tab or a person will (or anyhow SHOULD) walk away while it runs. It is very inefficient that it has interactive prompts that stop it completing.
   
   It asks a few interactive questions at the beginning. This is OK but they could even more easily be command line flags.
   
   Later there's y/n questions and can even be gpg interactions while it is running. They should all be noninteractive. The gpg key can be unlocked before launch by signing a dummy file.
   
   
   Imported from Jira [BEAM-6599](https://issues.apache.org/jira/browse/BEAM-6599). Original Jira may contain additional context.
   Reported by: kenn.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org