From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.lab.pengutronix.de) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iNZn1-0003Cb-BT for ptxdist@pengutronix.de; Thu, 24 Oct 2019 11:52:19 +0200 Received: from mol by dude02.lab.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1iNZn1-00017q-49 for ptxdist@pengutronix.de; Thu, 24 Oct 2019 11:52:19 +0200 Date: Thu, 24 Oct 2019 11:52:19 +0200 From: Michael Olbrich Message-ID: <20191024095219.GA30823@pengutronix.de> References: <20191023175011.5163-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191023175011.5163-1-bruno.thomsen@gmail.com> Subject: Re: [ptxdist] [PATCH 2/2] u-boot: use HTTPS from upstream gitlab server 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 On Wed, Oct 23, 2019 at 07:50:11PM +0200, Bruno Thomsen wrote: > Old FTP server has been down for quite a while, so > switching to secure download from git server. It works here. Maybe you have some local ftp issues? Can you try https://ftp.denx.de/pub/u-boot/ instead? I would prefer that. Michael > Change in patch series directory name: > u-boot-2019.10 -> u-boot-v2019.10 > > Signed-off-by: Bruno Thomsen > --- > rules/u-boot.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/u-boot.make b/rules/u-boot.make > index 8f9290ea7..24ce7745a 100644 > --- a/rules/u-boot.make > +++ b/rules/u-boot.make > @@ -18,9 +18,9 @@ PACKAGES-$(PTXCONF_U_BOOT) += u-boot > # > U_BOOT_VERSION := $(call remove_quotes,$(PTXCONF_U_BOOT_VERSION)) > U_BOOT_MD5 := $(call remove_quotes,$(PTXCONF_U_BOOT_MD5)) > -U_BOOT := u-boot-$(U_BOOT_VERSION) > +U_BOOT := u-boot-v$(U_BOOT_VERSION) > U_BOOT_SUFFIX := tar.bz2 > -U_BOOT_URL := ftp://ftp.denx.de/pub/u-boot/$(U_BOOT).$(U_BOOT_SUFFIX) > +U_BOOT_URL := https://gitlab.denx.de/u-boot/u-boot/-/archive/v$(U_BOOT_VERSION)/$(U_BOOT).$(U_BOOT_SUFFIX) > U_BOOT_SOURCE := $(SRCDIR)/$(U_BOOT).$(U_BOOT_SUFFIX) > U_BOOT_DIR := $(BUILDDIR)/$(U_BOOT) > U_BOOT_DEVPKG := NO > -- > 2.21.0 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de