From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvVcV-00017M-Pe for guix-patches@gnu.org; Tue, 04 Apr 2017 17:04:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvVcQ-0002sd-RF for guix-patches@gnu.org; Tue, 04 Apr 2017 17:04:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34652) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cvVcQ-0002sX-Nb for guix-patches@gnu.org; Tue, 04 Apr 2017 17:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cvVcQ-0002M8-A7 for guix-patches@gnu.org; Tue, 04 Apr 2017 17:04:02 -0400 Subject: bug#26356: [PATCH] gnu: Add intel-gpu-tools. Resent-Message-ID: References: <20170404071511.9895-1-rekado@elephly.net> <87bmscb3a9.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <8737dmoacq.fsf@elephly.net> <8737dnc35m.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> From: Ricardo Wurmus In-reply-to: <8737dnc35m.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Date: Tue, 04 Apr 2017 23:03:29 +0200 Message-ID: <874ly37un2.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Marius Bakke Cc: 26356@debbugs.gnu.org Marius Bakke writes: > Ricardo Wurmus writes: > >> Marius Bakke writes: >> >>>> +(define-public intel-gpu-tools >>>> + (package >>>> + (name "intel-gpu-tools") >>>> + (version "1.18") >>>> + (source >>>> + (origin (method git-fetch) >>>> + (uri (git-reference >>>> + (url "https://anongit.freedesktop.org/git/xorg/app/intel-gpu-tools.git") >>>> + (commit (string-append name "-" version)))) >>> >>> I managed to get a tarball by constructing this URL: >>> >>> https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/snapshot/intel-gpu-tools-1.18.tar.gz >> >> Aren’t these tarballs generated on demand and may thus have different >> embedded timestamps? > > I've come across very few servers that do this (actually only the Google > Android repositories). At least, the tarball downloaded earlier and one > from just now have the same SHA256: > > 03ff3cc2d8009e821a07c83a1ed44fdcb0d27e1a958d15ec87e6f0e2c194ed70 intel-gpu-tools-1.18(1).tar.gz > 03ff3cc2d8009e821a07c83a1ed44fdcb0d27e1a958d15ec87e6f0e2c194ed70 intel-gpu-tools-1.18.tar.gz I’ve got the same. Maybe it’s cached? In the past I encountered servers that would just generate a new tarball after a while. IIRC it happened with the mercurial web interface and also with gitweb (e.g. on https://git.elephly.net). I don’t know if cgit is any different. I’ll try downloading this again tomorrow. If the file is still the same I’ll assume that it’s stable and will use the tarball URL instead. Thanks for checking! -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net