| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Turns out it wasn't necessary to specify `plist_options startup: true`.
That prefixed `sudo` to the services command in Caveats on install.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`git-sugpatch` was renamed to `git sugdiff`.
|
|
|
|
|
|
|
|
|
|
Turns out we didn't solve the problem with the previous commit, as
"10.7" still needs to be in Homebrew's `MacOS::Version::SYMBOLS` hash in
order to be recognised.
To work around this, depend on Lion if Homebrew provides it, otherwise
display a message in the Caveats section about the minimum OS version.
|
|
I got this error recently:
$ brew tap teddywing/formulae
Updating Homebrew...
...
==> Tapping teddywing/formulae
Cloning into '/usr/local/Homebrew/Library/Taps/teddywing/homebrew-formulae'...
...
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/teddywing/homebrew-formulae/HomebrewFormula/dome-key.rb
dome-key: unknown version :lion
Error: Cannot tap teddywing/formulae: invalid syntax in tap!
Turns out `:lion` was removed as a Mac OS X version symbol from
Homebrew:
https://github.com/homebrew/brew/commit/1aa8ad09e212cd9cd2f3ae55f899ed4ef03ae4d0
Use a version string instead.
|
|
|
|
Copy over all Homebrew formulae that I've been putting in project
repositories.
Now that I have a few formulae, grouping them together in a tap makes it
more easy to install and upgrade them. No need to tap multiple
repositories or use the full URL to a formula.
|