diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2017-03-15 09:27:34 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2017-03-15 15:19:53 +0100 |
| commit | bc551cf32b6ccb3f8dd60b1d0d4e3c3e88cb1f8d (patch) | |
| tree | 9f2a777e7d290ca6a1aed37cbf281c62cfbbc0a5 /HACKING | |
| parent | bd102157a10370e9e6d392b28eff63022d168f3d (diff) | |
maint: Mention guix-patches@gnu.org in 'HACKING'.
Fixes <http://bugs.gnu.org/25899>.
* HACKING: Mention guix-patches@gnu.org.
Diffstat (limited to 'HACKING')
| -rw-r--r-- | HACKING | 10 |
1 files changed, 6 insertions, 4 deletions
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | #+TITLE: Hacking GNU Guix and Its Incredible Distro | 3 | #+TITLE: Hacking GNU Guix and Its Incredible Distro |
| 4 | 4 | ||
| 5 | Copyright © 2012, 2013, 2014, 2016 Ludovic Courtès <ludo@gnu.org> | 5 | Copyright © 2012, 2013, 2014, 2016, 2017 Ludovic Courtès <ludo@gnu.org> |
| 6 | Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org> | 6 | Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org> |
| 7 | Copyright © 2017 Leo Famulari <leo@famulari.name> | 7 | Copyright © 2017 Leo Famulari <leo@famulari.name> |
| 8 | 8 | ||
| @@ -25,8 +25,10 @@ convenient. When you deem it necessary, feel free to ask for it on the | |||
| 25 | mailing list. When you get commit access, please make sure to follow the | 25 | mailing list. When you get commit access, please make sure to follow the |
| 26 | policy below (discussions of the policy can take place on guix-devel@gnu.org.) | 26 | policy below (discussions of the policy can take place on guix-devel@gnu.org.) |
| 27 | 27 | ||
| 28 | Non-trivial patches should always be posted to guix-devel@gnu.org (trivial | 28 | Non-trivial patches should always be posted to guix-patches@gnu.org (trivial |
| 29 | patches include fixing typos, etc.) | 29 | patches include fixing typos, etc.) This mailing list fills the |
| 30 | patch-tracking database at [[https://bugs.gnu.org/guix-patches]]; see | ||
| 31 | "Contributing" in the manual for details. | ||
| 30 | 32 | ||
| 31 | For patches that just add a new package, and a simple one, it’s OK to commit, | 33 | For patches that just add a new package, and a simple one, it’s OK to commit, |
| 32 | if you’re confident (which means you successfully built it in a chroot setup, | 34 | if you’re confident (which means you successfully built it in a chroot setup, |
| @@ -48,7 +50,7 @@ You can prevent yourself from accidentally pushing unsigned commits to Savannah | |||
| 48 | by using the pre-push Git hook called 'pre-push'. It's located at | 50 | by using the pre-push Git hook called 'pre-push'. It's located at |
| 49 | 'etc/git/pre-push'. | 51 | 'etc/git/pre-push'. |
| 50 | 52 | ||
| 51 | For anything else, please post to guix-devel@gnu.org and leave time for a | 53 | For anything else, please post to guix-patches@gnu.org and leave time for a |
| 52 | review, without committing anything. If you didn’t receive any reply | 54 | review, without committing anything. If you didn’t receive any reply |
| 53 | after two weeks, and if you’re confident, it’s OK to commit. | 55 | after two weeks, and if you’re confident, it’s OK to commit. |
| 54 | 56 | ||
