aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2015-03-17Remove explicit type checkJack Nagel
2015-03-17audit: enforce https for apache.orgViktor Szakáts
- including all apache.org subdomains - for `homepage` as well Closes #37778. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17software_spec: check if bottles are compatible.Mike McQuaid
The `bottled?` method makes more sense when it also checks for compatibility. This is particularly useful for the case in `brew info` so it prints out `(bottled)` correctly depending on the `Cellar`. Closes #37636. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-16test-bot: remove more bad unicode characters.Mike McQuaid
2015-03-16test-bot: remove another invalid XML character.Mike McQuaid
2015-03-15Always create real directories under lib/rubyJack Nagel
Fixes #37685. Closes #37704.
2015-03-15bottle_version: add erlang versions style regex.Mike McQuaid
2015-03-15dgtal: migrate to homebrew/scienceDavid Coeurjolly
Closes #37094. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-15audit: suggest to not using git as dependencyXu Cheng
Closes #37696 Closes #37703 Closes #37735. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-15download_strategy: allow ssl apache mirror links.Felix Bünemann
Closes #37732. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-14Switch to a more useful serialization of tap infoJack Nagel
Closes #37383.
2015-03-14Use Dir.mktmpdir instead of shelling out to mktempJack Nagel
Closes #37616.
2015-03-14Remove unused argumentJack Nagel
2015-03-14Remove unnecessary default argumentJack Nagel
This method is always called with two arguments.
2015-03-14Simplify skip_executables optionJack Nagel
2015-03-13brew style: --fix to auto-correct issues.Baptiste Fontaine
Closes #37670. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-13java overridable_java_home_envXu Cheng
Closes #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 #37567. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-11add bottle? method to TabTim D. Smith
Closes #37621.
2015-03-11install: refactoring blacklist checkXu Cheng
Closes #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 #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-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 #37549. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-09Update AWS SDK dependency of S3DownloadStrategyrstata-verticloud
Closes #37470. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-10audit: whitelist pipe, redirect etc in the system checkXu Cheng
Closes #37523. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-08Move coremod to the boneyard, replaced by libxmp-liteGeoff Nixon
Closes #37055. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08Move tcpurify to the boneyardGeoff Nixon
Closes #37069. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08Move pathfinder to the boneyardGeoff Nixon
Closes #37066. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08Move dbslayer to the boneyardGeoff Nixon
Closes #37056. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08test-bot: check syntax with readall.Mike McQuaid
Closes #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 #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 #37500. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-08doctor: export command should use double quotesXu Cheng
Closes #37496 Closes #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 #37317. Closes #37480. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-07cleanup: optimize perfermanceXu Cheng
Only remove .DS_Store files from whitelisted directories. Closes #37409. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-07formula_versions: use Utils.popen_read instead of backticksXu Cheng
Closes #37446. Signed-off-by: Xu Cheng <xucheng@me.com>