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 .
- Aug 08, 2020
-
-
Mike McQuaid authored
Otherwise test-bot will not behave as expected.
-
- Aug 07, 2020
-
-
Mike McQuaid authored
Also: GitHub Actions already sets it.
-
Mike McQuaid authored
-
- Jul 07, 2020
-
-
Mike McQuaid authored
Ensure that `shellcheck` is run by `brew style` again and fix the various failures.
-
- Apr 09, 2020
-
-
Mike McQuaid authored
-
- Apr 07, 2020
-
-
Mike McQuaid authored
If `HOMEBREW_GITHUB_API_TOKEN` is not set and `GITHUB_TOKEN` is: let's use it. `GITHUB_TOKEN` is a somewhat standard env var to set for GitHub authentication tokens (e.g. used by `hub`).
-
Mike McQuaid authored
-
- Feb 04, 2020
-
-
Issy Long authored
- Without `DISPLAY` as an envvar in `bin/brew`, running `brew edit` with $EDITOR set to a graphical editor (eg `gedit`), it errored on Linux: ``` $ EDITOR=gedit brew edit vim Editing /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/vim.rb Unable to init server: Could not connect: Connection refused (org.gnome.gedit:15470): Gtk-WARNING **: 18:17:07.537: cannot open display: Error: Failure while executing; `gedit /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/vim.rb` exited with 1. ``` Fixes #6958.
-
- Nov 05, 2019
-
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Maxim Belkin authored
Also, enable all Bash builtins
-
- Aug 20, 2019
-
-
Mike McQuaid authored
-
- Feb 11, 2019
-
-
Mike Miller authored
Fixes #5692
-
- Feb 05, 2019
-
-
Shaun Jackman authored
-
- Jan 17, 2019
-
-
Mike McQuaid authored
It's currently unset on Azure Pipelines and Jenkins so let's set it here for consistency across our ecosystem.
-
- Dec 31, 2018
-
-
Mike McQuaid authored
We’re no longer using this for our CI so this is no longer necessary. Also, migrate `brew tap-new` to use Azure pipelines.
-
- Dec 27, 2018
-
-
Jacob Wahlgren authored
-
- Dec 15, 2018
-
-
Shaun Jackman authored
This reverts commit 64a95435. Use HOMEBREW_CIRCLECI rather than CIRCLECI. See https://github.com/Homebrew/brew/pull/5402
-
- Dec 14, 2018
-
-
Shaun Jackman authored
-
- Oct 08, 2018
-
-
Mike McQuaid authored
-
- Aug 08, 2018
-
-
Chongyu Zhu authored
As of #3870, this is no longer needed.
-
- Jul 02, 2018
-
-
William Woodruff authored
Additionally, assign HOMEBREW_TEMP based on the host system (/tmp for Linux, /private/tmp for macOS).
-
William Woodruff authored
-
- Jul 01, 2018
-
-
William Woodruff authored
-
- May 31, 2018
-
-
lukertty authored
Signed-off-by:
lukertty <lukertty@gmail.com>
-
- May 30, 2018
-
-
lukertty authored
bin/brew: add 'COLUMNS' and 'LINES' to env variables Signed-off-by:
lukertty <lukertty@gmail.com>
-
- May 26, 2018
-
-
Andrew Janke authored
-
- Mar 07, 2018
-
-
Mike McQuaid authored
-
- Feb 13, 2018
-
-
joshua stein authored
bin/brew will recognize NO_COLOR variable and copy it to HOMEBREW_NO_COLOR
-
Mike McQuaid authored
I've adjusted test-bot in: https://github.com/Homebrew/homebrew-test-bot/commit/603918939a58a8d6351177fe35f0193b79549dfa to set CI=1 for Jenkins to make future JENKINS_HOME checks unnecessary. The only `TRAVIS_*` variable we care about is `TRAVIS_SUDO` so whitelist that specifically rather than passing through loads of others.
-
- Feb 01, 2018
-
-
xiehuc authored
-
- Jan 30, 2018
-
-
xiehuc authored
Signed-off-by:
xiehuc <xiehuc@gmail.com>
-
- Dec 18, 2017
-
-
Ivars Berzinsh authored
-
- Dec 05, 2017
-
-
Mike McQuaid authored
-
- Nov 30, 2017
-
-
David Christenson authored
Include SSH_AUTH_SOCK (if set) in the filtered environment to avoid SSH issues with git.
-
- Nov 29, 2017
-
-
Mike McQuaid authored
-
Bruno R. Barreyra authored
Fixes #3500
-
Markus Reiter authored
-
Markus Reiter authored
-