From: Tobias Geerinckx-Rice <me@tobias.gr>
To: Gottfried <gottfried@posteo.de>
Cc: "(" <paren@disroot.org>, help-guix@gnu.org
Subject: Re: look up for Guix version installed
Date: Fri, 28 Oct 2022 20:10:05 +0200 [thread overview]
Message-ID: <87ilk3zuf5.fsf@nckx> (raw)
In-Reply-To: <6bc23f5e-47e7-3835-dd72-ad296d71e45c@posteo.de>
[-- Attachment #1: Type: text/plain, Size: 785 bytes --]
Gottfried 写道:
> I would like to have the numbers... guix 1.3.0-32
Right. That's what ‘guix --version’ should provide, but it's
currently broken:
λ guix --version
guix (GNU Guix) 0
You can plug the commit given by ‘guix describe’ (or ‘guix system
describe’, which can differ!) into a local Guix git checkout as a
horrible work-around:
λ guix describe
[…]
guix 39e00f7
[…]
commit: 39e00f7f6a0b80e95cf16970d201c786684e076a
λ git clone https://git.savannah.gnu.org/git/guix.git
λ cd guix
λ git describe 39e00f7f6a0b80e95cf16970d201c786684e076a
v1.3.0-26871-g39e00f7f6a0 (your ‘32’ was just a bit optimistic
:-)
I'm so sorry, but it technically does ‘work’…
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
next prev parent reply other threads:[~2022-10-28 18:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-28 16:53 look up for Guix version installed Gottfried
2022-10-28 16:57 ` (
2022-10-28 17:13 ` Gottfried
2022-10-28 17:39 ` (
2022-10-28 18:10 ` Tobias Geerinckx-Rice [this message]
2022-10-28 18:54 ` Gottfried
2022-11-02 11:57 ` zimoun
2022-11-02 14:07 ` Gottfried
2022-11-02 15:05 ` zimoun
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=87ilk3zuf5.fsf@nckx \
--to=me@tobias.gr \
--cc=gottfried@posteo.de \
--cc=help-guix@gnu.org \
--cc=paren@disroot.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.