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

replace plist with modern service definition #77

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

scientificworld
Copy link
Contributor

Homebrew has deprecated plist_options, you will get the following error when tapping this repo.

Error: Invalid formula (sonoma): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Invalid formula (arm64_sonoma): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Invalid formula (ventura): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Invalid formula (arm64_ventura): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Invalid formula (monterey): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Invalid formula (arm64_monterey): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Invalid formula (big_sur): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Invalid formula (arm64_big_sur): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Invalid formula (catalina): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Invalid formula (mojave): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Invalid formula (high_sierra): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Invalid formula (sierra): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Invalid formula (el_capitan): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Invalid formula (x86_64_linux): /opt/homebrew/Library/Taps/cloudflare/homebrew-cloudflare/nginx.rb
nginx: undefined method `plist_options' for Formulary::ReadallNamespace::Nginx:Class
Error: Cannot tap cloudflare/cloudflare: invalid syntax in tap!

@jacobbednarz jacobbednarz merged commit 997322f into cloudflare:master Feb 7, 2024
1 check passed
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.

2 participants