Replace remaining mentions of The-Compiler/qutebrowser
This commit is contained in:
parent
de50f30b9b
commit
4cf974796e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user