Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

Tags: Linuxbrew/brew

Tags

1.9.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
README.md: Linuxbrew has been merged into Homebrew (#942)

1.9.3

Dockerfile.test.yml: Set CI=1

Set CI=1 to disable this warning.

==> brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: git origin remote is Linuxbrew/brew.
Linuxbrew/brew has been merged into Homebrew/brew!
Linuxbrew/brew will no longer be updated.
The current git origin is:
https://github.com/Linuxbrew/brew
Please set the origin remote to point at the Homebrew/brew by running:
git -C "/home/linuxbrew/.linuxbrew/Homebrew" remote set-url origin https://github.com/Homebrew/brew
==> FAILED

1.9.2

Merge tag Homebrew/1.9.2 into Linuxbrew/master

1.9.1

Merge tag Homebrew/1.9.1 into Linuxbrew/master

1.9.0

Merge tag Homebrew/1.9.0 into Linuxbrew/master

Conflicts:
	.github/move.yml
	.gitignore
	.travis.yml
	Library/Homebrew/config.rb
	Library/Homebrew/extend/ENV/std.rb
	Library/Homebrew/extend/os/linux/extend/ENV/std.rb
	Library/Homebrew/os/mac/version.rb
	README.md
	bin/brew

1.8.6

Merge tag Homebrew/1.8.6 into Linuxbrew/master

1.8.5

Revert test/language/java to upstream [Linux]

1.8.4

Merge tag Homebrew/1.8.4 into Linuxbrew/master

Conflicts:
	Library/.rubocop.yml

1.8.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bin/brew: remove bash redirection (#889)

This was added back then to allow to run brew if you had no /bin/bash.
There are now multiple places in the code where /bin/bash is hardcoded,
which makes this change useless without fixing the other places.

If needed we can try to provide a better solution later on, but I think
removing this allows to have one patch less to backport to Homebrew.

1.8.2

Merge tag Homebrew/1.8.2 into Linuxbrew/master

Conflicts:
	Library/Homebrew/dev-cmd/pull.rb
	Library/Homebrew/official_taps.rb
	Library/Homebrew/os/mac/version.rb