This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Apr 26, 2020
-
-
Issy Long authored
- I suggested this for the contents of [Linuxbrew/docker](https://github.com/Linuxbrew/docker) in https://github.com/Linuxbrew/docker/issues/75. People agreed, and Shaun asked me to do the same here. - This adds a step to CI to lint the Dockerfile, via [hadolint](https://github.com/hadolint/hadolint), on Ubuntu. - The linting errors it surfaced on this Dockerfile were: ``` Dockerfile:4 DL3008 Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>` Dockerfile:30 DL3020 Use COPY instead of ADD for files and folders Dockerfile:32 DL3003 Use WORKDIR to switch to a directory ``` - [DL3008](https://github.com/hadolint/hadolint/wiki/DL3008) - pinning versions in `apt-get install` - is at odds with what we recommend in the normal Homebrew on Linux dependency install instructions. We don't want the dependency management of having to check each of these Dockerfiles periodically for the latest version numbers of packages and have to update them. So I've disabled this lint. - [DL3003](https://github.com/hadolint/hadolint/wiki/DL3003) - use WORKDIR to `cd` - is disabled in this case due to [review comments](https://github.com/Homebrew/brew/pull/7433/files#r415098255).
-
Jonathan Chang authored
workflows/tests: ensure taps are up-to-date
-
- Apr 25, 2020
-
-
Bo Anderson authored
-
Bo Anderson authored
ENV/std: port superenv SDK changes
-
Bo Anderson authored
shims/super/cc: relax restrictions with -Xclang
-
- Apr 24, 2020
-
-
Bo Anderson authored
-
Bo Anderson authored
-
- Apr 23, 2020
-
-
Mike McQuaid authored
ENV/super: always set HOMEBREW_SDKROOT for Xcode builds
-
Bo Anderson authored
-
Mike McQuaid authored
sh: fix custom shell prompt for zsh
-
EricFromCanada authored
-
Bo Anderson authored
ruby.sh: allow running on older Ruby versions
-
Bo Anderson authored
bintray: fix style
-
Alexander Bayandin authored
-
Eric Knibbe authored
-
Bo Anderson authored
workflows/tests: link old gettext.
-
Mike McQuaid authored
This is failing `brew doctor` on GitHub Actions.
-
- Apr 22, 2020
-
-
Mike McQuaid authored
dev-cmd/audit: fix false openssl@1.1 versioned formula audit
-
Bo Anderson authored
-
- Apr 21, 2020
-
-
Mike McQuaid authored
bintray: fix package creation
-
Alexander Bayandin authored
-
Mike McQuaid authored
formula_installer: fix build_from_source? call.
-
Mike McQuaid authored
build(deps-dev): bump html-proofer from 3.15.2 to 3.15.3 in /docs
-
Mike McQuaid authored
This should check the local instance variable rather than the global value as it varies for dependencies and requested formulae.
-
dependabot-preview[bot] authored
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.15.2 to 3.15.3. - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.15.2...v3.15.3 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
workflows/tests: allow missing system Linuxbrew.
-
Mike McQuaid authored
If it's not there: setup Linuxbrew but reuse the checkout.
-
Shaun Jackman authored
pr-upload: Fix a bug introduced by PR #7406
-
Shaun Jackman authored
Fix the error: Error: No such file or directory @ rb_sysopen - bottle
-
Mike McQuaid authored
uses_from_macos: Add gzip rsync to the white list
-
Mike McQuaid authored
pr-upload: Add argument root-url
-
Mike McQuaid authored
pull: fix head_revision definition.
-
Mike McQuaid authored
Fixes #7405.
-
Shaun Jackman authored
/usr/bin/gzip and /usr/bin/rsync are provided by macOS.
-
Shaun Jackman authored
-
Shaun Jackman authored
The argument root-url is needed for third-party taps.
-
Mike McQuaid authored
ARGV: Deprecate ARGV.force_bottle?
-
- Apr 20, 2020
-
-
Mike McQuaid authored
-
Gautham G authored
-
Mike McQuaid authored
diagnostic: whitelist /bin and /sbin for *-config files
-