bug#58415: [web site] Broken link to debbugs user guide in Bug tracking section

2022-10-10 Thread Jonas Freimuth
Package: guix Severity: minor Heyo, during my research of how to submit my previous bug report, I noticed the link to the `debbugs` user guide, last sentence in section "22.7.2 Debbugs User Interfaces" is broken. The reason for it seems to be located on line 1526 of `doc/contributing.texi`.

bug#58417: Installer script no longer works with `yes` utility

2022-10-10 Thread Jonas Freimuth
Package: guix Version: 1.4.0 Severity: important Heyo, I use the github `guix-install-action` (https://github.com/PromyLOPh/guix-install-action), which internally runs the `guix-install.sh` script non-interactively, via the yes utility: ```{bash} bash -c 'yes | bash guix-install.sh' ```