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

Stop referencing snapshots in Brew conflicts-with [DI-238] #222

Merged

Conversation

JackPGreen
Copy link
Collaborator

@JackPGreen JackPGreen commented Aug 14, 2024

In https://hazelcast.atlassian.net/browse/DI-209 we updated the references in existing files, but the generation script is still producing new files in this format.

Fixes: DI-238

@JackPGreen JackPGreen marked this pull request as ready for review August 14, 2024 13:42
@JackPGreen JackPGreen force-pushed the Stop-referencing-`snapshot`s-in-Brew-`conflicts-with` branch from ee9a855 to 802de78 Compare August 14, 2024 13:47
Copy link
Contributor

@ldziedziul ldziedziul left a comment

Choose a reason for hiding this comment

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

@JackPGreen
Copy link
Collaborator Author

JackPGreen commented Aug 14, 2024

JackPGreen added a commit that referenced this pull request Aug 14, 2024
[It was highlighted](#222 (review)) that a warning was logged:
> packages/brew/functions.sh: line 10: $2: unbound variable

- This should've been an error, not a warning - hence `set -u`
- The function is clearly designed for `$2` to be optional, so we should support that
JackPGreen added a commit that referenced this pull request Aug 14, 2024
[It was
highlighted](#222 (review))
that a warning was logged:
> packages/brew/functions.sh: line 10: $2: unbound variable

- This should've been an error, not a warning - hence `set -u`
- The function is clearly designed for `$2` to be optional, so we should
support that

Warning [no longer
logged](https://github.com/hazelcast/hazelcast-packaging/actions/runs/10395262076/job/28786894660).
@JackPGreen JackPGreen merged commit d11830d into master Aug 15, 2024
8 checks passed
@JackPGreen JackPGreen deleted the Stop-referencing-`snapshot`s-in-Brew-`conflicts-with` branch August 15, 2024 10:15
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