status-desktop/scripts
Michael Bradley, Jr 7eda54a141 fix: don't run scripts/fetch-brew-bottle.sh in parallel
It's not supported to run `brew update` multiple times simultaenously. A better
fix for this can be implemented, but for now in the Makefile have target
`bottles/pcre` depend on target `bottles/openssl` so that they run serially
when `-jN` is passed to `make`.

I was originally going to change `brew update >/dev/null` to
`brew update >/dev/null || true` but decided the Makefile change provides a
better guarantee that simultaenous `brew` commands won't interfere with each
other. In the process, I revised some of the script's `echo` output just a bit.
2021-04-16 13:16:44 -05:00
..
translationScripts chore: change translations to only translate complete languages 2021-02-18 15:23:58 -05:00
fetch-brew-bottle.sh fix: don't run scripts/fetch-brew-bottle.sh in parallel 2021-04-16 13:16:44 -05:00
sign-macos-pkg.sh
windows_build_setup.ps1