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 .
- Dec 05, 2016
-
-
Markus Reiter authored
-
- Dec 04, 2016
-
-
Mike McQuaid authored
For code coverage from `brew test-bot`.
-
- Nov 22, 2016
-
-
Kaito Udagawa authored
When a Formula is converted into a Cask (e.g. osxfuse), a symlink remains at the place of package dir. This change ensure to remove such leftovers.
-
- Nov 21, 2016
-
-
Kaito Udagawa authored
-
- Nov 20, 2016
-
-
Kaito Udagawa authored
-
- Nov 19, 2016
-
-
Kaito Udagawa authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Kaito Udagawa authored
installer command accepts -applyChoiceChangesXML option to change customize options on the GUI installer from the commandline. (`man installer` for more detailed information) The introduced option `choice` enables the choice changes to be supplied via pkg stanza without tricks in preflight code.
-
- Nov 17, 2016
-
-
Markus Reiter authored
-
- Nov 16, 2016
-
-
Josh Hagins authored
-
- Nov 14, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Nov 12, 2016
-
-
Kaito Udagawa authored
`brew cask-tests` collected the test results in an improper way so that it reports a false success in certain situations. Specially, the session under BrewTestBot always reports success regardless of the test status. With this update, the exit code of `brew cask-tests` is 1 when the test fails, and then CI preperly works.
-
- Nov 11, 2016
-
-
Markus Reiter authored
-
- Nov 10, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Nikolaus Wittenstein authored
Also changes exceptions.rb to use Formatter.url
-
Kaito Udagawa authored
Trying to uninstall a non installed Cask made this test fail. This commit remove that and thus this test passes. Note that every Cask is uninstalled after each test case.
-
- Nov 09, 2016
-
-
Dorian authored
e.g. this changes: ``` To re-install google-chrome, run: brew cask uninstall --force google-chrome && brew cask install google-chrome ``` To: ``` To re-install google-chrome, run: brew cask reinstall google-chrome ```
-
- Nov 03, 2016
-
-
Mandar Gokhale authored
...and update man pages where applicable
-
- Oct 30, 2016
-
-
Markus Reiter authored
-
- Oct 25, 2016
-
-
buo authored
Open the incomplete download in append mode instead of write mode. Opening in write mode truncates the existing file, so curl keeps restarting downloads instead of resuming the incomplete downloads.
-
- Oct 24, 2016
-
-
Markus Reiter authored
-
Josh Hagins authored
-
Josh Hagins authored
Use instance methods to DRY things up, and fix a bug discovered in caskroom/homebrew-cask#26067 where Casks with language blocks would always fail audit.
-
Josh Hagins authored
- Stop supporting archaic "user-repo/token" syntax - Move regex for parsing tapped Cask token to tap_constants
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Martin Schimandl authored
-
Markus Reiter authored
-
- Oct 23, 2016
-
-
Eitot authored
-