-
Revert "conan: homepage is conan.io instead of github"
mikemcquaid committedThis reverts commit 03199f2.
-
aws-keychain: bottle unneeded.
mikemcquaid committed -
mikemcquaid committed
-
mikemcquaid committed
This needs to be `Homebrew $HOMEBREW_VERSION` so we can be adequately filtered. Closes #49961. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-
utils: API Git credential tweaks.
mikemcquaid committed- Use empty array when `git credential-osxkeychain` lookup fails to cache and avoid rerunning it when there's no valid results. - Redirect `stderr` to avoid printing errors when there's a failure or no `git credential-osxkeychain` installed. Closes #49954. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-
Set HOMEBREW_API_TOKEN from Git when available.
mikemcquaid committedAs requested in #46578. Falls back to existing functionality. Closes #46578. Closes #49846. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-
mikemcquaid committed
Closes #49841. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-
install_renamed: handle recursive installs.
mikemcquaid committedCloses #49845. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-
mikemcquaid committed
-
mikemcquaid committed
We're using /bin/bash and not /bin/sh for a reason so don't allow users to override this (seen in #49514). Closes #49515.
-
argyll-cms: add patch comment.
mikemcquaid committed -
mikemcquaid committed
-
update: better handle merge conflicts.
mikemcquaid committedWhen there are merge conflicts we fail pretty hard. This is still possible after this commit but at least we've given Git enough pointers to make it less likely. Closes #49299. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-
mikemcquaid committed
-
mikemcquaid committed
-
update: use GitHub API to avoid unneeded fetches.
mikemcquaid committedCheck to see if `HEAD` is the same as what we have locally. If it is: don't bother to `git fetch`. Closes #47888. Closes #49219. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-
fontconfig: use new pour_bottle DSL.
mikemcquaid committedCloses #47888. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-
kafka: use new pour_bottle DSL.
mikemcquaid committed -
python3: use new pour_bottle DSL.
mikemcquaid committed -
python: use new pour_bottle DSL.
mikemcquaid committed -
mikemcquaid committed
-
mikemcquaid committed
-
formula: add new pour_bottle DSL with reason.
mikemcquaid committedThis allows there to be a user-visible description of why a bottle is not being installed.
-
Move Kickstarter supporters file.
mikemcquaid committed
-
mikemcquaid committed
-
bin/brew: move logic to Library.
mikemcquaid committed`bin/brew` is getting a bit bloated and it's annoying to open all of `HOMEBREW_PREFIX` in your editor of choice and have it search through the `Cellar`. Let's instead keep the bare minimum in `bin/brew` and move the rest to `Library`. Closes #49185. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>