From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bruno Thomsen <bruno.thomsen@gmail.com>
Subject: Re: [ptxdist] [APPLIED] kernel mirror url update
Date: Mon, 19 Sep 2022 16:05:43 +0200 [thread overview]
Message-ID: <20220919140543.988157-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220913151748.3965-1-bruno.thomsen@gmail.com>
Thanks, applied as 01d8a08a3218c6e62cae376709b22517ddcb0c57.
Michael
[sent from post-receive hook]
On Mon, 19 Sep 2022 16:05:42 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Downloading packages from kernel.org mirror result in http code 301
> Moved Permanently from server. Update used URL to match redirect URL,
> but still keep old as it's still linked to from https://www.kernel.org/.
>
> Removed http://mirror.linux.org.au/linux as it is gone.
> Removed http://www.linux-mips.org/pub/linux/mips as the certificate is
> expired on the redirected site.
>
> --2022-08-24 08:58:18-- https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.65.tar.xz
> Resolving www.kernel.org (www.kernel.org)... 145.40.68.75, 2604:1380:4601:e00::1
> Connecting to www.kernel.org (www.kernel.org)|145.40.68.75|:443... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: https://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.65.tar.xz [following]
> --2022-08-24 08:58:18-- https://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.65.tar.xz
> Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.80.249, 2604:1380:4601:e00::3
> Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.80.249|:443... connected.
> HTTP request sent, awaiting response... 200 OK
>
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20220913151748.3965-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/config/setup/Kconfig b/config/setup/Kconfig
> index 8f6a60eac567..0a7db1678a4b 100644
> --- a/config/setup/Kconfig
> +++ b/config/setup/Kconfig
> @@ -160,7 +160,7 @@ config SETUP_GNUMIRROR
>
> 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"
> + default "https://mirrors.edge.kernel.org/pub/linux https://www.kernel.org/pub/linux"
> prompt "kernel.org Mirror"
> help
> For all kernel.org related packages enter an available mirror here.
> diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default
> index 6b66dcdd2b09..f50f23bec34f 100644
> --- a/config/setup/ptxdistrc.default
> +++ b/config/setup/ptxdistrc.default
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# PTXdist 2020.10.0
> +# PTXdist 2022.09.0
> #
>
> #
> @@ -12,6 +12,7 @@
> #
> PTXCONF_SETUP_USER_NAME=""
> PTXCONF_SETUP_USER_EMAIL=""
> +# end of User
>
> #
> # Proxies
> @@ -20,11 +21,13 @@ PTXCONF_SETUP_FTP_PROXY=""
> PTXCONF_SETUP_HTTP_PROXY=""
> PTXCONF_SETUP_HTTPS_PROXY=""
> PTXCONF_SETUP_NO_PROXY=""
> +# end of Proxies
>
> #
> # Source Directories
> #
> PTXCONF_SETUP_SRCDIR="${PTXDIST_WORKSPACE}/src"
> +# end of Source Directories
>
> #
> # Source Download
> @@ -35,7 +38,7 @@ PTXCONF_SETUP_PTXMIRROR="https://www.pengutronix.de/software/ptxdist/temporary-s
> PTXCONF_SETUP_DEBMIRROR="http://ftp.uni-kl.de/debian http://archive.debian.org/debian"
> PTXCONF_SETUP_GNOMEMIRROR="https://download.gnome.org/sources https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.gnome.org/sources"
> PTXCONF_SETUP_GNUMIRROR="https://ftp.gnu.org/gnu https://ftpmirror.gnu.org"
> -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_KERNELMIRROR="https://mirrors.edge.kernel.org/pub/linux https://www.kernel.org/pub/linux"
> PTXCONF_SETUP_PYPIMIRROR="https://files.pythonhosted.org/packages/source"
> PTXCONF_SETUP_SFMIRROR="http://downloads.sourceforge.net/sourceforge"
> PTXCONF_SETUP_XORGMIRROR="https://ftp.x.org/archive https://xorg.freedesktop.org/releases"
> @@ -43,16 +46,19 @@ PTXCONF_SETUP_CHECK_ALWAYS=y
> # PTXCONF_SETUP_CHECK_NOTEMPTY is not set
> # PTXCONF_SETUP_CHECK_NEVER is not set
> PTXCONF_SETUP_CHECK="always"
> +# end of Source Download
>
> #
> # IPKG Repository
> #
> PTXCONF_SETUP_IPKG_REPOSITORY="/var/www/ipkg-repository"
> +# end of IPKG Repository
>
> #
> # Java SDK
> #
> PTXCONF_SETUP_JAVA_SDK="/usr/lib/jvm/default-java"
> +# end of Java SDK
>
> #
> # Developer Options
> @@ -74,3 +80,4 @@ PTXCONF_SETUP_HOST_CPP="cpp"
> PTXCONF_SETUP_HOST_CC="gcc"
> PTXCONF_SETUP_HOST_CXX="g++"
> PTXCONF_SETUP_HOST_MAKE="make"
> +# end of Developer Options
prev parent reply other threads:[~2022-09-19 14:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-13 15:17 [ptxdist] [PATCH v2] " Bruno Thomsen
2022-09-19 14:05 ` Michael Olbrich [this message]
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=20220919140543.988157-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=bruno.thomsen@gmail.com \
--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