bug#67241: [PATCH] guix-install.sh: Add message about Info reader.

2025-01-06 Thread Simon Tournier
Hi Maxim, On Thu, 19 Dec 2024 at 16:58, Maxim Cournoyer wrote: > Hm. I agree duplication is not nice. Probably a naming issue ;-) Arf, as we know: « There are only two hard things in Computer Science: cache invalidation and naming things. » :-) > According to git blame these lines were also

bug#67241: [PATCH] guix-install.sh: Add message about Info reader.

2024-12-19 Thread Maxim Cournoyer
Hi Simon, Simon Tournier writes: > Hi Maxim, > > On Mon, 16 Dec 2024 at 11:53, Maxim Cournoyer > wrote: > >>> +_info() >>> +{ >>> +if [ "$(type -P info)" ]; then >>> +_msg "$1" >>> +else >>> +_msg "${WAR}Please install Info reader; see package 'info-reader'" >>> +

bug#67241: [PATCH] guix-install.sh: Add message about Info reader.

2024-12-17 Thread Simon Tournier
Hi Maxim, On Mon, 16 Dec 2024 at 11:53, Maxim Cournoyer wrote: >> +_info() >> +{ >> +if [ "$(type -P info)" ]; then >> +_msg "$1" >> +else >> +_msg "${WAR}Please install Info reader; see package 'info-reader'" >> +_msg "$1" >> +fi >> +} > > It seems odd to me

bug#67241: [PATCH] guix-install.sh: Add message about Info reader.

2024-12-15 Thread Maxim Cournoyer
Hi Simon, Simon Tournier writes: > * etc/guix-install.sh (_info): New procedure. > (_chk_sys_nscd, main_install): Use it. > > Change-Id: I2cad8bc2554cd4ea88f30c8a104b7c62f2aa2e0e > --- > etc/guix-install.sh | 18 ++ > 1 file changed, 14 insertions(+), 4 deletions(-) > > diff --

bug#67241: [PATCH] guix-install.sh: Add message about Info reader.

2024-11-15 Thread Simon Tournier
* etc/guix-install.sh (_info): New procedure. (_chk_sys_nscd, main_install): Use it. Change-Id: I2cad8bc2554cd4ea88f30c8a104b7c62f2aa2e0e --- etc/guix-install.sh | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/etc/guix-install.sh b/etc/guix-install.sh index