Skip to content

Tags: jam7/brew

Tags

1.3.1

CircleCI: Store artifacts [Linux]

1.3.0

Dockerfile: Fix rake [Linux]

Fix the error:
brew audit
==> Installing or updating 'rubocop' gem
/usr/bin/ruby2.3: No such file or directory -- /usr/share/rubygems-integration/all/gems/rake-10.5.0/bin/rake (LoadError)

1.2.8

safe_fork: Improve the error message [Linux] (Linuxbrew#473)

1.2.7

Install bzip2 if required to decompress bz2 files for Linuxbrew (Linu…

…xbrew#462)

1.2.6

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge tag Homebrew/1.2.6 into Linuxbrew/master

Conflicts:
	CONTRIBUTING.md
	Library/Homebrew/os.rb
	README.md

1.2.5

test: Add python executable to the PATH for Linuxbrew (Linuxbrew#443)

Add the `python` executable to the PATH if the formula requires Python.

1.2.4

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix failing Java tests for Linuxbrew

With Linuxbrew, the expected value is currently nil.
This may change when Homebrew and Linuxbrew converge,
but this is out of the scope for this change.

1.2.3

README.md: Add PATH to the shell profile for Linuxbrew (Linuxbrew#421)

Modify either ~/.bash_profile or ~/.profile as appropriate.

1.2.2

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add Michka Popoff to the maintainers list for Linuxbrew (Linuxbrew#413)

1.2.1

BottleLoader: Fix installing a bottle from an URL (Linuxbrew#404)

The name of the formula is not extracted correctly
when the URL includes a hyphen.