aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2014-03-01reinstall: fix incorrect use of Formula.canonical_nameJack Nagel
Fixes Homebrew/homebrew#27117.
2014-03-01Make conditional more obviousJack Nagel
2014-03-01brew-test-bot: use fetch --retry.Mike McQuaid
Closes Homebrew/homebrew#27110. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-01fetch: add --retry option to retry fetch once.Mike McQuaid
Sometimes there may be intermittent failures with hosts that work if immediately retried. Let's allow a single retry in this case with the --retry flag. This also behaves nicely with the --force flag. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-28audit: don't complain about missing cross-tap dependenciesJack Nagel
2014-02-28Don't munge arguments when configure is run by makeJack Nagel
Fixes Homebrew/homebrew-versions#364.
2014-02-28Fix blacklist.rb syntax errorBen Moss
Closes Homebrew/homebrew#27102. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-02-28Fix libpcap blacklist messageJack Nagel
2014-02-28Use Formula.pathJack Nagel
2014-02-28Remove libarchive from the blacklist, it's in core nowJack Nagel
2014-02-28Use File.expand_pathJack Nagel
2014-02-28Automatically install taps for cross-tap dependenciesJack Nagel
Closes Homebrew/homebrew#27099.
2014-02-28Add custom exception for untapped formulaeJack Nagel
2014-02-28Use constantJack Nagel
2014-02-28Don't verify deps when ignoring themJack Nagel
2014-02-28Use Dependency#option_name in BuildOptions#add_dep_optionJack Nagel
2014-02-28Add TapDependencyJack Nagel
2014-02-28FormulaInstaller: verify dependencies map to formulae before lockingJack Nagel
2014-02-28Remove "brew info <URL>"Jack Nagel
Closes Homebrew/homebrew#27076.
2014-02-28Remove deprecation notice from system "xcodebuild"Jack Nagel
The new xcodebuild method calls system "xcodebuild" underneath, so this notice would always be printed. Instead we will just rely on the audit check. Fixes Homebrew/homebrew#27092.
2014-02-28move scons helper to fileutilsAdam Vandenberg
2014-02-27Add audit check for system "xcodebuild"Jack Nagel
2014-02-27Add an xcodebuild helper and deprecate system "xcodebuild"Jack Nagel
In the future we can remove the ENV munging branch from Formula#system. Closes Homebrew/homebrew#27081.
2014-02-27Set owner ivar in SoftwareSpecJack Nagel
2014-02-27Cache and reuse Dependency objectsJack Nagel
2014-02-27Eliminate mutation of Dependency objectsJack Nagel
2014-02-27Pass expansion-time build options to install_dependencyJack Nagel
2014-02-27Clean up FormulaInstaller#install_dependencyJack Nagel
2014-02-27Add set union to OptionsJack Nagel
2014-02-27Apply cyclic dependency hack unconditionallyJack Nagel
2014-02-27Remove requested? dependency magicJack Nagel
2014-02-27Use Formula[] in example formulaJack Nagel
2014-02-27deps: use Dependency objects in recursive_deps_treeJack Nagel
2014-02-27deps: keep "--all" output sortedJack Nagel
2014-02-27add audit for Formula.factoryAdam Vandenberg
2014-02-27add Formula[]Adam Vandenberg
Closes Homebrew/homebrew#26930
2014-02-26doctor: tweak XQuartz check.Mike McQuaid
Sometimes (e.g. Homebrew/homebrew#27014) it may find an installed version but no prefix. In this case we still want to tell users if it's outdated.
2014-02-25fix typo in auditAdam Vandenberg
2014-02-25add audit for sconsAdam Vandenberg
2014-02-25add scons helperAdam Vandenberg
2014-02-25only get counts if neededAdam Vandenberg
2014-02-25add more documentationAdam Vandenberg
2014-02-25fix incorrect commentAdam Vandenberg
2014-02-25remove charset.alias directlyAdam Vandenberg
2014-02-24Add nil check to partially address Homebrew/homebrew#26563Jack Nagel
2014-02-24Implement fails_with_llvm compat method in terms of fails_withJack Nagel
2014-02-24Add example using a stable blockJack Nagel
2014-02-24Remove some bad practices from example formulaJack Nagel
2014-02-23Remove unused variableJack Nagel
2014-02-23update docAdam Vandenberg