From 4f793125d12ab68d00b3b16d3f01b8f6dfd475e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 14 Oct 2021 19:22:16 +0200 Subject: [PATCH] Allow to set mirror_alpine with pmbootstrap config command (MR 2129) There is a double reason for this: * Better performance when developers/users choose local mirrors * Allows to continue developing if a mirror is down --- pmb/config/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 38a0cab5..84eb6c9e 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -60,6 +60,7 @@ config_keys = ["aports", "kernel", "keymap", "locale", + "mirror_alpine", "mirrors_postmarketos", "nonfree_firmware", "nonfree_userland",