| Age | Commit message (Collapse) | Author |
|
The FTP protocol is prone to getting firewalled to death in places, so where
we know we can avoid that by using either secure or more commonly accepted
protocols let's do so.
Examples of output:
```
* Stable: ftp://ftp.cpan.org/pub/CPAN/authors/id/N/NE/NEILB/Time-Duration-1.20.tar.gz should be `http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Time-Duration-1.20.tar.gz`
* Stable: Please use https:// for ftp://ftp.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.89.tar.bz2
```
|
|
mirrorservice accepts `http://ftp.mirrorservice.org` as well, apparently.
|
|
|
|
This reverts commit 7bbcf9cacc18aabf78a21ec5cc5892d440631e08.
|
|
This reverts commit 146a16d66bc796f0c6a4c7e2b88f1b73fb0aaa4c.
|
|
|
|
|
|
You need a non-shallow clone to push branches upstream so if you often
tap and untap taps (e.g. `homebrew/boneyard`) then you need to remember
to manually `fetch -unshallow`.
|
|
Check the syntax for Homebrew/brew and don't bother for taps.
|
|
This is not a command designed for end-users.
|
|
This will almost certainly fail every time so let's disable this error.
|
|
Based on how it's used to construct URLs, the bintray "package" should
be the formula name not the formula full_name. For core formulae, there
is no difference, but that's not the case in other taps.
See https://github.com/Homebrew/homebrew-gui/pull/10
Closes #301.
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
|
|
As mentioned in:
https://github.com/Homebrew/homebrew-core/pull/1396#discussion_r64774080
|
|
|
|
|
|
This adds >1m to every build on every node and it can't actually be
affected/fixed by formula PRs.
|
|
|
|
|
|
There's no more pull requests left to pull on this repository.
|
|
This job takes almost a minute and it's not useful for all core taps
to run this.
|
|
We're not really getting any more PRs here and this code makes this file
harder to follow and refactor.
|
|
|
|
|
|
This means that we do not need to read formulae or evaluate Ruby at
upload time.
|
|
Both the `CctoolsMachO` and `RubyMachO` module implement a common set of
methods that simplify querying `mach_data`. Move these into a shared
module, that gets included after either of these implementations is
loaded and included in `Pathname`.
|
|
The check that `t4` is not an external command would always succeed, but
not because the file wasn't executable, but because it wasn't even found
due to the missing `brew-` prefix.
Also change the valid but atypical file mode from 0744 to 0755 and apply
minor code style fixes.
|
|
Affects only legacy systems that don't have a `/usr/bin/cc` binary.
|
|
Amends 132ada2b0ebb3751c0f8f42ca83bb257b55a50fd until we properly figure
out a way of documenting built-in aliases (or not doing that) across all
commands that currently have aliases. See #270 for full discussion.
|
|
* Include --desc in brew search help text.
* Update brew search --desc text in README.
* Remove mention of alias in brew search help text to avoid any
confusion.
|
|
Avoid breaking code highlighting of some editors (e.g. Sublime Text)
when `gem` is used as an identifier. This messes up the highlighting
below the first use and makes working with the file rather annoying.
|
|
This mainly fixes the problems for subclasses of CurlDownloadStrategy.
More specifically it fixes two things:
* It allows the no insecure redirect check to be applied to
CurlApacheMirrorDownloadStrategy.
* It fixes previous broken CurlPostDownloadStrategy.
Closes #280.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Reference from `man curl`
> -R, --remote-time
> When used, this will make curl attempt to figure out the time-
> stamp of the remote file, and if that is available make the
> local file get that same timestamp.
|
|
Closes #248.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
For some reason the existing check seems to have started failing between
March and today. I haven't managed to narrow down why yet but the biggest
change between then and now was the core separation so perhaps related to that.
Perhaps at some point we started considering purely short tap names,
i.e. homebrew/devel-only rather than full tap names, i.e. homebrew/homebrew-devel-only,
in the audit mechanism.
This fixes the current issue whilst retaining the spirit of the original commit:
https://github.com/Homebrew/brew/commit/86d04e94e9caacf4aba766dd31c1707749fb5f2b
|
|
Originally introduced by me in 77975168e0f2d5e6627d049d6055bc159e3fd89d.
|
|
|
|
This avoids weird issues with custom Rubies.
Closes #253.
|
|
|
|
At this point it's never a good compiler to use so let's just remove it.
|
|
Since `system` escapes its own spaces, cabal was interpreting
`--flags='webapp s3'` as `+'webapp +s3'` rather than `+webapp +s3`.
Closes #267.
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
|
|
Used for uploading imagemagick 6.9.4-3.
|
|
|
|
There are unnecessarily verbose, have been documented to be avoided and
it’s good to nudge people towards the other style.
|
|
GitHub’s code load and patch-diff URLs are the result of redirects and
make it harder to modify the URL to reach the original repository.
|
|
Obvious copy/paste failure in acc9a7ca8554bc2413dee2d6d0f407b3a59c628c.
|
|
No need to source `cmd/update.sh` if `homebrew-update` is not going to
be called directly. Amends 750bb24a787dc6e4a13f2b842a3e8dcb8d5fb761.
|
|
|
|
Closes #239.
|
|
Closes #228.
|