From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1kQBYp-0002Oq-8T for ptxdist@pengutronix.de; Wed, 07 Oct 2020 17:40:59 +0200 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23990421AbgJGPk6qe0z3 (ORCPT ); Wed, 7 Oct 2020 17:40:58 +0200 Date: Wed, 7 Oct 2020 17:40:57 +0200 From: Ladislav Michl Message-ID: <20201007154057.GB111533@lenoch> References: <20201006141119.GA1489016@lenoch> <20201006141328.GC1489016@lenoch> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201006141328.GC1489016@lenoch> Subject: [ptxdist] [PATCH v2 02/29] setup: introduce GNOME mirror List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Signed-off-by: Ladislav Michl --- Changes: -v2: regerate config/setup/ptxdistrc.default config/setup/Kconfig | 7 +++++++ config/setup/ptxdistrc.default | 1 + 2 files changed, 8 insertions(+) diff --git a/config/setup/Kconfig b/config/setup/Kconfig index ab2b8e83a..f3fe2e8e8 100644 --- a/config/setup/Kconfig +++ b/config/setup/Kconfig @@ -144,6 +144,13 @@ config SETUP_DEBMIRROR The Debian pool mirror to use for downloading various components of the target root filesystem. +config SETUP_GNOMEMIRROR + string + default "https://download.gnome.org/sources https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.gnome.org/sources" + prompt "GNOME Mirror" + help + For all GNOME related packages enter an available mirror here. + config SETUP_GNUMIRROR string default "https://ftp.gnu.org/gnu http://ftp.uni-kl.de/pub/gnu" diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default index 5c2cba6b7..6b3c949d0 100644 --- a/config/setup/ptxdistrc.default +++ b/config/setup/ptxdistrc.default @@ -33,6 +33,7 @@ PTXCONF_SETUP_SRCDIR="${PTXDIST_WORKSPACE}/src" # PTXCONF_SETUP_PTXMIRROR_ONLY is not set PTXCONF_SETUP_PTXMIRROR="http://www.pengutronix.de/software/ptxdist/temporary-src" PTXCONF_SETUP_DEBMIRROR="http://ftp.uni-kl.de/debian" +PTXCONF_SETUP_GNOMEMIRROR="https://download.gnome.org/sources https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.gnome.org/sources" PTXCONF_SETUP_GNUMIRROR="http://ftp.uni-kl.de/pub/gnu" PTXCONF_SETUP_KERNELMIRROR="https://www.kernel.org/pub/linux http://www.linux-mips.org/pub/linux/mips http://mirror.linux.org.au/linux" PTXCONF_SETUP_PYPIMIRROR="https://files.pythonhosted.org/packages/source" _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de