From ba083b30b26eeea43f1ffc71459ee159b84a2447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 8 Nov 2019 21:44:12 +0100 Subject: [PATCH] fix snap build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … hopefully --- snap/snapcraft.yaml | 2 +- test/test_results.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f8e26fa9..d0c76143 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -101,7 +101,7 @@ apps: command-chain: - bin/gallery-dl-launch command: bin/gallery-dl - completer: etc/bash_completion.d/gallery-dl.bash_completion + completer: share/bash-completion/completions/gallery-dl environment: LANG: C.UTF-8 LC_ALL: C.UTF-8 diff --git a/test/test_results.py b/test/test_results.py index 39adc781..6d628c30 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -26,6 +26,7 @@ TRAVIS_SKIP = { # temporary issues, etc. BROKEN = { + "hentaifox", "livedoor", "mangapark", "yaplog",