From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Wed, 7 Oct 2020 15:12:50 +0200 From: Roland Hieber Message-ID: <20201007131250.fveqkkzqlnzsicd6@pengutronix.de> References: <20201006141119.GA1489016@lenoch> <20201006141328.GC1489016@lenoch> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201006141328.GC1489016@lenoch> Subject: Re: [ptxdist] [PATCH 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: Ladislav Michl Cc: ptxdist@pengutronix.de On Tue, Oct 06, 2020 at 04:13:28PM +0200, Ladislav Michl wrote: > Signed-off-by: Ladislav Michl > --- > config/setup/Kconfig | 7 +++++++ > config/setup/ptxdistrc.default | 13 +++++++------ > 2 files changed, 14 insertions(+), 6 deletions(-) > > 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 7973fdfe4..6b3c949d0 100644 > --- a/config/setup/ptxdistrc.default > +++ b/config/setup/ptxdistrc.default > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2020.03.0 > +# PTXdist 2020.09.0 > # > > # > @@ -31,13 +31,14 @@ PTXCONF_SETUP_SRCDIR="${PTXDIST_WORKSPACE}/src" > # > # PTXCONF_SETUP_NO_DOWNLOAD is not set > # PTXCONF_SETUP_PTXMIRROR_ONLY is not set > -PTXCONF_SETUP_PTXMIRROR="https://www.pengutronix.de/software/ptxdist/temporary-src" > -PTXCONF_SETUP_DEBMIRROR="http://ftp.uni-kl.de/debian http://archive.debian.org/debian" This looks unrelated to what you wrote in the commit message... Like Michael mentioned, I would also include the changes for the sorting in the respective commit, so one can cherry-pick single commits onto different branches or BSPs. - Roland > -PTXCONF_SETUP_SFMIRROR="http://downloads.sourceforge.net/sourceforge" > -PTXCONF_SETUP_GNUMIRROR="https://ftp.gnu.org/gnu http://ftp.uni-kl.de/pub/gnu" > -PTXCONF_SETUP_XORGMIRROR="https://ftp.x.org/archive https://xorg.freedesktop.org/releases" > +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" > +PTXCONF_SETUP_SFMIRROR="http://downloads.sourceforge.net/sourceforge" > +PTXCONF_SETUP_XORGMIRROR="http://ftp.sunet.se/pub/X11/ftp.x.org http://ftp.x.org/pub http://xorg.freedesktop.org/releases" > PTXCONF_SETUP_CHECK_ALWAYS=y > # PTXCONF_SETUP_CHECK_NOTEMPTY is not set > # PTXCONF_SETUP_CHECK_NEVER is not set > -- > 2.28.0 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://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