unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* check guix human readable version
@ 2019-05-02 16:19 znavko
  2019-05-02 17:58 ` Tobias Geerinckx-Rice
  2019-05-02 22:05 ` Ricardo Wurmus
  0 siblings, 2 replies; 4+ messages in thread
From: znavko @ 2019-05-02 16:19 UTC (permalink / raw)
  To: guix-devel

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

Hi! I want be able to see which version number of guix I have, not commit but human-readable version, such as 1.0.0. How to do this?
Once performing `guix pull` I saw it, but now I cannot do it this ways:

# guix describe
Generation 88 May 02 2019 17:18:30 (current)
 guix 48f19e6
 repository URL: https://git.savannah.gnu.org/git/guix.git
 branch: master
 commit: 48f19e60c4677e392ee2c23f28098cfcaf9d1710

# guix pull
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from this channel:
 guix https://git.savannah.gnu.org/git/guix.git 48f19e6
Computing Guix derivation for 'x86_64-linux'... |
nothing to be done

How to see guix version: 1.0.0 ?

[-- Attachment #2: Type: text/html, Size: 1008 bytes --]

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

* Re: check guix human readable version
  2019-05-02 16:19 check guix human readable version znavko
@ 2019-05-02 17:58 ` Tobias Geerinckx-Rice
  2019-05-02 22:05 ` Ricardo Wurmus
  1 sibling, 0 replies; 4+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-05-02 17:58 UTC (permalink / raw)
  To: guix-devel

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

Znavko,

znavko@disroot.org wrote:
> Hi! I want be able to see which version number of guix I have, 
> not commit but human-readable version, such as 1.0.0. How to do 
> this?
> Once performing `guix pull` I saw it, but now I cannot do it 
> this ways:

This won't help you, but I can confirm:

  ~ λ guix describe
  Generation 43	May 02 2019 19:51:49	(current)
    nckx 22adf20
      repository URL: file:///home/nckx/nckx-chan
      branch: master
      commit: 22adf2056ce9bc9b32845c61e7426f595a5f451f
    guix 48f19e6
      repository URL: https://git.savannah.gnu.org/git/guix.git
      branch: master
      commit: 48f19e60c4677e392ee2c23f28098cfcaf9d1710

I'm pretty sure that it's supposed to work off of the most recent 
tag (like its namesake ‘git describe’), and am almost certain that 
it used to, so this is probably ‘just’ a bug & you're using the 
correct command :-)

Kind regards,

T G-R

PS: I'm low on bandwidth or I'd find out what ‘guix pull 
--commit=<much earlier commit…> && git describe’ produces.

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

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

* Re: check guix human readable version
  2019-05-02 16:19 check guix human readable version znavko
  2019-05-02 17:58 ` Tobias Geerinckx-Rice
@ 2019-05-02 22:05 ` Ricardo Wurmus
  2019-05-03  9:56   ` Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Ricardo Wurmus @ 2019-05-02 22:05 UTC (permalink / raw)
  To: znavko; +Cc: guix-devel


znavko@disroot.org writes:

> Hi! I want be able to see which version number of guix I have, not commit but human-readable version, such as 1.0.0. How to do this?
> Once performing `guix pull` I saw it, but now I cannot do it this ways:
>
> # guix describe
> Generation 88 May 02 2019 17:18:30 (current)
>  guix 48f19e6
>  repository URL: https://git.savannah.gnu.org/git/guix.git
>  branch: master
>  commit: 48f19e60c4677e392ee2c23f28098cfcaf9d1710
>
> # guix pull
> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> Building from this channel:
>  guix https://git.savannah.gnu.org/git/guix.git 48f19e6
> Computing Guix derivation for 'x86_64-linux'... |
> nothing to be done
>
> How to see guix version: 1.0.0 ?

It’s not yet possible.  “guile-git” only recently gained support for
pretty “git describe”-style formats, but there has not been a new
release of “guile-git” that contains these changes.

Once a new version of “guile-git” becomes available we should be able to
adjust “guix describe”.

-- 
Ricardo

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

* Re: check guix human readable version
  2019-05-02 22:05 ` Ricardo Wurmus
@ 2019-05-03  9:56   ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2019-05-03  9:56 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

Ricardo Wurmus <rekado@elephly.net> skribis:

> znavko@disroot.org writes:
>
>> Hi! I want be able to see which version number of guix I have, not commit but human-readable version, such as 1.0.0. How to do this?
>> Once performing `guix pull` I saw it, but now I cannot do it this ways:
>>
>> # guix describe
>> Generation 88 May 02 2019 17:18:30 (current)
>>  guix 48f19e6
>>  repository URL: https://git.savannah.gnu.org/git/guix.git
>>  branch: master
>>  commit: 48f19e60c4677e392ee2c23f28098cfcaf9d1710
>>
>> # guix pull
>> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
>> Building from this channel:
>>  guix https://git.savannah.gnu.org/git/guix.git 48f19e6
>> Computing Guix derivation for 'x86_64-linux'... |
>> nothing to be done
>>
>> How to see guix version: 1.0.0 ?
>
> It’s not yet possible.  “guile-git” only recently gained support for
> pretty “git describe”-style formats, but there has not been a new
> release of “guile-git” that contains these changes.
>
> Once a new version of “guile-git” becomes available we should be able to
> adjust “guix describe”.

Yup!

But I sympathize: it’s disappointing that ‘guix describe’ doesn’t show
something like:

  commit: v1.0.0 \o/ 🙌

Ludo’.

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

end of thread, other threads:[~2019-05-03  9:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-02 16:19 check guix human readable version znavko
2019-05-02 17:58 ` Tobias Geerinckx-Rice
2019-05-02 22:05 ` Ricardo Wurmus
2019-05-03  9:56   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).