1
0
mirror of https://github.com/git/git.git synced 2024-09-28 19:42:15 +02:00
git/ci
Junio C Hamano 3831132ace ci/install-depends: attempt to fix "brew cask" stuff
We run "git pull" against "$cask_repo"; clarify that we are
expecting not to have any of our own modifications and running "git
pull" to merely update, by passing "--ff-only" on the command line.

Also, the "brew cask install" command line triggers an error message
that says:

    Error: Calling brew cask install is disabled! Use brew install
    [--cask] instead.

In addition, "brew install caskroom/cask/perforce" step triggers an
error that says:

    Error: caskroom/cask was moved. Tap homebrew/cask instead.

Attempt to see if blindly following the suggestion in these error
messages gets us into a better shape.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
2021-01-14 19:08:56 -08:00
..
config
util
install-dependencies.sh ci/install-depends: attempt to fix "brew cask" stuff 2021-01-14 19:08:56 -08:00
install-docker-dependencies.sh
lib.sh
make-test-artifacts.sh
mount-fileshare.sh
print-test-failures.sh ci: avoid set-env construct in print-test-failures.sh 2020-11-17 12:12:30 -08:00
run-build-and-tests.sh
run-docker-build.sh
run-docker.sh
run-static-analysis.sh
run-test-slice.sh
test-documentation.sh