emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#33134: closed ([PATCH 0/1] guix-install.sh: Add ability to run it no


From: GNU bug Tracking System
Subject: bug#33134: closed ([PATCH 0/1] guix-install.sh: Add ability to run it non-interactively.)
Date: Tue, 13 Jul 2021 12:03:02 +0000

Your message dated Tue, 13 Jul 2021 08:01:58 -0400
with message-id <874kcytoax.fsf@gmail.com>
and subject line Re: bug#33134: [PATCH 0/1] guix-install.sh: Add ability to run 
it non-interactively.
has caused the debbugs.gnu.org bug report #33134,
regarding [PATCH 0/1] guix-install.sh: Add ability to run it non-interactively.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
33134: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33134
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/1] guix-install.sh: Add ability to run it non-interactively. Date: Tue, 23 Oct 2018 20:15:42 -0400
I want to be able to run the guix-install.sh non-interactively[1] like this:

   echo "yy" | guix-install.sh

   (One "y" for "Press return to continue..." prompt, the other "y" for
   "Permit downloading pre-built package binaries from the project's build
   farms? (yes/no)" prompt).

Currently, the `read` in welcome function reads both the "y". I updated it to
read just one character.

[1]: https://git.ricketyspace.net/propellor/tree/config.hs?id=0cddd47ef#n640

rsiddharth (1):
  guix-install.sh: Update welcome.

 etc/guix-install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.19.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#33134: [PATCH 0/1] guix-install.sh: Add ability to run it non-interactively. Date: Tue, 13 Jul 2021 08:01:58 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

rsiddharth <s@ricketyspace.net> writes:

> I want to be able to run the guix-install.sh non-interactively[1] like this:
>
>    echo "yy" | guix-install.sh
>
>    (One "y" for "Press return to continue..." prompt, the other "y" for
>    "Permit downloading pre-built package binaries from the project's build
>    farms? (yes/no)" prompt).
>
> Currently, the `read` in welcome function reads both the "y". I updated it to
> read just one character.
>
> [1]: https://git.ricketyspace.net/propellor/tree/config.hs?id=0cddd47ef#n640
>
> rsiddharth (1):
>   guix-install.sh: Update welcome.
>
>  etc/guix-install.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

The guix-install.sh saw some imrovements in v1.3.0 that makes it support
the non-interactive 'yes | sudo ./guix-install.sh' use case.  I think it
obsoletes this patch.

Closing, but feel free to send a new patch series if I missed anything.

Thank you,

Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]