all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66148] Fix Guix version number in pulled (=most) manuals
@ 2023-09-21 23:07 Tobias Geerinckx-Rice via Guix-patches via
  2023-09-16 23:59 ` [bug#66148] [PATCH v2 1/2] [Sloppy PoC] self: Use a more meaningful VERSION string for manuals Tobias Geerinckx-Rice via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2023-09-21 23:07 UTC (permalink / raw)
  To: 66148

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

Hi all,

To avoid expensive rebuilds, (guix self) explicitly substitutes 
the less than satisfying "0.0-git" as version number for the 
Texinfo manual.

In some cases, that's merely ugly and confusing:

> This document describes GNU Guix version 0.0-git, a functional
> package management tool written for the GNU system.

or

> If you’re running Debian or a derivative such as Ubuntu, you can
> instead install the package (it might be a version older than
> 0.0-git but you can update it afterwards by running ‘guix 
> pull’):

But in most cases it's worse:

> 1. Download the binary tarball from
> ‘https://ftp.gnu.org/gnu/guix/guix-binary-0.0-git.x86_64-linux.tar.xz’,

eek

> $ wget 
> https://ftp.gnu.org/gnu/guix/guix-binary-0.0-git.x86_64-linux.tar.xz.sig
> $ gpg --verify guix-binary-0.0-git.x86_64-linux.tar.xz.sig

boo

> An ISO-9660 installation image that can be written to a USB 
> stick
> or burnt to a DVD can be downloaded from
> ‘https://ftp.gnu.org/gnu/guix/guix-system-install-0.0-git.x86_64-linux.iso
nein

> make sure you checked the GPG signature of ‘guix-0.0-git.tar.gz’

Imagine coming to this with a fresh mind & without our knowledge 
that this is ‘obviously wrong’.  After all: this is the official 
upstream updater, not some random git snapshot!

(Only later will you find out the truth that it is both, but 
you'll no longer care.)

Anyway.  So hesitant am I to even READ future (gnu packages 
package-management) versions from older Guixen that I've committed 
the crime of regex, twice.  Punish me by sharing your thoughts.

Kind regards,

T G-R

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

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

end of thread, other threads:[~2023-10-14 15:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21 23:07 [bug#66148] Fix Guix version number in pulled (=most) manuals Tobias Geerinckx-Rice via Guix-patches via
2023-09-16 23:59 ` [bug#66148] [PATCH v2 1/2] [Sloppy PoC] self: Use a more meaningful VERSION string for manuals Tobias Geerinckx-Rice via Guix-patches via
2023-09-17  0:00   ` [bug#66148] [PATCH v2 2/2] doc: Mention it when we were pulled Tobias Geerinckx-Rice via Guix-patches via
2023-09-22 13:17     ` [bug#66148] Fix Guix version number in pulled (=most) manuals Ludovic Courtès
2023-09-22 14:51       ` Tobias Geerinckx-Rice via Guix-patches via
2023-09-25 14:57         ` Ludovic Courtès
2023-09-26  5:59           ` Simon Tournier
2023-09-29 11:42           ` Tobias Geerinckx-Rice via Guix-patches via
2023-10-01 15:14             ` Ludovic Courtès
2023-09-17  0:00 ` [bug#66148] [PATCH] doc: Mention it when we were pulled Tobias Geerinckx-Rice via Guix-patches via
2023-10-14 15:34   ` Ludovic Courtès
2023-09-26  5:56 ` [bug#66148] Fix Guix version number in pulled (=most) manuals Simon Tournier

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.