aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2015-03-14Simplify skip_executables optionJack Nagel
2015-03-13brew style: --fix to auto-correct issues.Baptiste Fontaine
Closes Homebrew/homebrew#37670. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-13java overridable_java_home_envXu Cheng
Closes Homebrew/homebrew#37622
2015-03-12Use https for issue URL.Mike McQuaid
2015-03-12audit: Clarify GNU url warning messagechdiza
"ftpmirror.gnu.org" must have a protocol prefix of "http", not "https". Closes Homebrew/homebrew#37567. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-11add bottle? method to TabTim D. Smith
Closes Homebrew/homebrew#37621.
2015-03-11install: refactoring blacklist checkXu Cheng
Closes Homebrew/homebrew#37590. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-11xar: migrate to dupesDominyk Tiller
Related: https://github.com/Homebrew/homebrew-dupes/pull/420 Closes Homebrew/homebrew#37588. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-10Reduce scope of ensure block, remove conditionalsJack Nagel
2015-03-10Silence method redefinition warningJack Nagel
2015-03-10Remove fish completionMisty De Meo
fish already ships more comprehensive completions which are enabled by default. Closes Homebrew/homebrew#37582.
2015-03-10os: support xcode 6.2Dominyk Tiller
Presume this will need to wait for the bots to be updated, but Xcode 6.2 has landed. Closes Homebrew/homebrew#37549. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-09Update AWS SDK dependency of S3DownloadStrategyrstata-verticloud
Closes Homebrew/homebrew#37470. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-10audit: whitelist pipe, redirect etc in the system checkXu Cheng
Closes Homebrew/homebrew#37523. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-08Move coremod to the boneyard, replaced by libxmp-liteGeoff Nixon
Closes Homebrew/homebrew#37055. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08Move tcpurify to the boneyardGeoff Nixon
Closes Homebrew/homebrew#37069. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08Move pathfinder to the boneyardGeoff Nixon
Closes Homebrew/homebrew#37066. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08Move dbslayer to the boneyardGeoff Nixon
Closes Homebrew/homebrew#37056. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08test-bot: check syntax with readall.Mike McQuaid
Closes Homebrew/homebrew#37471. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-08cmd/readall: add --syntax to check for valid Ruby.Mike McQuaid
2015-03-08audit: git tags should also specify revisions.Mike McQuaid
2015-03-08download_strategy: raise on wrong tag revision.Mike McQuaid
Adds some added security to Git tags so we are able to provide an effective checksum rather than letting them be changed without our knowing. Also: - Reprioritise ref_types. Tag should take priority over branch and revisions over a single one. - Add current_revision method. Used to verify the current repository revision matches the specified revision. Currently only implemented for Git.
2015-03-08test-bot: rename variable to avoid shadowing.Mike McQuaid
Closes Homebrew/homebrew#37487. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-08test-bot: fix ambiguous arguments.Mike McQuaid
2015-03-08test-bot: remove unused variables.Mike McQuaid
2015-03-08install_renamed: ignore unused parameter.Mike McQuaid
2015-03-08uses: remove unused variable.Mike McQuaid
2015-03-08pull: remove unused variable.Mike McQuaid
2015-03-08pull: rename variable to avoid shadowing.Mike McQuaid
2015-03-08commands: move argument to fix warning.Mike McQuaid
2015-03-08bottle: remove unused variable.Mike McQuaid
2015-03-08doctor: $PATH should be insert as it isXu Cheng
Closes Homebrew/homebrew#37500. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-08doctor: export command should use double quotesXu Cheng
Closes Homebrew/homebrew#37496 Closes Homebrew/homebrew#37497. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-07Decouple the install receipt from ARGVJack Nagel
2015-03-07outdated: further fix tap version handling.Mike McQuaid
Closes Homebrew/homebrew#37317. Closes Homebrew/homebrew#37480. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-07cleanup: optimize perfermanceXu Cheng
Only remove .DS_Store files from whitelisted directories. Closes Homebrew/homebrew#37409. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-07formula_versions: use Utils.popen_read instead of backticksXu Cheng
Closes Homebrew/homebrew#37446. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-06test-bot pathname: use Utils.popen_read instead of backticksXu Cheng
Closes Homebrew/homebrew#37418. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-05Remove unnecessary nil checkJack Nagel
The backticks will either return a string or raise an exception, so `executable` cannot be nil.
2015-03-05Use env DSLJack Nagel
2015-03-05cmd/install: add force/debug/verbose to cask.Mike McQuaid
Closes Homebrew/homebrew#37217.
2015-03-05checksums: switch to sha256 for bottles and new formulaeDominyk Tiller
Closes Homebrew/homebrew#37164. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-04move formula_specialties to compatXu Cheng
Closes Homebrew/homebrew#37365. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-03Move git-flow-clone to the boneyardJack Nagel
Closes Homebrew/homebrew#32701.
2015-03-03Always output formula information on build errorsJack Nagel
2015-03-04audit: deprecate ScriptFileFormulaXu Cheng
Closes Homebrew/homebrew#37356. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-03language/python: add package_available? helperTim D. Smith
Add helper to check whether a module is importable. Closes Homebrew/homebrew#37345. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-03audit: deprecate AmazonWebServicesFormulaXu Cheng
Closes Homebrew/homebrew#37355. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-02brew audit: req https for archive.apache.org urlsViktor Szakáts
Closes Homebrew/homebrew#37313. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-27Update minitestJack Nagel