-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Add Cask for Terramate Catalyst 0.15.2-beta11 #241935
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
base: main
Are you sure you want to change the base?
Conversation
bevanjkay
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please try to add a zap stanza. The linked documentation provides some recommended methods to create it.
9a4da12 to
cd1c568
Compare
Done. Please also note that I tried adding a Please let me know if any other changes are required to accept this PR. Thanks. |
cd1c568 to
6235985
Compare
|
@krehel @bevanjkay any chance to move this forward pls? |
|
@soerenmartius The notability issue is still a concern, in cases where a repository is only used for releases this can be waived, but in order for this to take place we need a publicly accessible webpage that refers to the product. The cask doesn't currently provide anything other than the repository. There are also a couple of other issues causing If assistance is required feel free to reach out and ask for help with any of the specific issues, but note that Homebrew maintainers are unable to push directly to this PR because it has been opened from an organisation-owned fork. |
| homepage "https://github.com/terramate-io/terramate-catalyst" | ||
|
|
||
| livecheck do | ||
| url "https://github.com/terramate-io/terramate-catalyst/releases" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| url "https://github.com/terramate-io/terramate-catalyst/releases" | |
| url :url |
For some reason the repository is unable to be fetched using the GitHub api, which is causing brew livecheck to fail. I'm not sure if repository settings can cause this?


Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>is error-free.brew style --fix <cask>reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.