From: Roland Hieber <rhi@pengutronix.de>
To: Ladislav Michl <ladis@linux-mips.org>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH v2 01/29] setup: sort mirrors alphabetically
Date: Fri, 9 Oct 2020 14:59:08 +0200 [thread overview]
Message-ID: <20201009125908.oqpinefvmxuwyvma@pengutronix.de> (raw)
In-Reply-To: <20201007154022.GA111533@lenoch>
On Wed, Oct 07, 2020 at 05:40:22PM +0200, Ladislav Michl wrote:
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
> Changes:
> -v2: regerate config/setup/ptxdistrc.default
>
> config/setup/Kconfig | 28 ++++++++++++++--------------
> config/setup/ptxdistrc.default | 12 ++++++------
> 2 files changed, 20 insertions(+), 20 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
> diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default
> index 7973fdfe4..5c2cba6b7 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.10.0
> #
>
> #
> @@ -31,13 +31,13 @@ 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"
> -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"
Why did you remove http://archive.debian.org/debian here?
> +PTXCONF_SETUP_GNUMIRROR="http://ftp.uni-kl.de/pub/gnu"
…and https://ftp.gnu.org/gnu here?
> 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"
…and add http://ftp.sunet.se/pub/X11/ftp.x.org here (which should be
okay in general, but I would still do it in a separate commit, and also
add it to the defaults in the kconfig menu :))
- Roland
> PTXCONF_SETUP_CHECK_ALWAYS=y
> # PTXCONF_SETUP_CHECK_NOTEMPTY is not set
> # PTXCONF_SETUP_CHECK_NEVER is not set
>
> _______________________________________________
> 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
next prev parent reply other threads:[~2020-10-09 12:59 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-06 14:11 [ptxdist] [PATCH 00/29] introduce GNOME mirror Ladislav Michl
2020-10-06 14:12 ` [ptxdist] [PATCH 01/29] setup: sort mirrors alphabetically Ladislav Michl
2020-10-06 15:50 ` Alexander Dahl
2020-10-07 7:24 ` Michael Olbrich
2020-10-07 8:21 ` Ladislav Michl
2020-10-07 15:40 ` [ptxdist] [PATCH v2 " Ladislav Michl
2020-10-09 12:59 ` Roland Hieber [this message]
2020-10-09 13:15 ` Michael Olbrich
2020-10-09 21:11 ` Ladislav Michl
2020-10-10 13:20 ` Roland Hieber
2020-10-09 21:14 ` [ptxdist] [PATCH v3 " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:13 ` [ptxdist] [PATCH 02/29] setup: introduce GNOME mirror Ladislav Michl
2020-10-07 13:12 ` Roland Hieber
2020-10-07 15:40 ` [ptxdist] [PATCH v2 " Ladislav Michl
2020-10-09 21:16 ` [ptxdist] [PATCH v3 " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:13 ` [ptxdist] [PATCH 03/29] atk: use " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:16 ` [ptxdist] [PATCH 04/29] atkmm: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:17 ` [ptxdist] [PATCH 05/29] gdk-pixbuf: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:19 ` [ptxdist] [PATCH 06/29] glib-networking: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:21 ` [ptxdist] [PATCH 07/29] glibmm: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:23 ` [ptxdist] [PATCH 08/29] glib: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:23 ` [ptxdist] [PATCH 09/29] gobject-introspection: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:24 ` [ptxdist] [PATCH 10/29] gtk-engines: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:24 ` [ptxdist] [PATCH 11/29] gtk: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:25 ` [ptxdist] [PATCH 12/29] gtk2: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:25 ` [ptxdist] [PATCH 13/29] host-gtk-doc: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:27 ` [ptxdist] [PATCH 14/29] json-glib: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:27 ` [ptxdist] [PATCH 15/29] libcroco: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:28 ` [ptxdist] [PATCH 16/29] libgee: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:28 ` [ptxdist] [PATCH 17/29] libgsf: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:29 ` [ptxdist] [PATCH 18/29] libgudev: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:29 ` [ptxdist] [PATCH 19/29] librsvg: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:29 ` [ptxdist] [PATCH 20/29] libsigcpp: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:30 ` [ptxdist] [PATCH 21/29] libsoup: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:30 ` [ptxdist] [PATCH 22/29] mobile-broadband-provider-info: " Ladislav Michl
2020-10-06 16:41 ` [ptxdist] [PATCH v2 " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:31 ` [ptxdist] [PATCH 23/29] networkmanager-fortisslvpn: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:31 ` [ptxdist] [PATCH 24/29] networkmanager-openvpn: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:32 ` [ptxdist] [PATCH 25/29] networkmanager: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:32 ` [ptxdist] [PATCH 26/29] pango: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:33 ` [ptxdist] [PATCH 27/29] pygobject: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:33 ` [ptxdist] [PATCH 28/29] python3-gi: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-10-06 14:34 ` [ptxdist] [PATCH 29/29] xorg-font-ttf-bitstream-vera: " Ladislav Michl
2020-10-14 10:30 ` [ptxdist] [APPLIED] " Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201009125908.oqpinefvmxuwyvma@pengutronix.de \
--to=rhi@pengutronix.de \
--cc=ladis@linux-mips.org \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox