aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-12-29Extract methodJack Nagel
2014-12-29test-bot: don't try to retap TapDependency taps.Mike McQuaid
2014-12-29test-bot: tap TapDependency's tap.Mike McQuaid
2014-12-29TapDependency: add tap accessor.Mike McQuaid
2014-12-29test-bot: init added/modified formulae arrays.Mike McQuaid
2014-12-29test-bot: clean up harder on failure (before).Mike McQuaid
2014-12-28Use formula helper in testsJack Nagel
2014-12-28search: add homebrew-x11 to default tapsMisty De Meo
2014-12-28test-bot: clean harder if first clean fails.Mike McQuaid
2014-12-28test-bot: tweak readability.Mike McQuaid
2014-12-28test-bot: check if dependents are installed.Mike McQuaid
Before fetching or installing with no args.
2014-12-28Set cask and download DSL values on requirements.Mike McQuaid
Closes Homebrew/homebrew#35257. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-28unsigned_kext_req: use new cask/download DSL.Mike McQuaid
2014-12-28requirement: add cask and download attributes.Mike McQuaid
Print out the message pointing to the Cask and/or download location too.a
2014-12-28Documentation UpdatesDominyk Tiller
Acceptable-Formulae: * Makes the language around stable versions stricter. * Fixes the Homebrew/Head-only lack-of-hyphen. * Adds Homebrew/Devel-only. Formula-Cookbook: * Adds a link to Interesting-Taps-&-Branches. * Fixes the Python language to match Tim’s latest guidelines. * Adds a note on options that aren’t ` build-with? ` or ` build-without? `. Interesting-Taps-&-Branches: * Slightly modifies the Versions language to better match what the repository actually ships. * Adds Homebrew/Devel-only to the language. Closes Homebrew/homebrew#35298. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-28Drop pointless subclass in testJack Nagel
2014-12-28Drop unnecessary requiresJack Nagel
2014-12-28Avoid TestBall class in checksum verification testsJack Nagel
2014-12-27Preserve signature of #initialize in testsJack Nagel
2014-12-27Revert "audit (strict): check for use double-quotes."Jack Nagel
This reverts commit 8fe14451842dea92bca04116ba043421b4f44a6b. Conflicts: Library/Homebrew/cmd/audit.rb
2014-12-27Stop testing accessor typeJack Nagel
2014-12-27Remove dead codeJack Nagel
2014-12-27Use version attribute directly in cache comparisonsJack Nagel
The bug that prompted the two relevant commits has since been addressed. Squashed commit of the following: commit ecca17ede8324efd1175a42300ace8e1e2df30fa Author: Jack Nagel <jacknagel@gmail.com> Date: Sat Dec 27 16:16:12 2014 -0500 Revert "Don't use pkg_version when cleaning the cache" This reverts commit 4d511b5169d78a5d44bbf6c36c17f0c28014a614. commit e8935de08f6440ae1874ce523f93b19da6b68df3 Author: Jack Nagel <jacknagel@gmail.com> Date: Sat Dec 27 16:16:12 2014 -0500 Revert "Fix cleanup for head-only formulae" This reverts commit 510267ffd314c296c0b0969dd27d130a249f16e2.
2014-12-27Rename HEAD only tap.Mike McQuaid
2014-12-27audit: simplify test defined check.Mike McQuaid
2014-12-27audit: improve FileUtils check.Mike McQuaid
Match the parens properly and only interpolate once. Closes Homebrew/homebrew#35288. Closes Homebrew/homebrew#35291.
2014-12-27One less external call to #active_specJack Nagel
2014-12-27create: recommend `brew audit --strict`.Mike McQuaid
2014-12-27manpage: document `brew audit --strict`.Mike McQuaid
2014-12-27audit (strict): add require formula check.Mike McQuaid
2014-12-27audit (strict): check a test is present.Mike McQuaid
2014-12-27audit (strict): whitelist 32-bit in options check.Mike McQuaid
2014-12-27audit (strict): check for use double-quotes.Mike McQuaid
2014-12-27audit (strict): check for use of spaces in system.Mike McQuaid
2014-12-27audit: check for use of FileUtils methods.Mike McQuaid
2014-12-27tap_migrations: add missed x3270 formulaMike McQuaid
2014-12-27test-bot: use audit --strict on added formulae.Mike McQuaid
2014-12-27uses: harden against missing formulae.Mike McQuaid
2014-12-27audit: check options when in strict mode.Mike McQuaid
2014-12-27audit: add strict mode, argument.Mike McQuaid
2014-12-27Migrate some formula with hard-X11 dependencies.Mike McQuaid
We have the homebrew-x11 tap for this reason so let's migrate everything without any reverse dependencies. Ideally I'd also like to migrate everything that's :recommended and the GTK formulae through there too (or to a dedicated homebrew-gtk).
2014-12-27tap-readme: tweak the format.Mike McQuaid
2014-12-27README: tweak documentation section.Mike McQuaid
2014-12-26Remove unnecessary code from debuggerJack Nagel
2014-12-26Refactor patching testsJack Nagel
2014-12-26Commit test updates that were supposed to be part of ↵Jack Nagel
b76e26c9cf1fc805663d86b6d6d081f91f73ea18
2014-12-26Allow debugging patching failuresJack Nagel
Closes Homebrew/homebrew#33056.
2014-12-26Decouple applying patches from staging the sourceJack Nagel
2014-12-26Remove unnecessary require from testJack Nagel
2014-12-26Define install instead of making subclasses call standard_installJack Nagel