aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2015-02-23pull: allow tap repair to fail.Mike McQuaid
2015-02-22pull: run tap --repair when pulling tap formulae.Mike McQuaid
This should allow formulae to be found after they are pulled. Closes #37043.
2015-02-22celt: boneyardDominyk Tiller
Dumps Celt in the Boneyard. Has officially been merged into the Opus codec, which we already support, and has consequently ceased being updated entirely at the current website and download link. See the great big orange banner on http://www.celt-codec.org/ :) Closes #37051. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-21Switch to string keysJack Nagel
The OpenStruct initializer accepts both symbols and strings, but any nested hashes will only allow access via string keys, so let's always construct the object with strings for consistency.
2015-02-21Eliminate conditionalJack Nagel
2015-02-21Set the path on "fake" install receiptsJack Nagel
2015-02-22bottle: better match for formulea with `stable do` blockXu Cheng
It will only work if the indent is correct. Closes #37024. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-21bottle: revision is digits rather than string in the merge regexXu Cheng
Closes #37015. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-20Compiler is always a stringJack Nagel
2015-02-21fixtures: add ps and eps filesXu Cheng
Closes #37001 Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-20bottle: ignore go libexec path for stuff using go.Mike McQuaid
These paths cannot be removed and are just used for debug stacktraces so seem to not be harmful for us to selectively ignore. Closes #36894. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-19test-bot: default tap bottles to Bintray.Mike McQuaid
2015-02-19Switch bottle provider over to Bintray.Mike McQuaid
2015-02-19pull: add missing Bintray variable warning.Mike McQuaid
2015-02-19test-bot: enable tap Bintray upload again.Mike McQuaid
2015-02-19pull: fix newly added bottles on Bintray.Mike McQuaid
2015-02-19pull: use Bintray package naming.Mike McQuaid
2015-02-19test-bot: use Bintray package naming.Mike McQuaid
2015-02-19bottles: add Bintray package naming method.Mike McQuaid
2015-02-19test-bot: set bottle args for Bintray testing.Mike McQuaid
2015-02-19software_spec: use homebrew Bintray subdomain.Mike McQuaid
Also: split into two variables so they can be used for taps.
2015-02-19test-bot: disable bintray taps temporarily.Mike McQuaid
2015-02-19test-bot: cleanup even more in tap directories.Mike McQuaid
2015-02-19test-bot: fix tap directory variable (again).Mike McQuaid
2015-02-19test-bot: fix tap directory name variable.Mike McQuaid
2015-02-19test-bot: move reset logic above tapping.Mike McQuaid
2015-02-19test-bot: add flag to reset repository and taps.Mike McQuaid
2015-02-19bottles: expand Bintray tap repository handling.Mike McQuaid
2015-02-19test-bot: fix (another) bad variable name.Mike McQuaid
2015-02-19test-bot: fix tap variable naming.Mike McQuaid
2015-02-19pull: support taps, use same version as test-bot.Mike McQuaid
2015-02-19test-bot: support taps and use Bintray class.Mike McQuaid
Also: use curl method where sensible.
2015-02-19bottles: add Bintray class.Mike McQuaid
For some utility functions.
2015-02-19pull: check bottle commit URL before branching.Mike McQuaid
Otherwise we annoyingly end up on a branch unnecessarily.
2015-02-19audit: give better suggestion on git/hg dependencyXu Cheng
Closes #36959. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-19audit: check for setuid in caveats.Mike McQuaid
2015-02-18Use ternary instead of inline rescueJack Nagel
2015-02-18Start recording the formula path in the install receiptJack Nagel
Later we can use this information to try and load the formula from the correct source.
2015-02-18Revert "Start recording the formula path in the install receipt"Jack Nagel
This reverts commit f98d1d660c38afe3caf1450b2443a6d5fab8a14b.
2015-02-18Start recording the formula path in the install receiptJack Nagel
Later we can use this information to try and load the formula from the correct source.
2015-02-19ruby 1.8 doesn't have `sort_by!`Xu Cheng
Closes #36935 Closes #36936. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-18cleanup-installed: fix brewdle command nameMike McQuaid
2015-02-18test-bot: don't repeat creating Bintray packages.Mike McQuaid
2015-02-18test-bot: construct formula object correctly.Mike McQuaid
2015-02-18pull: publish bottles on Bintray.Mike McQuaid
2015-02-18test-bot: autopublish existing bottles on Bintray.Mike McQuaid
2015-02-17Fix a couple of formatting issues in man pageJack Nagel
2015-02-17test-bot: silent and correct bintray content path.Mike McQuaid
2015-02-17test-bot: more Bintray fixes.Mike McQuaid
2015-02-17test-bot: specify bintray username/password.Mike McQuaid