diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-11-30 16:29:15 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-11-30 17:35:21 +0100 |
commit | 2fd370e8167be9a0af9e5358757d58d1acaf02e0 (patch) | |
tree | ecd5db1022a4113fa74414249ecc7c817f75dda4 /doc | |
parent | 8d5d06282e255557d3bdda1794bd3fea2c84ff59 (diff) | |
download | patches-2fd370e8167be9a0af9e5358757d58d1acaf02e0.tar patches-2fd370e8167be9a0af9e5358757d58d1acaf02e0.tar.gz |
gnu-maintenance: Add kernel.org updater.
* guix/gnu-maintenance.scm (latest-kernel.org-release): New procedure.
(%kernel.org-updater): New variable.
* guix/scripts/refresh.scm (%updaters): Add it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 53d29e45be..37bdb69b56 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5342,6 +5342,8 @@ the updater for GNOME packages; the updater for KDE packages; @item xorg the updater for X.org packages; +@item kernel.org +the updater for packages hosted on kernel.org; @item elpa the updater for @uref{http://elpa.gnu.org/, ELPA} packages; @item cran |