Fix fetching for hasufell-binhost repo

vm03.srvhub.de has an invalid certificate,
unfortunately
This commit is contained in:
Your Name 2018-06-25 15:09:11 +02:00
parent 66d454b3ea
commit acb9e04d85
1 changed files with 6 additions and 0 deletions

6
bashrc
View File

@ -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"