-
-
Notifications
You must be signed in to change notification settings - Fork 11k
ijhttp-cli 243.24978.46 (new cask) #206440
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
Conversation
Thank you for your submission @bartekpacia. We are unable to accept it at this time because it does not pass Homebrew's signature verification check:
Please consider hosting this in your own Tap and if the developers sign their app in the future we would be happy to consider adding this to |
Hi @p-linnane, thanks for a quick response! I work at JetBrains, who is the developer of the app in question. We're working on fixing the signature problem. Thanks! |
Please open a new PR once you have things sorted out. |
Hi @p-linnane, could you help me understand why the CI is failing?
but this is a shell script, not a binary. How are we supposed to go around it? I did some little googling and found this: Do Shell Scripts Need to be Signed? | Apple Developer and I'm confused. Thank you in advance. ijhttp
|
It does look like the signing requirement shouldn't be applied here, but we don't have currently have any way of distinguishing this during the audit. If the rest of the suite passes, and the additional comment is addressed from the earlier review, we can skip the audit before merging here. |
Thank you @bevanjkay!
|
Please try to add a zap stanza. The linked documentation provides some recommended methods to create it. If there are no preferences please add a comment
|
Added the |
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.
Thanks @bartekpacia!
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.YouTrack ticket: https://youtrack.jetbrains.com/issue/IJPL-181991/Add-HTTP-client-CLI-to-Homebrew