On Fri, Oct 09, 2020 at 02:59:08PM +0200, Roland Hieber wrote:
> On Wed, Oct 07, 2020 at 05:40:22PM +0200, Ladislav Michl wrote:
> > Signed-off-by: Ladislav Michl <la...@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?

Argh... Good catch. I run 'ptxdist setup oldconfig' and it showed up
I'm still keeping defaults from 2015.12. So ~/.ptxdist is now cleaned
up and update follows...

> > +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-requ...@pengutronix.de
> > 
> 
> -- 
> Roland Hieber, Pengutronix e.K.          | r.hie...@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-requ...@pengutronix.de

Reply via email to