From e4a92e24f77db94a4f72b578769493b292d15b03 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Mon, 16 Jul 2018 14:15:08 -0400 Subject: [PATCH] profile: add all binhosts, in generic order of preference --- profiles/pentoo/default/linux/amd64/make.defaults | 2 +- profiles/pentoo/default/linux/x86/make.defaults | 2 +- profiles/pentoo/hardened/linux/amd64/make.defaults | 2 +- profiles/pentoo/hardened/linux/x86/make.defaults | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/pentoo/default/linux/amd64/make.defaults b/profiles/pentoo/default/linux/amd64/make.defaults index 2b8a577a3..22119e802 100644 --- a/profiles/pentoo/default/linux/amd64/make.defaults +++ b/profiles/pentoo/default/linux/amd64/make.defaults @@ -1 +1 @@ -PORTAGE_BINHOST="https://mirror.astr.al/pentoo/Packages/amd64-default/" +PORTAGE_BINHOST="https://mirror.astr.al/pentoo/Packages/amd64-default/ https://pentoo.emjay-embedded.co.uk/Packages/amd64-default/ http://mirror.switch.ch/ftp/mirror/pentoo/Packages/amd64-default/" diff --git a/profiles/pentoo/default/linux/x86/make.defaults b/profiles/pentoo/default/linux/x86/make.defaults index 148b5155c..e83b7798f 100644 --- a/profiles/pentoo/default/linux/x86/make.defaults +++ b/profiles/pentoo/default/linux/x86/make.defaults @@ -1 +1 @@ -PORTAGE_BINHOST="https://mirror.astr.al/pentoo/Packages/x86-default/" +PORTAGE_BINHOST="https://mirror.astr.al/pentoo/Packages/x86-default/ https://pentoo.emjay-embedded.co.uk/Packages/x86-default/ http://mirror.switch.ch/ftp/mirror/pentoo/Packages/x86-default/" diff --git a/profiles/pentoo/hardened/linux/amd64/make.defaults b/profiles/pentoo/hardened/linux/amd64/make.defaults index 6491ad134..4ce747646 100644 --- a/profiles/pentoo/hardened/linux/amd64/make.defaults +++ b/profiles/pentoo/hardened/linux/amd64/make.defaults @@ -1 +1 @@ -PORTAGE_BINHOST="https://mirror.astr.al/pentoo/Packages/amd64-hardened/" +PORTAGE_BINHOST="https://mirror.astr.al/pentoo/Packages/amd64-hardened/ https://pentoo.emjay-embedded.co.uk/Packages/amd64-hardened/ http://mirror.switch.ch/ftp/mirror/pentoo/Packages/amd64-hardened/" diff --git a/profiles/pentoo/hardened/linux/x86/make.defaults b/profiles/pentoo/hardened/linux/x86/make.defaults index b84c8d8f4..9efb78013 100644 --- a/profiles/pentoo/hardened/linux/x86/make.defaults +++ b/profiles/pentoo/hardened/linux/x86/make.defaults @@ -1 +1 @@ -PORTAGE_BINHOST="https://mirror.astr.al/pentoo/Packages/x86-hardened/" +PORTAGE_BINHOST="https://mirror.astr.al/pentoo/Packages/x86-hardened/ https://pentoo.emjay-embedded.co.uk/Packages/x86-hardened/ http://mirror.switch.ch/ftp/mirror/pentoo/Packages/x86-hardened/"