all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice <me@tobias.gr>
To: 35086@debbugs.gnu.org
Subject: [bug#35086] [PATCH] New package file for BOINC client & server
Date: Wed, 10 Apr 2019 23:27:21 +0200	[thread overview]
Message-ID: <87pnptsg92.fsf@nckx> (raw)
In-Reply-To: <47063553-553c-461d-abce-0f6732bc84ac@www.fastmail.com>

[-- Attachment #1: Type: text/plain, Size: 1016 bytes --]

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@7.14.2: the source 
> URI should not be an autogenerated tarball
> gnu/packages/boinc.scm:80:12: boinc-server@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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

  reply	other threads:[~2019-04-10 21:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-02 16:24 [bug#35086] [PATCH] New package file for BOINC client & server Brant Gardner
2019-04-10 15:06 ` Ludovic Courtès
2019-04-10 20:39   ` Brant Gardner
2019-04-10 21:27     ` Tobias Geerinckx-Rice [this message]
2019-08-06 20:14 ` [bug#35086] BOINC Brian Leung
2019-09-24  6:56   ` bug#35086: BOINC Brian Leung
2019-09-24 12:21     ` [bug#35086] BOINC Brant Gardner

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=87pnptsg92.fsf@nckx \
    --to=me@tobias.gr \
    --cc=35086@debbugs.gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.