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 1kQ4hV-0004mn-NP for ptxdist@pengutronix.de; Wed, 07 Oct 2020 10:21:32 +0200 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23990434AbgJGIV2FwWcT (ORCPT ); Wed, 7 Oct 2020 10:21:28 +0200 Date: Wed, 7 Oct 2020 10:21:27 +0200 From: Ladislav Michl Message-ID: <20201007082127.GA4148@lenoch> References: <20201006141119.GA1489016@lenoch> <20201006141202.GB1489016@lenoch> <20201007072459.GR11021@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201007072459.GR11021@pengutronix.de> Subject: Re: [ptxdist] [PATCH 01/29] setup: sort mirrors alphabetically 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 Hi Michael, On Wed, Oct 07, 2020 at 09:24:59AM +0200, Michael Olbrich wrote: > On Tue, Oct 06, 2020 at 04:12:02PM +0200, Ladislav Michl wrote: > > Signed-off-by: Ladislav Michl > > I like it, but you need to update config/setup/ptxdistrc.default to match > the changes. I did it with following patch adding GNOME mirror as here we do not change things yet. > Michael > > > --- > > config/setup/Kconfig | 28 ++++++++++++++-------------- > > 1 file changed, 14 insertions(+), 14 deletions(-) > > > > diff --git a/config/setup/Kconfig b/config/setup/Kconfig > > index 1697d88de..ab2b8e83a 100644 > > --- a/config/setup/Kconfig > > +++ b/config/setup/Kconfig > > @@ -144,13 +144,6 @@ config SETUP_DEBMIRROR > > The Debian pool mirror to use for downloading various > > components of the target root filesystem. > > > > -config SETUP_SFMIRROR > > - string > > - default "http://downloads.sourceforge.net/sourceforge" > > - prompt "Sourceforge Mirror" > > - help > > - For all Sourceforge related packages enter an available mirror here. > > - > > config SETUP_GNUMIRROR > > string > > default "https://ftp.gnu.org/gnu http://ftp.uni-kl.de/pub/gnu" > > @@ -158,13 +151,6 @@ config SETUP_GNUMIRROR > > help > > For all GNU.org related packages enter an available mirror here. > > > > -config SETUP_XORGMIRROR > > - string > > - default "https://ftp.x.org/archive https://xorg.freedesktop.org/releases" > > - prompt "x.org Mirror" > > - help > > - For all x.org related packages enter an available mirror here. > > - > > config SETUP_KERNELMIRROR > > string > > default "https://www.kernel.org/pub/linux http://www.linux-mips.org/pub/linux/mips http://mirror.linux.org.au/linux" > > @@ -179,6 +165,20 @@ config SETUP_PYPIMIRROR > > help > > For all packages available on pypi, enter an available mirror here. > > > > +config SETUP_SFMIRROR > > + string > > + default "http://downloads.sourceforge.net/sourceforge" > > + prompt "Sourceforge Mirror" > > + help > > + For all Sourceforge related packages enter an available mirror here. > > + > > +config SETUP_XORGMIRROR > > + string > > + default "https://ftp.x.org/archive https://xorg.freedesktop.org/releases" > > + prompt "x.org Mirror" > > + help > > + For all x.org related packages enter an available mirror here. > > + > > choice > > prompt "archive check" > > default SETUP_CHECK_ALWAYS > > -- > > 2.28.0 > > > > > > _______________________________________________ > > ptxdist mailing list > > ptxdist@pengutronix.de > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > > > > -- > Pengutronix e.K. | | > Steuerwalder Str. 21 | http://www.pengutronix.de/ | > 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de