aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-10-12New-Maintainer-Checklist: update.Mike McQuaid
Update to the latest status quo.
2016-10-12Merge pull request #1274 from RasPhilCo/patch-1Mike McQuaid
Fix warning for HOMEBREW_REPOSITORY at /usr/local
2016-10-12formula_installer: Remove obsolete hard dependency on cctools.William Woodruff
ruby-macho now performs all relocations in Homebrew. Additionally, delete the defunct CctoolsRequirement.
2016-10-12Merge pull request #1273 from jawshooah/fix-relocateMike McQuaid
keg_relocate: fix for multiline /usr/bin/file output
2016-10-12Fix warning for HOMEBREW_REPOSITORY at /usr/localRasPhilCo
2016-10-12Merge pull request #1271 from MikeMcQuaid/deprecate-apr-requirementMike McQuaid
Deprecate apr requirement.
2016-10-12keg_relocate: fix for multiline /usr/bin/file outputJosh Hagins
2016-10-12Deprecate apr requirement.Mike McQuaid
It's not used on enough configurations now that there's little point in keeping it around. See e.g. `:autoconf` for prior art.
2016-10-12doco: note 10.9 is now best-effort supportAndrew Janke
2016-10-12Merge pull request #1269 from MikeMcQuaid/keg-relocate-text-executable-filesMike McQuaid
keg_relocate: relocate text_executable? files.
2016-10-12Merge pull request #1227 from DomT4/aprMike McQuaid
apr_requirement: use Homebrew's Apr for Sierra
2016-10-12keg_relocate: relocate text_executable? files.Mike McQuaid
This was omitted from #1258, incorrectly fixed in #1267, reverted in #1268 and re-applied in this commit.
2016-10-12Merge pull request #1268 from Homebrew/revert-1267-perf/keg-text-executableMike McQuaid
Revert "keg_relocate: left out text_executable? check in #1258"
2016-10-12Revert "keg_relocate: left out text_executable? check in #1258"Mike McQuaid
2016-10-12Tweak style.Mike McQuaid
2016-10-12Merge pull request #1267 from jawshooah/perf/keg-text-executableJosh Hagins
keg_relocate: left out text_executable? check in #1258
2016-10-12keg_relocate: left out text_executable? check in #1258Josh Hagins
2016-10-12Merge pull request #1262 from MikeMcQuaid/warn-repo-cellarMike McQuaid
brew.sh: warn on $HOMEBREW_REPOSITORY/Cellar
2016-10-12Merge pull request #1258 from jawshooah/perf/keg-batch-text-filesJosh Hagins
keg_relocate: run /usr/bin/file in batches
2016-10-12Merge pull request #1261 from MikeMcQuaid/tweak-repo-sandboxMike McQuaid
postinstall: allow write access to cellars in repository.
2016-10-12Merge pull request #1264 from reitermarkus/single-language-auditMarkus Reiter
Allow auditing of a single language of a cask.
2016-10-11keg_relocate: use xargs to batch file argumentsJosh Hagins
2016-10-11Merge pull request #1265 from reitermarkus/fix-cmd-exceptionMarkus Reiter
Fix CaskCommandFailedError.
2016-10-11Fix CaskCommandFailedError.Markus Reiter
2016-10-11Allow auditing of a single language of a cask.Markus Reiter
2016-10-11Merge pull request #1260 from alyssais/tab_dependency_defaultMike McQuaid
tab: don't interpret unknown deps as no deps
2016-10-11brew.sh: warn on $HOMEBREW_REPOSITORY/CellarMike McQuaid
If you’re using a /usr/local prefix but e.g. /usr/local/homebrew/Cellar then you’ll miss out on most binary packages for no good reason so warn people of that.
2016-10-11postinstall: allow write access to cellars in repository.Mike McQuaid
If HOMEBREW_CELLAR (or HOMEBREW_PREFIX) are children of HOMEBREW_REPOSITORY it’s important to deny write to the repository and enable write to the Cellar/prefix afterwards.
2016-10-11tab: don't interpret unknown deps as no depsAlyssa Ross
2016-10-10Merge pull request #1245 from reitermarkus/fix-cask-path-for-queryMarkus Reiter
Fix getting cask path for queries.
2016-10-10Create caskroom without sudo in writable parent.Yoshimasa Niwa
In case the parent directory of Caskroom is writable for the user, we don't need to use `sudo` to execute commands. Make a generic method to run commands that has an option to switch sudo so that we can run commands with and without sudo.
2016-10-10Merge pull request #1255 from akirk/patch-1Mike McQuaid
brew.sh: allow --prefix to be run as root without warning
2016-10-10Merge pull request #1257 from alyssais/docs_wikiJosh Hagins
Update URL in qualified_token comment
2016-10-10Update URL in qualified_token commentAlyssa Ross
The homebrew/homebrew wiki no longer exists.
2016-10-10Don't display root warning for --prefixAlex Kirk
2016-10-09FIX: cask changes /usr/local ownership recursivelyYoshimasa Niwa
Relatively old code in Hbc::Caskroom recursively changes the ownership of the directory where the Caskroom directory exists, that changes entire files in /usr/local to user:staff if Homebrew setup with default configuration. This is really dangerous because it's easy to trigger (just simply type `brew cask something` by following some installation documentation.) This patch removes entire `chown` with -R option and make the logic simply creating Caskroom directory with default Homebrew directories ownership and permission.
2016-10-09Merge pull request #1251 from MikeMcQuaid/diagnostic-no-write-tmp1.0.7Mike McQuaid
diagnostic: handle HOMEBREW_TEMP mktmpdir failure.
2016-10-09No need to check if `Encoding` is defined.Markus Reiter
2016-10-09Fix getting cask path for queries.Markus Reiter
2016-10-09diagnostic: handle HOMEBREW_TEMP mktmpdir failure.Mike McQuaid
Fixes #1223.
2016-10-09Merge pull request #1241 from reitermarkus/deprecation-warningMike McQuaid
Comment out `license` stanza deprecation warning.
2016-10-09Merge pull request #1249 from ↵Mike McQuaid
Homebrew/revert-1204-migrate-a-formula-to-multiple-versions-docs Revert "Migrate a Formula to Multiple Versions: add docs."
2016-10-09Revert "Migrate a Formula to Multiple Versions: add docs."Mike McQuaid
2016-10-09Merge pull request #1204 from ↵Mike McQuaid
MikeMcQuaid/migrate-a-formula-to-multiple-versions-docs Migrate a Formula to Multiple Versions: add docs.
2016-10-08Merge pull request #1246 from ilovezfs/glide_home-cleanupilovezfs
cleanup: remove GLIDE_HOME cache directories
2016-10-08cleanup: remove GLIDE_HOME cache directoriesilovezfs
This is needed since some formulae now set ENV["GLIDE_HOME"] = HOMEBREW_CACHE/"glide_home/#{name}"
2016-10-08Merge pull request #1238 from MikeMcQuaid/user-agent-versionMike McQuaid
brew.sh: improve user agent with no git repo.
2016-10-08Merge pull request #1243 from reitermarkus/rename-deprecation-exceptionMarkus Reiter
Rename FormulaMethodDeprecatedError to MethodDeprecatedError.
2016-10-08Merge pull request #1242 from reitermarkus/cask-docsMarkus Reiter
Remove Homebrew Cask documentation.
2016-10-08Rename FormulaMethodDeprecatedError to MethodDeprecatedError.Markus Reiter