Commit graph

143952 commits

Author SHA1 Message Date
BrewTestBot
ed8e379b4b armadillo: update 9.500.2 bottle. 2019-06-12 20:27:31 +02:00
Conrad Sanderson
a393c458ee armadillo 9.500.2
Closes #40907.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-06-12 20:27:29 +02:00
BrewTestBot
a522c4cab0 you-get: update 0.4.1314 bottle. 2019-06-12 20:26:39 +02:00
Igor Kapkov
cabeba901a you-get 0.4.1314
Closes #40906.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-06-12 20:26:35 +02:00
BrewTestBot
dd034b4b1c atlantis: update 0.8.2 bottle. 2019-06-12 20:12:35 +02:00
Rui Chen
1722b75717 atlantis 0.8.2
Closes #40913.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-06-12 20:12:33 +02:00
BrewTestBot
94199aeb63 imagemagick@6: update 6.9.10-49 bottle. 2019-06-12 20:10:05 +02:00
Watson
6b0a7796c5 imagemagick@6 6.9.10-49
Closes #40921.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-06-12 20:10:03 +02:00
BrewTestBot
d63ed489e5 citus: update 8.2.2 bottle. 2019-06-12 20:08:20 +02:00
Rui Chen
833c93c144 citus 8.2.2
Closes #40915.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-06-12 20:08:18 +02:00
BrewTestBot
be0eddf69e cfn-lint: update 0.21.5 bottle. 2019-06-12 20:07:41 +02:00
Rui Chen
fe86c096cd cfn-lint 0.21.5
Closes #40923.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-06-12 20:07:39 +02:00
BrewTestBot
538bcc44c2 terragrunt: update 0.19.2 bottle. 2019-06-12 20:07:33 +02:00
Rui Chen
58f5bae1c9 terragrunt 0.19.2
Closes #40924.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-06-12 20:07:32 +02:00
BrewTestBot
cd33aa9ee4 serverless: update 1.45.1 bottle. 2019-06-12 20:07:22 +02:00
Rui Chen
5c4f5046e4 serverless 1.45.1
Closes #40925.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-06-12 20:07:20 +02:00
BrewTestBot
5e2a0aaa5f
serverless: update 1.45.0 bottle. 2019-06-12 11:16:43 -04:00
Rui Chen
acb3471e20
serverless 1.45.0
Closes #40914.

Signed-off-by: Jason Tedor <jason@tedor.me>
2019-06-12 11:16:39 -04:00
BrewTestBot
1bf84265a0
helmfile: update 0.76.2 bottle. 2019-06-12 11:15:17 -04:00
Rui Chen
eb97894df6
helmfile 0.76.2
Closes #40917.

Signed-off-by: Jason Tedor <jason@tedor.me>
2019-06-12 11:15:13 -04:00
BrewTestBot
b65f084e36
pandoc: update 2.7.3 bottle. 2019-06-12 11:13:04 -04:00
Rui Chen
ecd2307938
pandoc 2.7.3
Closes #40916.

Signed-off-by: Jason Tedor <jason@tedor.me>
2019-06-12 11:12:59 -04:00
Mike McQuaid
6010b3a8d9
brew-postgresql-upgrade-database: re-add strips.
These were mistakenly removed in https://github.com/Homebrew/homebrew-core/pull/39895.

Fixes https://github.com/Homebrew/homebrew-core/issues/40904
2019-06-12 08:34:06 +01:00
BrewTestBot
f527a39abf openssl: update 1.0.2s bottle. 2019-06-12 09:00:05 +02:00
Paul Kehrer
751d10ea49 openssl 1.0.2s
Closes #40395.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-06-12 09:00:02 +02:00
Michihito Shigemura
2ccc5bba95
composer 1.8.6
Closes #40889.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
2019-06-12 13:00:46 +08:00
Kent Sutherland
a31338a03f jenkins-lts 2.176.1 (#40884) 2019-06-11 18:24:40 -04:00
BrewTestBot
e8432d9640
sphinx-doc: update 2.1.1 bottle. 2019-06-11 15:45:30 -04:00
Robert Blair
cd53bfec68
sphinx-doc 2.1.1
Closes #40852.

Signed-off-by: Jason Tedor <jason@tedor.me>
2019-06-11 15:45:26 -04:00
mystygage
f3a1a4d637
tomcat 9.0.21
Closes #40881.

Signed-off-by: Jason Tedor <jason@tedor.me>
2019-06-11 15:32:02 -04:00
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
chenrui
2986937737 grakn 1.5.4 (#40858) 2019-06-11 15:36:05 +02:00
BrewTestBot
b0ff54bed6
libtorrent-rasterbar: update 1.2.1 bottle. 2019-06-10 13:01:17 -04:00
Calum Lind
56463932f9
libtorrent 1.2.1
Removed boost 1.70 patch is in 1.2.1 release.
Add to the description that Python binding are included.
Remove Rasterbar Software as libtorrent.org no longer mentions this and
shortens desc length.

Closes #40263.

Signed-off-by: Izaak Beekman <zbeekman@gmail.com>
2019-06-10 13:01:12 -04:00
BrewTestBot
f942f18ffc
drone-cli: add 1.1.1 bottle. 2019-06-10 13:01:07 -04:00
Rui Chen
1c1d4f83a7
drone-cli 1.1.1 (new formula)
Closes #40837.

Signed-off-by: Izaak Beekman <zbeekman@gmail.com>
2019-06-10 13:00:13 -04:00
Issy Long
74a0ea9c22 terraform: update test (#40848) 2019-06-10 18:08:07 +02:00
Jason Karns
5c8b7ec2c3
node-build 4.6.1
Closes #40721.

Signed-off-by: Izaak Beekman <zbeekman@gmail.com>
2019-06-10 10:37:06 -04:00
BrewTestBot
d4285208c9
helmfile: update 0.73.2 bottle. 2019-06-10 10:33:02 -04:00
Rui Chen
489b617c09
helmfile 0.73.2
Closes #40847.

Signed-off-by: Izaak Beekman <zbeekman@gmail.com>
2019-06-10 10:32:48 -04:00
BrewTestBot
6d54250822
goofys: update 0.20.0 bottle. 2019-06-10 10:30:59 -04:00
Rui Chen
eed41f5d01
goofys 0.20.0
Closes #40846.

Signed-off-by: Izaak Beekman <zbeekman@gmail.com>
2019-06-10 10:30:40 -04:00
BrewTestBot
65b30489bf
terragrunt: update 0.19.0 bottle. 2019-06-10 10:25:30 -04:00
Rui Chen
e6e65a0182
terragrunt 0.19.0
Closes #40845.

Signed-off-by: Izaak Beekman <zbeekman@gmail.com>
2019-06-10 10:25:10 -04:00
BrewTestBot
f285bf385b
aravis: update 0.6.3 bottle. 2019-06-10 10:21:37 -04:00
Tom Schoonjans
9a4803d0ca
aravis 0.6.3
Closes #40843.

Signed-off-by: Izaak Beekman <zbeekman@gmail.com>
2019-06-10 10:21:19 -04:00
Jeremy Long
f038cf12b1 dependency-check 5.0.0 (#40830) 2019-06-10 11:38:14 +02:00
BrewTestBot
4cf7486107 hlint: update 2.1.23 bottle. 2019-06-10 11:36:59 +02:00
Rui Chen
cba238fcd6 hlint 2.1.23
Closes #40835.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-06-10 11:36:59 +02:00
BrewTestBot
ceae58026a cointop: update 1.3.0 bottle. 2019-06-10 11:36:59 +02:00