From 4cf974796e05d43a6d53af5bb04b8e7ad62521d6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 5 Feb 2017 00:14:50 +0100 Subject: [PATCH] Replace remaining mentions of The-Compiler/qutebrowser --- .travis.yml | 2 +- README.asciidoc | 8 ++++---- scripts/dev/check_coverage.py | 2 +- tests/end2end/features/backforward.feature | 2 +- tests/end2end/features/yankpaste.feature | 4 ++-- tests/end2end/fixtures/quteprocess.py | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8fa525d35..403056830 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ matrix: cache: directories: - $HOME/.cache/pip - - $HOME/build/The-Compiler/qutebrowser/.cache + - $HOME/build/qutebrowser/qutebrowser/.cache before_install: # We need to do this so we pick up the system-wide python properly diff --git a/README.asciidoc b/README.asciidoc index 69487cdcb..99ba6110b 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -11,10 +11,10 @@ image:icons/qutebrowser-64x64.png[qutebrowser logo] *A keyboard-driven, vim-like image:https://img.shields.io/pypi/l/qutebrowser.svg?style=flat["license badge",link="https://github.com/qutebrowser/qutebrowser/blob/master/COPYING"] image:https://img.shields.io/pypi/v/qutebrowser.svg?style=flat["version badge",link="https://pypi.python.org/pypi/qutebrowser/"] -image:https://requires.io/github/The-Compiler/qutebrowser/requirements.svg?branch=master["requirements badge",link="https://requires.io/github/The-Compiler/qutebrowser/requirements/?branch=master"] -image:https://travis-ci.org/The-Compiler/qutebrowser.svg?branch=master["Build Status", link="https://travis-ci.org/The-Compiler/qutebrowser"] -image:https://ci.appveyor.com/api/projects/status/9gmnuip6i1oq7046?svg=true["AppVeyor build status", link="https://ci.appveyor.com/project/The-Compiler/qutebrowser"] -image:https://codecov.io/github/The-Compiler/qutebrowser/coverage.svg?branch=master["coverage badge",link="https://codecov.io/github/The-Compiler/qutebrowser?branch=master"] +image:https://requires.io/github/qutebrowser/qutebrowser/requirements.svg?branch=master["requirements badge",link="https://requires.io/github/qutebrowser/qutebrowser/requirements/?branch=master"] +image:https://travis-ci.org/qutebrowser/qutebrowser.svg?branch=master["Build Status", link="https://travis-ci.org/qutebrowser/qutebrowser"] +image:https://ci.appveyor.com/api/projects/status/9gmnuip6i1oq7046?svg=true["AppVeyor build status", link="https://ci.appveyor.com/project/qutebrowser/qutebrowser"] +image:https://codecov.io/github/qutebrowser/qutebrowser/coverage.svg?branch=master["coverage badge",link="https://codecov.io/github/qutebrowser/qutebrowser?branch=master"] link:https://www.qutebrowser.org[website] | link:https://blog.qutebrowser.org[blog] | link:https://github.com/qutebrowser/qutebrowser/releases[releases] // QUTE_WEB_HIDE_END diff --git a/scripts/dev/check_coverage.py b/scripts/dev/check_coverage.py index 68b0b626b..27223e4c9 100644 --- a/scripts/dev/check_coverage.py +++ b/scripts/dev/check_coverage.py @@ -267,7 +267,7 @@ def main_check(): print() print("To debug this, run 'tox -e py35-cov' (or py34-cov) locally and " "check htmlcov/index.html") - print("or check https://codecov.io/github/The-Compiler/qutebrowser") + print("or check https://codecov.io/github/qutebrowser/qutebrowser") print() if 'CI' in os.environ: diff --git a/tests/end2end/features/backforward.feature b/tests/end2end/features/backforward.feature index 7c81af050..8f970837b 100644 --- a/tests/end2end/features/backforward.feature +++ b/tests/end2end/features/backforward.feature @@ -19,7 +19,7 @@ Feature: Going back and forward. - active: true url: http://localhost:*/data/backforward/2.txt - # https://travis-ci.org/The-Compiler/qutebrowser/jobs/157941720 + # https://travis-ci.org/qutebrowser/qutebrowser/jobs/157941720 @qtwebengine_flaky Scenario: Going back in a new tab Given I open data/backforward/1.txt diff --git a/tests/end2end/features/yankpaste.feature b/tests/end2end/features/yankpaste.feature index 67e9e2e9c..9981f4b98 100644 --- a/tests/end2end/features/yankpaste.feature +++ b/tests/end2end/features/yankpaste.feature @@ -143,7 +143,7 @@ Feature: Yanking and pasting. And I run :open {clipboard} Then the error "Invalid URL" should be shown - # https://travis-ci.org/The-Compiler/qutebrowser/jobs/157941726 + # https://travis-ci.org/qutebrowser/qutebrowser/jobs/157941726 @qtwebengine_flaky Scenario: Pasting multiple urls in a new tab When I put the following lines into the clipboard: @@ -186,7 +186,7 @@ Feature: Yanking and pasting. - about:blank - data/hello.txt?q=text%3A%0Ashould%20open%0Aas%20search (active) - # https://travis-ci.org/The-Compiler/qutebrowser/jobs/157941726 + # https://travis-ci.org/qutebrowser/qutebrowser/jobs/157941726 @qtwebengine_flaky Scenario: Pasting multiple urls in a background tab When I put the following lines into the clipboard: diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index 2f4908044..ac9741636 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -58,7 +58,7 @@ def is_ignored_lowlevel_message(message): if 'Running without the SUID sandbox!' in message: return True elif message.startswith('Xlib: sequence lost'): - # https://travis-ci.org/The-Compiler/qutebrowser/jobs/157941720 + # https://travis-ci.org/qutebrowser/qutebrowser/jobs/157941720 # ??? return True elif 'CERT_PKIXVerifyCert for localhost failed' in message: