| Age | Commit message (Collapse) | Author |
|
Closes #20284.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #19583.
|
|
|
|
Closes #19564.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Fixes #18293.
|
|
Closes #18444.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #18309.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #17661.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
* also install bash_completion script
Closes #16533.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Extract and install rabbitmqadmin from the management plugin at install
time (since we also enable the management plugin by default)
Closes #16207.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15160.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #14378.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #14034.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #12974.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #10648.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Use basename to refer to plist file when loaded. Make cp lines same
across formulas.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
These will be used to unify the label namespaces in embedded plists,
i.e. 'homebrew.mxcl.<formula>'.
plist_path returns the full path to a plist file located at the top
level of the keg; plist_path.basename can be used if just the filename
is needed.
c.f. #9346.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #8554.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
2.6.1 fixes a bug in 2.6.0 that causes the broker to fail to restart on
reboot in certain operating systems.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Courtesy of https://gist.github.com/735159
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
this version does not install man pages, pending necessary formulae to
build them: xmlto, gnu-getopts, docbook-xml, docbook-xsl, docbook-4.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Also:
* remove silly path concatenation
* fix log directory and broken regex.
|
|
So far we only added python, but we can add more.
Fixes #401
|