Fix fetching for hasufell-binhost repo
vm03.srvhub.de has an invalid certificate, unfortunately
This commit is contained in:
parent
66d454b3ea
commit
acb9e04d85
6
bashrc
6
bashrc
@ -24,5 +24,11 @@ case "${CATEGORY}/${PN}" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case "${REPOSITORY}" in
|
||||||
|
hasufell-binhost)
|
||||||
|
EXTRA_WGET="--no-check-certificate"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# idiotic mysql package dies in pkg_pretend otherwise
|
# idiotic mysql package dies in pkg_pretend otherwise
|
||||||
MYSQL_MAJOR_UPGRADE="YesPlease"
|
MYSQL_MAJOR_UPGRADE="YesPlease"
|
||||||
|
Loading…
Reference in New Issue
Block a user