From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOqVa-00051E-OZ for guix-patches@gnu.org; Mon, 19 Nov 2018 15:51:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOqVZ-0006n2-T8 for guix-patches@gnu.org; Mon, 19 Nov 2018 15:51:02 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57042) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gOqVZ-0006mu-Pc for guix-patches@gnu.org; Mon, 19 Nov 2018 15:51:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gOqVZ-0005yS-N4 for guix-patches@gnu.org; Mon, 19 Nov 2018 15:51:01 -0500 Subject: [bug#33434] [PATCH] gnu: font-ubuntu: Update url. Resent-Message-ID: From: Jan Nieuwenhuizen References: <87sgzxeyfp.fsf@gnu.org> <20181119204159.GA8840@jasmine.lan> Date: Mon, 19 Nov 2018 21:50:11 +0100 In-Reply-To: <20181119204159.GA8840@jasmine.lan> (Leo Famulari's message of "Mon, 19 Nov 2018 15:41:59 -0500") Message-ID: <87efbgn664.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 33434@debbugs.gnu.org Leo Famulari writes: > On Mon, Nov 19, 2018 at 07:04:26PM +0100, Jan Nieuwenhuizen wrote: >> I found the previous URL to no longer work. I would like to find a >> cleaner url. WDYT? >> - (uri (string-append >> - "http://font.ubuntu.com/download/ubuntu-font-family-" >> - version ".zip")) >> + (uri (string-append "https://launchpad.net/" >> + "ubuntu/+archive/primary/+sourcefiles/" >> + "ubuntu-font-family-sources/" >> + "0.83-0ubuntu1/" >> + "ubuntu-font-family-sources_0.83" >> + ".orig.tar.gz")) > > I found the correct zip file in the download section of this page: > > https://design.ubuntu.com/font/ > > Specifically: > > https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-0.83.zip I tried that, and it doesn't work for me. Specifically, I get --8<---------------cut here---------------start------------->8--- 21:47:31 janneke@dundal:~/src/guix-janneke $ guix download https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-0.83.zip Starting download of /tmp/guix-file.OMwFpM >From https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-0.83.zip... Bad qstring header component: 113 juju-prod45-ubuntu-assets-machine-10 (squid/3.3.8) This cache hit is still fresh and more than 1 day old failed to download "/tmp/guix-file.OMwFpM" from "https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-0.83.zip" guix download: error: https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-0.83.zip: download failed --8<---------------cut here---------------end--------------->8--- Does it work for you? > What did you mean about the change being for core-updates? I'm responding to Ludo's request to configure our systems on core-updates. I needed this patch to be able to do so, and created it on core-updates. janneke