bug#51506: Add --quiet option to guix-install.sh

2021-11-04 Thread Maxim Cournoyer
Hello, Jacob Hrbek writes: > Yes, that seems to work, thanks Great, thanks for the reply, and thanks for Simon for the solution! Closing. Maxim

bug#51506: Add --quiet option to guix-install.sh

2021-11-02 Thread zimoun
Hi, On Sat, 30 Oct 2021 at 02:45, Jacob Hrbek 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 th

bug#51506: Add --quiet option to guix-install.sh

2021-10-31 Thread Jacob Hrbek
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 Relevant dockerfile: ```dockerfile #@