From acb9e04d85203c09c87cbfe275691c677dbd184b Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 25 Jun 2018 15:09:11 +0200 Subject: [PATCH] Fix fetching for hasufell-binhost repo vm03.srvhub.de has an invalid certificate, unfortunately --- bashrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bashrc b/bashrc index 733f1e5..0160a4a 100644 --- a/bashrc +++ b/bashrc @@ -24,5 +24,11 @@ case "${CATEGORY}/${PN}" in ;; esac +case "${REPOSITORY}" in + hasufell-binhost) + EXTRA_WGET="--no-check-certificate" + ;; +esac + # idiotic mysql package dies in pkg_pretend otherwise MYSQL_MAJOR_UPGRADE="YesPlease"