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

--no-quarantine not respected #97

Open
aidan-gibson opened this issue Dec 29, 2022 · 9 comments
Open

--no-quarantine not respected #97

aidan-gibson opened this issue Dec 29, 2022 · 9 comments

Comments

@aidan-gibson
Copy link

I have set HOMEBREW_CASK_OPTS="--no-quarantine"

After homebrew-autoupdate updates a cask, I get this:

Pasted image 20221215112641

I normally do not.

@aidan-gibson
Copy link
Author

Running Ventura 13.1
brew autoupdate 2.16.0
Homebrew 3.6.16-69-g938d90c

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the Stale label Jan 20, 2023
@aidan-gibson
Copy link
Author

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

image

@github-actions github-actions bot removed the Stale label Jan 20, 2023
@DomT4
Copy link
Owner

DomT4 commented Jan 24, 2023

Interesting. We do our best to inherit the cask opts env but perhaps it's not picking it up in your situation for some reason. I'll try fiddling with it locally and seeing what the logs spit out if I make it violently verbose on what's in the env when it runs.

Apologies for the bot too. I don't get a lot of time to check this project with work IRL and consequently it decides to nuke every issue & PR far too overzealously.

@nioakeim
Copy link

Hi! i see this issue too. Do you have any updates on this?

@metabubble
Copy link

metabubble commented May 10, 2023

I had the same issue putting HOMEBREW_CASK_OPTS="--no-quarantine" into .zshenv. It was weird, because echo $HOMEBREW_CASK_OPTS would show the contents, but env wouldn't see it.

When I put export HOMEBREW_CASK_OPTS="--no-quarantine" into my .zshrc it worked.

@dltmtt
Copy link

dltmtt commented Mar 8, 2024

On a side note, since version 4.2.0 brew can be configured with .env files from a few other locations (see Homebrew/brew#15787)

@plz12345
Copy link

I've noticed this as well, using it to update LibreWolf, which they don't pay the Apple tax on for code signing.

@vicmarto
Copy link

I'm getting this in log:

==> Updating Homebrew...
Already up-to-date.
/Users/user/Library/Application Support/com.github.domt4.homebrew-autoupdate/brew_autoupdate: line 6: export: `--no-quarantine': not a valid identifier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants