Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes to the release candidate container script #1280

Merged

Conversation

stevedlawrence
Copy link
Member

Add additional changes to commit a13501a to improve the release candidate container.

  • Appends a colon and space to the prompt in the get_non_empty_input function instead of in caller parameters. The callers did already add a colon but not a space so the input looked off. This ensures the colon and space always exist and callers do not have to think about it
  • The "Apache Password" prompt does not provide the "-s" option to hide the password. This modifies get_non_empty_input so that any parameters after the prompt are passed directly to "read" and the "Apache Password" call is modified to pass in "-s"

DAFFODIL-2914

Add additional changes to commit a13501a to improve the release
candidate container.

- Appends a colon and space to the prompt in the get_non_empty_input
  function instead of in caller parameters. The callers did already add
  a colon but not a space so the input looked off. This ensures the
  colon and space always exist and callers do not have to think about it
- The "Apache Password" prompt does not provide the "-s" option to hide
  the password. This modifies get_non_empty_input so that any parameters
  after the prompt are passed directly to "read" and the "Apache
  Password" call is modified to pass in "-s"

DAFFODIL-2914
Copy link
Contributor

@pkatlic pkatlic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Copy link
Contributor

@mbeckerle mbeckerle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@stevedlawrence stevedlawrence merged commit cff263b into apache:main Aug 21, 2024
11 checks passed
@stevedlawrence stevedlawrence deleted the daffodil-2914-container-updates branch August 21, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants