diff options
| author | Rovanion Luckey <rovanion.luckey@gmail.com> | 2026-03-14 19:39:10 +0100 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-03 21:06:35 +0900 |
| commit | a4849fd877a71ae0b126a9a4d1b041a828ba8307 (patch) | |
| tree | 7dd3260511eb2d4ee5a7998ed5b21de86948d5ee /doc | |
| parent | da7d68ef7dc3a06fbccb7ff5590e6642abecec74 (diff) | |
doc: Contributing: Direct issue reports to Codeberg.
* doc/contributing.texi (Contributing): Direct issue reports
to Codeberg instead of the deprecated bug-guix mail list.
Change-Id: I5bd1b5926e144b8461ab2f836bed1319ae75ec88
Merges: https://codeberg.org/guix/guix/pulls/7814
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/contributing.texi | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 1ac88339979..6ad271cf432 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi | |||
| @@ -398,10 +398,12 @@ make check SCM_LOG_DRIVER_FLAGS="--brief=no --show-duration=yes" | |||
| 398 | @xref{Parallel Test Harness,,,automake,GNU Automake} for more | 398 | @xref{Parallel Test Harness,,,automake,GNU Automake} for more |
| 399 | information about the Automake Parallel Test Harness. | 399 | information about the Automake Parallel Test Harness. |
| 400 | 400 | ||
| 401 | Upon failure, please email @email{bug-guix@@gnu.org} and attach the | 401 | Upon failure, please see if there already exists an issue which |
| 402 | @file{test-suite.log} file. Please specify the Guix version being used | 402 | describes your problem on @uref{https://codeberg.org/guix/guix/issues, |
| 403 | as well as version numbers of the dependencies (@pxref{Requirements}) in | 403 | Codeberg}, else create a new one and attach the @file{test-suite.log} |
| 404 | your message. | 404 | file. Please specify the Guix version being used as well as version |
| 405 | numbers of the dependencies (@pxref{Requirements}) in your message by | ||
| 406 | running @code{./pre-inst-env guix describe}. | ||
| 405 | 407 | ||
| 406 | Guix also comes with a whole-system test suite that tests complete | 408 | Guix also comes with a whole-system test suite that tests complete |
| 407 | Guix System instances. It can only run on systems where | 409 | Guix System instances. It can only run on systems where |
| @@ -439,8 +441,9 @@ there may be inconsistencies in the work tree from previous builds. To | |||
| 439 | resolve this, try running @command{make clean-go} followed by | 441 | resolve this, try running @command{make clean-go} followed by |
| 440 | @command{make}. | 442 | @command{make}. |
| 441 | 443 | ||
| 442 | Again in case of test failures, please send @email{bug-guix@@gnu.org} | 444 | Again in case of test failures, open an issue on |
| 443 | all the details. | 445 | @uref{https://codeberg.org/guix/guix/issues, Codeberg} with all the |
| 446 | details. | ||
| 444 | 447 | ||
| 445 | @node Running Guix Before It Is Installed | 448 | @node Running Guix Before It Is Installed |
| 446 | @section Running Guix Before It Is Installed | 449 | @section Running Guix Before It Is Installed |
