all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* sha256 base32 value of a git checkout
@ 2020-05-17 12:00 Pierre-Henry F.
  2020-05-17 12:14 ` Reza Alizadeh Majd
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre-Henry F. @ 2020-05-17 12:00 UTC (permalink / raw)
  To: help-guix\@gnu.org

Hello,

I'm trying my hand on defining a package.
I have a source defined as in:

(origin

  (method git-fetch)

  (uri "some/git/dir")

  (commit "acommit")

  (file-name "a_filename")

  (sha256 (base32 "XXX")))

when origin resolves to an archive, guix download $url gives the value of "XXX"
but when using git-fetch... how to get the value of "XXX" ?

Thanks,
phf

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: sha256 base32 value of a git checkout
  2020-05-17 12:00 sha256 base32 value of a git checkout Pierre-Henry F.
@ 2020-05-17 12:14 ` Reza Alizadeh Majd
  2020-05-17 15:08   ` Pierre-Henry F.
  0 siblings, 1 reply; 3+ messages in thread
From: Reza Alizadeh Majd @ 2020-05-17 12:14 UTC (permalink / raw)
  To: Pierre-Henry F.; +Cc: help-guix\@gnu.org

On Sun, 17 May 2020 12:00:38 +0000
"Pierre-Henry F." <contact@phfrohring.com> wrote:

> Hello,
> 
> I'm trying my hand on defining a package.
> I have a source defined as in:
> 
> (origin
> 
>   (method git-fetch)
> 
>   (uri "some/git/dir")
> 
>   (commit "acommit")
> 
>   (file-name "a_filename")
> 
>   (sha256 (base32 "XXX")))
> 
> when origin resolves to an archive, guix download $url gives the
> value of "XXX" but when using git-fetch... how to get the value of
> "XXX" ?
> 
> Thanks,
> phf

Hi, 

you can calculate directory hash recusrsively using guix with this
command: 

`guix hash -rx /path/to/directory`



-- 
Reza Alizadeh Majd
PantherX Team


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: sha256 base32 value of a git checkout
  2020-05-17 12:14 ` Reza Alizadeh Majd
@ 2020-05-17 15:08   ` Pierre-Henry F.
  0 siblings, 0 replies; 3+ messages in thread
From: Pierre-Henry F. @ 2020-05-17 15:08 UTC (permalink / raw)
  To: Reza Alizadeh Majd; +Cc: help-guix\\@gnu.org

It worked!
Thanks!

phf

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Sunday, May 17, 2020 2:14 PM, Reza Alizadeh Majd <r.majd@pantherx.org> wrote:

> On Sun, 17 May 2020 12:00:38 +0000
> "Pierre-Henry F." contact@phfrohring.com wrote:
>
> > Hello,
> > I'm trying my hand on defining a package.
> > I have a source defined as in:
> > (origin
> > (method git-fetch)
> > (uri "some/git/dir")
> > (commit "acommit")
> > (file-name "a_filename")
> > (sha256 (base32 "XXX")))
> > when origin resolves to an archive, guix download $url gives the
> > value of "XXX" but when using git-fetch... how to get the value of
> > "XXX" ?
> > Thanks,
> > phf
>
> Hi,
>
> you can calculate directory hash recusrsively using guix with this
> command:
>
> `guix hash -rx /path/to/directory`
>
>
> ------------------------------------------------------------------------------------------------------------------------
>
> Reza Alizadeh Majd
> PantherX Team




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-17 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17 12:00 sha256 base32 value of a git checkout Pierre-Henry F.
2020-05-17 12:14 ` Reza Alizadeh Majd
2020-05-17 15:08   ` Pierre-Henry F.

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.