unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: Jacob Hrbek <kreyren@rixotstudio.cz>
Cc: 51506@debbugs.gnu.org
Subject: bug#51506: Add --quiet option to guix-install.sh
Date: Tue, 02 Nov 2021 11:39:13 +0100	[thread overview]
Message-ID: <86h7cuzvse.fsf@gmail.com> (raw)
In-Reply-To: <dBtH1BJiLb5ZPewOpGLrI1_e0CP__XjPhLlWs5PwI7DsadAioH65a9cw9IGU5_LSkjpuUva5kxiJHS-BVj_rmfVjddx_bJ7XKyTkaqv31mc=@rixotstudio.cz> (Jacob Hrbek's message of "Sat, 30 Oct 2021 02:45:53 +0000")

Hi,

On Sat, 30 Oct 2021 at 02:45, Jacob Hrbek <kreyren@rixotstudio.cz> wrote:
> I can't cache the docker step to perform guix-install.sh, because it
> requires a user input which causes the `docker build -t guix:latest
> path/to/directory/with/Dockerfile` to ERR1.
>
> Proposing to add command line option `--quiet` for the installer to
> not ask

I think your proposal already exists.

> Relevant dockerfile:
>
> ```dockerfile
> #@ All rights reserved (C) Jacob Hrbek <rsa4096/0x31AE4020956E0A9A> in 30/10/2021-EU 01:22:40 UTC
> # TODO(Krey): Set as FLOSS once finished

[...]

> && chmod +x guix-install.sh \
> && sh guix-install.sh \

Replace this latter line by:

    yes | ./guix-install.sh

should do what you are asking, IIUC.

> && apt-get remove --yes \
> wget \
> gnupg \
> xz-utils \

[...]

> ```

Does it not work for you?


Cheers,
simon




  reply	other threads:[~2021-11-02 10:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-30  2:45 bug#51506: Add --quiet option to guix-install.sh Jacob Hrbek
2021-11-02 10:39 ` zimoun [this message]
     [not found] ` <handler.51506.B.16355890496707.ack@debbugs.gnu.org>
2021-11-03 19:53   ` bug#51506: Acknowledgement (Add --quiet option to guix-install.sh) Jacob Hrbek
2021-11-05  4:49     ` bug#51506: Add --quiet option to guix-install.sh Maxim Cournoyer

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86h7cuzvse.fsf@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=51506@debbugs.gnu.org \
    --cc=kreyren@rixotstudio.cz \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).