Logo
Explore Help
Sign In
mirrors/brew
1
0
Fork 0
You've already forked brew
mirror of https://github.com/Homebrew/brew.git synced 2025-07-14 16:09:03 +08:00
Code Issues Packages Projects Releases Wiki Activity
brew/Library/Homebrew/extend/os/linux/readall.rb

11 lines
151 B
Ruby
Raw Normal View History

Deprecate reading all formulae through commands We added the `--all` flag (now renamed to `--eval-all`) for various commands for this behaviour so let's start deprecating this. Also, introduce a `HOMEBREW_EVAL_ALL` environment variable to use the existing, less secure, behaviour by default and avoid passing `--eval-all` everywhere.
2022-09-05 13:57:22 +01:00
# typed: true
Support casks in readall
2020-06-16 20:35:40 +02:00
# frozen_string_literal: true
module Readall
class << self
Simulate all OS/arch combinations in `brew readall`
2022-10-10 22:59:07 -04:00
def valid_casks?(_casks, bottle_tag: nil)
Support casks in readall
2020-06-16 20:35:40 +02:00
true
end
end
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 382ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API