all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70022] [PATCH v3 2/3] doc: Binary Installation: Mention Trisquel package.
  2024-04-13  7:18 [bug#70022] [PATCH v3 1/3] doc: Warn about foreign distro Guix packages' security Florian Pelz
@ 2024-04-13  7:18 ` Florian Pelz
  2024-06-06  0:53   ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Pelz @ 2024-04-13  7:18 UTC (permalink / raw)
  To: 70022; +Cc: Florian Pelz, Denis 'GNUtoo' Carikli

From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>

* doc/guix.texi (Binary Installation): Also mention Trisquel package.

Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
---
 doc/guix.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index f6bbed1de3..dd62d77d36 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -126,6 +126,7 @@
 Copyright @copyright{} 2023 Tomas Volf@*
 Copyright @copyright{} 2024 Herman Rimm@*
 Copyright @copyright{} 2024 Matthew Trzcinski@*
+Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@*
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -748,7 +749,7 @@ Binary Installation
 regularly read and follow security notices, as shown by @command{guix
 pull}.
 
-For Debian or a derivative such as Ubuntu, call:
+For Debian or a derivative such as Ubuntu or Trisquel, call:
 
 @example
 sudo apt install guix
-- 
2.41.0





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

* [bug#70022] [PATCH v3 2/3] doc: Binary Installation: Mention Trisquel package.
       [not found] <498129d0b003520e2d0fee9369124d02d7088a7d.1717605960.git.pelzflorian@pelzflorian.de>
@ 2024-06-05 16:46 ` Florian Pelz
  2024-06-05 16:46 ` [bug#70022] [PATCH v3 3/3] doc: Binary Installation: Add Parabola packages Florian Pelz
  1 sibling, 0 replies; 4+ messages in thread
From: Florian Pelz @ 2024-06-05 16:46 UTC (permalink / raw)
  To: 70022
  Cc: Florian Pelz, Denis 'GNUtoo' Carikli, Florian Pelz,
	Ludovic Courtès, Matthew Trzcinski, Maxim Cournoyer

From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>

* doc/guix.texi (Binary Installation): Also mention Trisquel package.

Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
---
 doc/guix.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 25705eb679..794f888f84 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -128,6 +128,7 @@
 Copyright @copyright{} 2024 Matthew Trzcinski@*
 Copyright @copyright{} 2024 Richard Sent@*
 Copyright @copyright{} 2024 Dariqq@*
+Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@*
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -747,7 +748,7 @@ Binary Installation
 installation script or by distro packages, to also regularly read and
 follow security notices, as shown by @command{guix pull}.
 
-For Debian or a derivative such as Ubuntu, call:
+For Debian or a derivative such as Ubuntu or Trisquel, call:
 
 @example
 sudo apt install guix
-- 
2.45.1





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

* [bug#70022] [PATCH v3 3/3] doc: Binary Installation: Add Parabola packages.
       [not found] <498129d0b003520e2d0fee9369124d02d7088a7d.1717605960.git.pelzflorian@pelzflorian.de>
  2024-06-05 16:46 ` [bug#70022] [PATCH v3 2/3] doc: Binary Installation: Mention Trisquel package Florian Pelz
@ 2024-06-05 16:46 ` Florian Pelz
  1 sibling, 0 replies; 4+ messages in thread
From: Florian Pelz @ 2024-06-05 16:46 UTC (permalink / raw)
  To: 70022
  Cc: Florian Pelz, Denis 'GNUtoo' Carikli, Florian Pelz,
	Ludovic Courtès, Matthew Trzcinski, Maxim Cournoyer

From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>

* doc/guix.texi (Binary Installation): Add Parabola packages.

Co-authored by: Florian Pelz <pelzflorian@pelzflorian.de>
Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
---
 doc/guix.texi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index 794f888f84..c6e182a03d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -760,6 +760,12 @@ Binary Installation
 sudo zypper install guix
 @end example
 
+And if you're running Parabola, after enabling the pcr (Parabola
+Community Repo) repository, you can install Guix with:
+@example
+sudo pacman -S guix
+@end example
+
 The Guix project also provides a shell script, @file{guix-install.sh},
 which automates the binary installation process without use of a foreign
 distro package
@@ -785,6 +791,13 @@ Binary Installation
 # ./guix-install.sh
 @end example
 
+The script to install Guix is also packaged in Parabola (in the pcr
+repository). You can install and run it with:
+@example
+sudo pacman -S guix-installer
+sudo guix-install.sh
+@end example
+
 @quotation Note
 By default, @file{guix-install.sh} will configure Guix to download
 pre-built package binaries, called @dfn{substitutes}
-- 
2.45.1





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

* [bug#70022] [PATCH v3 2/3] doc: Binary Installation: Mention Trisquel package.
  2024-04-13  7:18 ` [bug#70022] [PATCH v3 2/3] doc: Binary Installation: Mention Trisquel package Florian Pelz
@ 2024-06-06  0:53   ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2024-06-06  0:53 UTC (permalink / raw)
  To: Florian Pelz; +Cc: 70022, Denis 'GNUtoo' Carikli

Hi,

Florian Pelz <pelzflorian@pelzflorian.de> writes:

> From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
>
> * doc/guix.texi (Binary Installation): Also mention Trisquel package.
>
> Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1
> Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
> ---
>  doc/guix.texi | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/doc/guix.texi b/doc/guix.texi
> index f6bbed1de3..dd62d77d36 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -126,6 +126,7 @@
>  Copyright @copyright{} 2023 Tomas Volf@*
>  Copyright @copyright{} 2024 Herman Rimm@*
>  Copyright @copyright{} 2024 Matthew Trzcinski@*
> +Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@*
>  
>  Permission is granted to copy, distribute and/or modify this document
>  under the terms of the GNU Free Documentation License, Version 1.3 or
> @@ -748,7 +749,7 @@ Binary Installation
>  regularly read and follow security notices, as shown by @command{guix
>  pull}.
>  
> -For Debian or a derivative such as Ubuntu, call:
> +For Debian or a derivative such as Ubuntu or Trisquel, call:

Not sure if that'd be clearer, but an alternative would be:

--8<---------------cut here---------------start------------->8---
For Debian or derivatives such as Ubuntu and Trisquel, call:
--8<---------------cut here---------------end--------------->8---

I find that less 'or'y, but that's probably a matter of taste :-).

-- 
Thanks,
Maxim




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

end of thread, other threads:[~2024-06-06  0:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <498129d0b003520e2d0fee9369124d02d7088a7d.1717605960.git.pelzflorian@pelzflorian.de>
2024-06-05 16:46 ` [bug#70022] [PATCH v3 2/3] doc: Binary Installation: Mention Trisquel package Florian Pelz
2024-06-05 16:46 ` [bug#70022] [PATCH v3 3/3] doc: Binary Installation: Add Parabola packages Florian Pelz
2024-04-13  7:18 [bug#70022] [PATCH v3 1/3] doc: Warn about foreign distro Guix packages' security Florian Pelz
2024-04-13  7:18 ` [bug#70022] [PATCH v3 2/3] doc: Binary Installation: Mention Trisquel package Florian Pelz
2024-06-06  0:53   ` Maxim Cournoyer

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.