| Age | Commit message (Collapse) | Author |
|
audit: fix full versioned alias name resolution in taps
|
|
Use scoped RSpec matchers.
|
|
Support GPG (signed data) container in Homebrew Cask
|
|
|
|
|
|
|
|
|
|
cask manpage: Fix section header link for Environment
|
|
|
|
Remove `to_s` from some `Pathname`s.
|
|
The regex matches the longest possible string. Order does not matter.
|
|
This fixes an issue where audit would prompt for the creation
of an already existing versioned alias while at the same time
declaring the existing alias invalid.
|
|
|
|
Display formula conflict reasons
|
|
|
|
|
|
audit: Port audit_homepage method to rubocop and add tests
|
|
audit: Detect multiline and interpolated strings in formula desc cop
|
|
|
|
|
|
audit: fix dependency option detection.
|
|
More environment filtering tweaks
|
|
audit: more checks for versioned aliases.
|
|
Allow --interactive to access HOME
|
|
keg: skip opt versioned aliases for devel/head.
|
|
|
|
Instead of trying to do this all with a single regex give up and do a
two stage process. Eventually I'll end up implementing a full ruby
parser here :troll:.
|
|
- only document HOMEBREW_* variables in the manpage (although still
read from all the original environment variables).
- resort manpage environment variables in alphabetical order
- check the original path for trailing slashes
|
|
|
|
|
|
|
|
|
|
Added assertion to check `HOMEBREW_LOCK_DIR.stat.mode` changes after `HOMEBREW_LOCK_DIR.chmod 0555`
|
|
This may result in a slightly varied build but it’s generally just far
less annoying to be able to access all your e.g. shell configuration.
|
|
These versioned aliases don’t correspond to the correct version if not
Installed from stable.
Fixes #2596.
|
|
Check that a required versioned alias has a valid name (rather than
assuming it’s fine based on it’s existence alone) and check for
the presence of invalid version aliases.
This should handle the case where someone bumps a formula but forgets
to rename the alias that’s mentioned in #2596.
|
|
|
|
Travis CI tweaks.
|
|
Attempt to improve Travis CI. This time without any vendoring gems
nonsense.
|
|
fix date-based versioning
|
|
This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing
changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d.
|
|
This reverts commit 2372872974d1049c2beafe7dedb7f8f882502058, reversing
changes made to 3e4547f52e7ebec633f8bfefc8a396d944edf908.
|
|
This reverts commit 8d948e4b0b55912c592d34cb5ea83c649b1f9d5e, reversing
changes made to 2372872974d1049c2beafe7dedb7f8f882502058.
|
|
Tweak our Travis CI configuration and the one we suggest for taps to
be faster and use caching.
|
|
If people have `HOMEBREW_RUBY_PATH` set then things explode in a rather
confusing fashion. Instead, run `bundle` for them with the arguments
that they'd want.
Also, move `macho` requires into the module itself; it's a pain having
to do everything for Bundler before requiring `pathname` which is a core
Ruby class.
|
|
Homebrew's actually ended up using a fair few gems. While we want to
avoid Bundler at runtime (and this PR still does that, in fact uses
Bundler even less at runtime than it did before) writing our own version
to use at build-time seems redundant.
|
|
Virtualenvs remember the path to the stdlib in a file named
orig_prefix.txt. This file wasn't being relocated because Homebrew skips
files that look like they're intended for human consumption by matching
against the list of metafile extensions. This led to the bug described
in https://github.com/Homebrew/homebrew-core/issues/12869. This fixes
relocation by creating an exception for orig-prefix.txt.
|
|
|
|
Extra command_args in gain_permissions_remove caused silent failure and path never gets deleted.
|
|
This passed a symbol to `:except_cops` which caused a :boom:.
|