7812 Commits

Author SHA1 Message Date
Mike McQuaid
83ab5f90bf install: cleanup outdated repository warning. 2015-07-11 14:36:06 +01:00
Alex Dunn
ac6ee12994 cmd/install: check time of last update if FormulaUnavailableError
Closes Homebrew/homebrew#40035.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-11 14:36:05 +01:00
Dominyk Tiller
dfbc2df09f download_strategy: kill special ssl3 support
Closes Homebrew/homebrew#41536.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-10 19:30:03 +01:00
Xu Cheng
ca458a8ed1 shell completion: support external commands
Closes Homebrew/homebrew#41519.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-11 00:07:29 +08:00
Xu Cheng
a2d9d68591 commands: support list all commands without header 2015-07-11 00:07:29 +08:00
Xu Cheng
609af678fd bottle: improve relocation
* skip document for relocatable check
* relocate INSTALL_RECEIPT.json file

Fixes Homebrew/homebrew#41545.

Closes Homebrew/homebrew#41568.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-10 23:28:41 +08:00
Mike McQuaid
913659efe4 pull: wait for Bintray publish, don't sleep.
Closes Homebrew/homebrew#41530.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-10 16:13:52 +01:00
Mike McQuaid
6bbbd2481a test_updater: fix pull argument ordering. 2015-07-10 00:20:19 +01:00
Mike McQuaid
151890148c update: fix --rebase 2015-07-09 23:50:55 +01:00
Viktor Ahlström
0b740f51ab README: use long key ID
Closes Homebrew/homebrew#41493.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-09 22:17:22 +01:00
Mike McQuaid
4f74e891aa audit: deprecate sha1 always.
Rather than just when --strict is set. We're asking people to do these
on most PRs now anyway so feels better to let them find this out with
`brew audit`.

Closes Homebrew/homebrew#41523.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-09 17:45:53 +01:00
Mike McQuaid
e949a5fd46 formula_cellar_checks: ignore openssl.
Also: check based on the beginning of the formula name so these play
nicer with e.g. homebrew-versions.

Closes Homebrew/homebrew#41528.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-09 17:09:57 +01:00
Mike McQuaid
8e7f15eff4 audit: include date for Ruby 1.8. 2015-07-09 15:28:49 +01:00
Xu Cheng
f68869cc70 audit: better way to handle --online for audit_formula_name 2015-07-09 22:06:53 +08:00
Mike McQuaid
3ac6005931 audit: add --online flag.
Also add it to the manpage and brew-test-bot.

Closes Homebrew/homebrew#41516.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-09 14:50:55 +01:00
Mike McQuaid
b11ae2abdc update: stash save/pop uncommitted changes.
Also:
- return to your previous branch after `brew update`.

Closes Homebrew/homebrew#38568.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-09 12:33:31 +01:00
Indrajit Raychaudhuri
7c890261ac download_strategy: private method allowing extra curl options.
This allows some curl options to be always passed to curl, with raw
head calls (`curl -I`) (in `CurlDownloadStrategy#actual_urls`) or with
actual `curl` (in `CurlDownloadStrategy#curl`).

This also avoid the need for overriding whole `_fetch` in a few cases
and just override `_curl_opts` to append additional options instead.

Closes Homebrew/homebrew#41506.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-09 12:19:58 +01:00
Dominyk Tiller
6a534f569d xcode: update clang for 10.11 2015-07-09 01:22:51 +01:00
Mike McQuaid
804f1431d4 audit: github repo: verify stable formula is set . 2015-07-08 16:28:51 +01:00
Dominyk Tiller
ec4bfee3e7 doc: add xcode 6.4
Closes Homebrew/homebrew#41486.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-08 15:36:24 +01:00
Dominyk Tiller
754c950e3e xcode: add 6.4 expectation 2015-07-08 15:36:23 +01:00
Dominyk Tiller
0d12e4e601 mac: add xcode 6.4 expectation 2015-07-08 15:36:23 +01:00
Mike McQuaid
333c3d700f audit: slightly loosen GitHub repo audit. 2015-07-08 15:29:55 +01:00
Mike McQuaid
c0c68b2b3f audit: handle some GitHub repo audit edge cases. 2015-07-08 15:19:36 +01:00
Mike McQuaid
51a1792e7a Audit GitHub repository notability.
This stuff seems to be taken better when coming from a script rather
than from a human. Feel free to disagree about the specific numbers
chosen here.
2015-07-08 14:53:48 +01:00
Alex Dunn
48df76dc89 cmd/search --desc: bold formula names
Closes Homebrew/homebrew#40717.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-08 13:56:00 +01:00
Alex Dunn
8071dcac24 brew.1: document install --force-bottle
Closes Homebrew/homebrew#41398.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-08 02:43:32 +01:00
Tim D. Smith
10495fb1fa add Formula#pkgshare path
Formalizes the (share/"foo").install idiom.

Closes Homebrew/homebrew#41333.
2015-07-07 17:39:20 -07:00
Dominyk Tiller
2456c9a4c4 pull: sleep for longer 2015-07-07 23:26:04 +01:00
Baptiste Fontaine
6c0979d6b4 qi: migrating to homebrew/boneyard
Closes Homebrew/homebrew#41366.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-07 21:47:15 +02:00
Viktor Ahlström
95ea50890f README: fix typo.
Closes Homebrew/homebrew#41443.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-07 16:18:59 +01:00
Baptiste Fontaine
f16aa5dabd rocket: migrating to boneyard
Closes Homebrew/homebrew#41364.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-07 08:42:55 +02:00
Xu Cheng
ab9a62370f support downloading bottles through 3rd-party mirror
Closes Homebrew/homebrew#41328.

Closes Homebrew/homebrew#41332.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-06 18:05:00 +08:00
Xu Cheng
4443a87524 stop setting root_url for offical taps' bottles 2015-07-06 18:04:59 +08:00
Xu Cheng
024c2d508b auto resolve bottle root_url based on tap 2015-07-06 18:04:59 +08:00
Xu Cheng
b78cbb7314 fix error message in test_updater
Closes Homebrew/homebrew#41372.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-06 11:26:00 +08:00
Baptiste Fontaine
2a60bd0f98 mat: migrating to boneyard
Closes Homebrew/homebrew#41389.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-06 00:51:52 +02:00
Jack Nagel
690bf9b8b9 Remove myself from the maintainers list
It's been fun.
2015-07-04 23:04:02 -04:00
Misty De Meo
90af721152 deps: Array#keep_if isn't defined in 1.8.7
Fixes Homebrew/homebrew#41365.
2015-07-04 18:26:08 -07:00
Baptiste Fontaine
ffe6f2dcc8 clay: migrating to hombrew/boneyard
Closes Homebrew/homebrew#41265

Closes Homebrew/homebrew#41350.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-05 02:20:53 +02:00
Dominyk Tiller
f0a7aa561e tap_migrations: remove pdsh
This reverts 64dac60c2f

Closes Homebrew/homebrew#41345.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-04 12:05:29 +01:00
Mike McQuaid
33fa3bacf6 pull: support Jenkins "Homebrew Testing" jobs. 2015-07-03 10:59:53 +01:00
Osman Surkatty
310afba026 Make HOMEBREW_GITHUB_API_TOKEN copy/paste friendly
A simple change that allows for easy copy/pasting. Right now if you were to double click on the text it will also inadvertently copy the trailing period. This change will alleviate the unnecessary gymnastics of not capturing the trailing period.

/most_pedantic_pull_request_ever

Closes Homebrew/homebrew#41257.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-03 14:42:43 +08:00
Xu Cheng
78a7dea3a0 add brew command
Closes Homebrew/homebrew#41034.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-03 14:22:38 +08:00
kaukas
e537c6a59f Include a reference to Oracle Instant Client Tap.
Closes Homebrew/homebrew#41286.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-02 21:43:30 +01:00
Viktor Ahlström
8a9947eb39 Small grammar fix in Acceptable-Formulae.md
Closes Homebrew/homebrew#41262.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-02 21:42:44 +01:00
Viktor Szakats
c443fe139d audit: fix/extend ietf.org https rules
Domains known to be covered by certificates: https://crt.sh/?q=%25ietf.org

Closes Homebrew/homebrew#41244.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-02 21:31:10 +01:00
Misty De Meo
f31e411f38 Git: unshallow shallow clones if necessary
Fixes Homebrew/homebrew#41225.
2015-06-30 20:52:39 -07:00
Dominyk Tiller
986a62ebe9 audit: flag re-added tap migrations
Re 411c217844 (commitcomment-11714539)

Closes Homebrew/homebrew#40806.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-06-30 03:00:32 +01:00
Misty De Meo
6c4000d07a Language module requirement: fix perl test
The name of the module is "Env", not "ENV"; this test would fail on a
case-sensitive filesystem.
2015-06-29 14:01:55 -07:00