🍻 Default formulae for the missing package manager for macOS
Find a file
Logan Leger 02df2994aa cmd/brew-postgresql-upgrade-database: fix initdb issues.
* Add `safe_system` to `initdb` call to catch errors

If the `initdb` step fails (which it can if the options passed are
invalid), then the script will continue having marked `initdb_run` as
`true`. This causes the script to continue to `pg_upgrade` step which
will fail, ultimately triggering the `ensure` block. Since `initdb_run`
is `true`, the script tries to remove `datadir` which we don't want
since that step failed.

The change here adds `safe_system` to ensure if the `initdb` step fails,
it correctly bails out.

* Add -X to `psql` call to ignore `.psqlrc` files

Customizations in `.psqlrc` files can make the output of `psql`
unpredictable, which can break parsing of the command's output. Using -X
causes `psql` to ignore any such files and use the default output
behavior, which can be parsed with consistency.
2019-06-11 19:05:47 +01:00
.github issue-close-app: only check issue for checkboxes (#40441) 2019-05-29 19:24:56 +02:00
Aliases boost-python 1.70.0 2019-06-09 22:18:31 +02:00
cmd cmd/brew-postgresql-upgrade-database: fix initdb issues. 2019-06-11 19:05:47 +01:00
Formula grakn 1.5.4 (#40858) 2019-06-11 15:36:05 +02:00
CONTRIBUTING.md .github/: defer to Homebrew/.github repo. (#40212) 2019-05-23 10:11:45 +02:00
formula_renames.json nats 2.0.0 2019-06-07 13:17:26 +02:00
LICENSE.txt
README.md README: Fix the link to the Linuxbrew formulae in the README (#39301) 2019-04-26 07:21:16 +02:00
tap_migrations.json

Homebrew Core

Core formulae for the Homebrew package manager.

Core formulae for the Linuxbrew package manager (Homebrew on Linux or Windows 10 Subsystem for Linux) are in Homebrew/linuxbrew-core.

How do I install these formulae?

Just brew install <formula>. This is the default tap for Homebrew and is installed by default.

More Documentation, Troubleshooting, Contributing, Security, Community, Donations, License and Sponsors

See these sections in Homebrew/brew's README.