GNU bug report logs - #35086
[PATCH] New package file for BOINC client & server

Previous Next

Package: guix-patches;

Reported by: "Brant Gardner" <brantcgardner <at> brantware.com>

Date: Tue, 2 Apr 2019 16:38:01 UTC

Severity: normal

Tags: patch

Done: Brian Leung <bkleung89 <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 35086 <at> debbugs.gnu.org
Subject: [bug#35086] [PATCH] New package file for BOINC client & server
Date: Wed, 10 Apr 2019 23:27:21 +0200
[Message part 1 (text/plain, inline)]
Brant,

Brant Gardner wrote:
> Hmm.  I already ran 'guix lint' and did everything it advised 
> except for these:
>
> gnu/packages/boinc.scm:45:12: boinc-client <at> 7.14.2: the source 
> URI should not be an autogenerated tarball
> gnu/packages/boinc.scm:80:12: boinc-server <at> 7.14.2: the source 
> URI should not be an autogenerated tarball
>
> I understand what it doesn't like, but not what it wanted me to 
> do instead.  Could you advise?

The linter would be tickled downright pink if you'd replace the 
current SOURCE field with something very similar to:

 (source
   (origin
     (method git-fetch)
     (uri (git-reference
           (url "https://github.com/BOINC/boinc.git")
           (commit (string-append "client-" version))))
     (sha256
      (base32 
      "0blahblahqnjxblaaaaahf2l79ybeepityboop7wh9yayhashies"))))

And so for the server as well.  You'll have to replace (guix 
download) with (guix git-download) and update the hash once more.

Thanks for your first of many patches!

T G-R

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 5 years and 278 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.