This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Aug 27, 2015
-
-
Dominyk Tiller authored
Closes Homebrew/homebrew#43283. Closes Homebrew/homebrew#43298. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Dominyk Tiller authored
Closes Homebrew/homebrew#43154. Closes Homebrew/homebrew#43277. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
- Aug 26, 2015
-
-
Dominyk Tiller authored
Long term it would be nice to sandbox everything that writes to DerivedData but it is essentially a cache directory of sorts. The downside of allowing stuff to write there particularly is that DerivedData is notoriously bad at getting cleaned up, so if you do a lot of Xcode-using installations very quickly, you can chew your disk space up. Closes Homebrew/homebrew#43276. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
- Aug 25, 2015
-
-
Mike McQuaid authored
Use an exponential back-off on the sleep and try the fetch more times. Hopefully this will mean that we spent less time waiting for Bintray. Closes Homebrew/homebrew#43240. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Daniel Lee Harple authored
Closes Homebrew/homebrew#43273. Signed-off-by:
Tim D. Smith <git@tim-smith.us>
-
Baptiste Fontaine authored
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#43260. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
Xu Cheng authored
It's already covered by `$?.exitstatus == 0` in below.
-
Baptiste Fontaine authored
-
Tim D. Smith authored
HOMEBREW_VERSION doesn't change very often; the repository state is more interesting. Closes Homebrew/homebrew#41886.
-
Dominyk Tiller authored
-
Misty De Meo authored
Fixes Homebrew/homebrew#43206.
-
Misty De Meo authored
-
- Aug 24, 2015
-
-
Alex Dunn authored
Closes Homebrew/homebrew#41267. Closes Homebrew/homebrew#43199. Signed-off-by:
Alex Dunn <dunn.alex@gmail.com>
-
- Aug 23, 2015
-
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
Sometimes we accidentally install files outside prefix. After we fix that, users will get nasty link conflict error. So we create a whitelist here to allow overwriting certain files. e.g. link_overwrite "bin/foo", "lib/bar" link_overwrite "share/man/man1/baz-*" During FormulaInstaller#link, the whitelist conflict files will be backup into HOMEBREW_CACHE/Backup
-
Dominyk Tiller authored
-
Aldrin Piri authored
Providing specific reference to the --strict option for brew audit. Closes Homebrew/homebrew#43155. Closes Homebrew/homebrew#43156. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
- Aug 22, 2015
-
-
Xu Cheng authored
Formula#bottle_specification always exists, while Formula#bottle only exists if the bottle is available and compatible.
-
Xu Cheng authored
-
Xu Cheng authored
-
Misty De Meo authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Misty De Meo authored
Merge branch 'bottle_hooks'
-
William Woodruff authored
-
William Woodruff authored
-
William Woodruff authored
-
William Woodruff authored
add testball_bottle formula for upcoming bottle unit testing, as well as bottles directory containing test bottle (and symlinks)
-
William Woodruff authored
-
William Woodruff authored
add guard in Formula#file_modified? to prevent git popup add guard in Superenv.bin before calling MacOS::Xcode.version add guard against missing Xcode/CLT in Xcode.uncached_version return nil instread of 0 in uncached_version when Xcode/CLT are not present, to distinguish from linuxbrew behavior checks against pour_bottle? and needs_relocation?, add guard around keg.relocate_install_names to check pour_bottle?/needs_relocation? as well needs_relocation? becomes skip_relocation?, use cellar attr to indicate relocation instead of does_not_need_relocation MacOS.can_build? becomes MacOS.has_apple_developer_tools?
-
William Woodruff authored
remove unneeded definition change variable in FormulaInstaller.check_build_flags from bf to build_flags
-
William Woodruff authored
Add these new errors, and guards in formula installation and cmd/{,un,re}install to match, move can_build? to the MacOS module, flatten conditions, remove redundant can_build? check reinstate removed (doctor) check
-
William Woodruff authored
This is so so that check_dependencies_bottled can be called when bottles are being poured; implement check_dependencies_bottled
-
William Woodruff authored
This becomes MacOS.{install_name_tool,otool}, only do check_xcode if xcode is installed, otherwise emit a warning
-
William Woodruff authored
Check @@attempted for cctools so that we only attempt the relocation install once, skip cxxstdlib check in cctools to prevent otool execution prior to installation, skip fixing install names if relocation is not required
-
William Woodruff authored
Install it as a dependency unless already satisfied by Xcode. require cctools_requirement cctools_requirement should be satisfied by cctools present in opt add build_env => false to the satify block options in CctoolsRequirement
-
William Woodruff authored
Until it can be adapted to not call otool on systems w/o XCode/CLT
-
William Woodruff authored
-