From 4c97684be8494b3ce522bd69be6735a66c55bb18 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 19 Sep 2016 05:22:20 +0200 Subject: [PATCH] Remove OS X bottle from CONTRIBUTING --- CONTRIBUTING.asciidoc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc index 02e30802b..da5dc7025 100644 --- a/CONTRIBUTING.asciidoc +++ b/CONTRIBUTING.asciidoc @@ -616,14 +616,6 @@ workaround. * Check relevant https://github.com/The-Compiler/qutebrowser/issues?q=is%3Aopen+is%3Aissue+label%3Aqt[qutebrowser bugs] and check if they're fixed. -* As soon as Homebrew updated, update the custom OS X bottle: - - Update https://github.com/The-Compiler/homebrew-qt5-webkit/blob/master/Formula/qt5.rb[qt5.rb] - - `brew install --build-from-source --build-bottle --verbose qt5.rb` - - `brew bottle qt5.rb` - - `brew install --build-from-source --build-bottle --verbose pyqt5` - - `brew bottle pyqt5` - - Upload bottles to github - - Adjust `scripts/dev/ci/travis_install.sh` New PyQt release ~~~~~~~~~~~~~~~~