15379 Commits

Author SHA1 Message Date
Claudia
61db35f77d
brew style 2018-08-16 09:01:46 +02:00
Brian Morton
ea29158a4d
update git config key for analytics bool 2018-08-16 08:19:11 +02:00
Brian Morton
1b51456b4c
fix module path to ::Utils::Anlytics 2018-08-16 08:18:23 +02:00
Brian Morton
77c242548e
update variable name and msg string per comments 2018-08-16 08:18:23 +02:00
Brian Morton
37f1ae61b2
add cask analytics msg on brew update 2018-08-16 08:16:33 +02:00
Brian Morton
6701c207e0
add anlytics to cask installs 2018-08-16 08:10:07 +02:00
Shaun Jackman
0fcf8abf32
Merge pull request #4696 from sjackman/any-skip-relocation
BottleSpecification: Do not skip bottle relocation on Linux
2018-08-15 11:42:20 -07:00
Mike McQuaid
205fdc09db
Merge pull request #4692 from GauthamGoli/gh-api-exception-handling
utils/github: Exception handling
2018-08-15 19:06:05 +01:00
Shaun Jackman
294db31849 BottleSpecification: Do not skip bottle relocation on Linux
Bottles must be relocated on Linux to find the brewed glibc and gcc.
2018-08-15 10:23:55 -07:00
Shaun Jackman
8a1fa28f9c KegOnlyReason: Reasons related to macOS valid only on macOS 2018-08-15 10:14:17 -07:00
Dominyk Tiller
2060eb233d
Merge pull request #4676 from DomT4/10xDevTools
10x/Mojave: update dev tool expected versions
2018-08-15 16:40:51 +01:00
Gautham Goli
54033d320b utils/github: Raise exceptions if status code != 200 or exit code is not 0 2018-08-15 20:57:22 +05:30
Markus Reiter
e6b45842e8 Refactor odeprecated. 2018-08-15 12:16:02 +02:00
Shaun Jackman
27fb8befd0 check_non_libraries: *.so.* is valid on Linux 2018-08-14 14:50:10 -07:00
Shaun Jackman
2c68176ac2
Merge pull request #4686 from sjackman/x11-requirement
X11Requirement: Recent X11 client is sufficient
2018-08-14 14:31:11 -07:00
Shaun Jackman
421ba101b4 test/ENV: Fix prepend_path for Linuxbrew
This test fails on Ubuntu, because /usr/libexec does not exist.
2018-08-14 12:24:39 -07:00
Shaun Jackman
9039e41ebe
Merge pull request #4684 from sjackman/check-tmpdir-executable
Check that HOMEBREW_TEMP permits executing programs
2018-08-14 12:22:35 -07:00
Shaun Jackman
85f9da261b
Merge pull request #4683 from sjackman/sanitized-vars
Add LD_* environment variables to SANITIZED_VARS
2018-08-14 12:22:19 -07:00
Shaun Jackman
95ebefc1ac X11Requirement: Recent X11 client is sufficient 2018-08-14 12:08:41 -07:00
Shaun Jackman
4adbfa3fcf Check that HOMEBREW_TEMP permits executing programs 2018-08-14 11:51:18 -07:00
Shaun Jackman
e752e583d6 Add LD_* environment variables to SANITIZED_VARS
Sanitize the Linux environment variables
LD_LIBRARY_PATH LD_PRELOAD LD_RUN_PATH
2018-08-14 11:45:40 -07:00
Mike McQuaid
b45b716a2e update-report: solicit donations.
This message will only be displayed once.

Fixes #4644.
2018-08-14 13:19:37 +01:00
Mike McQuaid
3e890c11ad
Merge pull request #4679 from sjackman/os-linux
Warn if os/linux is loaded on generic OS
2018-08-14 08:59:04 +01:00
Shaun Jackman
c480dd39a9 Warn if os/linux is loaded on generic OS 2018-08-13 23:38:48 -07:00
Shaun Jackman
a447548600 OS::Mac.mdfind: No need to guard on OS.mac?
This code is only used on macOS.
2018-08-13 23:37:00 -07:00
Jonathan Chang
812ba7ea59 Update manpages about artifact/bottle variables 2018-08-14 00:56:26 -04:00
Dominyk Tiller
a30eea6ab9
pkgconfig: update 10.14 sqlite version 2018-08-14 05:19:25 +01:00
Shaun Jackman
2141ce3814
Merge pull request #4671 from sjackman/test-svn-unzip
test/unpack_strategy: Handle svn unzip unavailable
2018-08-13 17:18:08 -07:00
Markus Reiter
b3e3b1c8ba
Merge pull request #4674 from JBallin/Fix-cask-cleanup-deprecation-backtick
Fix `brew cleanup` backtick in `brew cask cleanup` deprecation message
2018-08-14 01:46:41 +02:00
Dominyk Tiller
1cf2ea79cf
xcode: update expected versions for Mojave 2018-08-14 00:02:19 +01:00
Dominyk Tiller
7307d2558f
Merge pull request #4643 from chrmoritz/gclient_cache_cleanup
add new gclient_cache folder to cleanup
2018-08-13 23:18:46 +01:00
Shaun Jackman
879f514e28 test/unpack_strategy: Handle svn unzip unavailable
Skip those tests that require svn or unzip.
2018-08-13 14:41:00 -07:00
JBallin
6ecf2d8831 Fix brew cleanup backtick in brew cask cleanup deprecation message 2018-08-13 14:31:21 -07:00
Markus Reiter
6a581159e6
Merge pull request #4670 from reitermarkus/disable-cask-search
Disable `brew cask search` the same time as `brew cask cleanup`.
2018-08-13 20:57:13 +02:00
Markus Reiter
990dd7de86 Disable brew cask search the same time as brew cask cleanup. 2018-08-13 20:12:52 +02:00
Markus Reiter
55cde526a8 Deprecate brew cask cleanup. 2018-08-13 20:09:34 +02:00
Markus Reiter
a985f0a5d0
Merge pull request #4623 from commitay/github-latest
cask audit: GitHub `latest` casks shouldn't have an appcast
2018-08-12 21:57:45 +02:00
Markus Reiter
d10ba2b1c9 Only clean up external patches. 2018-08-12 21:11:47 +02:00
Markus Reiter
46f531b2b1
Merge pull request #4651 from reitermarkus/fix-cleanup
Fix `brew cleanup`.
2018-08-11 21:34:20 +02:00
Dominyk Tiller
08b0d8410d
Merge pull request #4663 from DomT4/redundant_exit_code_begone
audit: flag redundant shell_output() exit codes
2018-08-11 17:35:35 +01:00
Markus Reiter
b161ffb20c Sort cleanup of installed formulae. 2018-08-11 18:03:49 +02:00
Markus Reiter
f83314164c Unlock lockfiles again on --dry-run. 2018-08-11 18:03:49 +02:00
Markus Reiter
ddfecd1cca Check if patches are still used. 2018-08-11 18:03:49 +02:00
Markus Reiter
8b5fa6824b Fix brew cleanup. 2018-08-11 18:03:49 +02:00
Markus Reiter
17fda8d546
Merge pull request #4658 from reitermarkus/ignore-version-error
Set `initial_version` to `nil` when `git describe` fails.
2018-08-11 17:45:45 +02:00
Dominyk Tiller
20311aec15
audit: flag redundant shell_output() exit codes 2018-08-11 01:53:00 +01:00
Markus Reiter
bdc2458c15 Always fetch at least the latest tag. 2018-08-11 00:46:29 +02:00
Markus Reiter
211e8538ec Set initial_version to nil when git describe fails. 2018-08-10 22:48:12 +02:00
Markus Reiter
bfd76a06ca Add per-cask/formula lockfile cleanup. 2018-08-09 16:46:39 +02:00
Markus Reiter
678ce2d7bd Remove .DS_Store per-cask/formula. 2018-08-09 16:20:34 +02:00