| Age | Commit message (Collapse) | Author |
|
|
|
Update to latest stable release, change single quotes to double.
Use homebrew's mirror for the main download link, and the master as
a mirror.
Closes #31105.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Update to latest stable release, remove stable block, add head block,
only bootstrap if building from head.
Closes #31103.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Update to latest stable release, change single quotes to double.
Closes #31102.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Update to latest stable release, change single quotes to double.
Closes #31101.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Update to latest stable release.
Closes #31100.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Update to latest stable release.
Closes #31099.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Closes #31087.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31086.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31085.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31058.
Closes #31056.
|
|
Closes #31056.
|
|
Closes #31073.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31072.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31064.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31063.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
A source distribution for a release is configured with a suitable
package catalog, which avoids the problem reported as Racket PR 14648
(query at http://bugs.racket-lang.org/).
Using the "builtpkgs" variant of the source distribution makes the
installation work with pre-built packages, which enables faster installs
of Racket packages.
|
|
Formula/elasticsearch.rb: updated to 1.3.0.
Closes #31083.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #31082.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Update to ejabberd 14.07
|
|
This fix means that brew-test-bot can bottle formulae that require GCC
again.
|
|
Without this it’s impossible for brew-test-bot to be able to verify if
installing GCC has allowed it to fix a compiler selection failure.
|
|
|
|
|
|
|
|
Fixes #31053.
|
|
|
|
Closes #30460.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #31025.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #30908.
Closes #31032.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
This reverts commit e603e5a8c97bbfb5fef66b3936a237d541381a08.
|
|
|
|
Closes #30896.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Per the `git-rev-parse(1)` manpage:
--verify Verify that exactly one parameter is provided, and that it
can be turned into a raw 20-byte SHA-1 that can be used to access the
object database. If so, emit it to the standard output; otherwise,
error out.
If you want to make sure that the output actually names an object in
your object database and/or can be used as a specific type of object
For example, git rev-parse "$VAR^{commit}" will make sure $VAR names
an existing object that is a commit-ish (i.e. a commit, or an
annotated tag that points at a commit).
That actually means that:
git rev-parse --verify af8e768e2bd3b4398bca033998f83b0eb8874914
will _always_ return the SHA-1 hash — regardless of whether or not
that's actually a valid reference!
Thus, when `GitDownloadStragtegy#update_repo` tries to check
`has_ref?`, it mistakenly succeeds, and doesn't actually do a `git fetch
origin`.
The fix is to use:
git rev-parse --verify "af8e768e2bd3b4398bca033998f83b0eb8874914^{commit}"
Fixes #31045.
Closes #31054.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #31070.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|