doc: Mention upgrades that trigger a lot of rebuilds.
authorLudovic Courtès <ludo@gnu.org>
Sun, 11 May 2014 10:11:09 +0000 (12:11 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 11 May 2014 11:35:31 +0000 (13:35 +0200)
* HACKING (Commit Access): Mention upgrades that trigger a lot rebuilds.

HACKING

diff --git a/HACKING b/HACKING
index 6600397..9e47b97 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -159,7 +159,8 @@ patches include fixing typos, etc.)
 For patches that just add a new package, and a simple one, it’s OK to commit,
 if you’re confident (which means you successfully built it in a chroot setup,
 and have done a reasonable copyright and license auditing.)  Likewise for
-package upgrades.  We have a mailing list for commit notifications
+package upgrades, except upgrades that trigger a lot of rebuilds (for example,
+upgrading GnuTLS or GLib.)  We have a mailing list for commit notifications
 (guix-commits@gnu.org), so people can notice.  Before pushing your changes,
 make sure to run ‘git pull --rebase’.