summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2020-02-07 09:46:53 +0100
committerMathieu Othacehe <m.othacehe@gmail.com>2020-02-07 09:52:25 +0100
commitac70fc6aa304e5cfa881578951f02359024c3a87 (patch)
treea9940668dda0b70688f55937a857287f8984eb9c
parentdaec54f062a703ac0e4e3b4361e5a0cf7309053a (diff)
downloadpatches-ac70fc6aa304e5cfa881578951f02359024c3a87.tar
patches-ac70fc6aa304e5cfa881578951f02359024c3a87.tar.gz
news: Add entry for "guix pull" ssh authenticated repositories support.
* etc/news.scm: Add entry for "guix pull" ssh authenticated repositories support.
-rw-r--r--etc/news.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 6b58e7742b..b8104cfa14 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -1,6 +1,7 @@
;; GNU Guix news, for use by 'guix pull'.
;;
;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org>
+;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com>
;;
;; Copying and distribution of this file, with or without modification, are
;; permitted in any medium without royalty provided the copyright notice and
@@ -9,6 +10,14 @@
(channel-news
(version 0)
+ (entry (commit "e3e1a7ba08af2d58c47264c543617e499c239444")
+ (title (en "@command{guix pull} now supports SSH authenticated
+repositories"))
+ (body (en "The @command{guix pull} command now supports SSH
+authenticated repositories as argument of @option{--url} and in custom
+channels definitions. The authentication requires that an @command{ssh-agent}
+is running.")))
+
(entry (commit "8234fe653e61d0090138cbd4c48d877568355439")
(title (en "Guix now runs on Guile 3.0")
(de "Guix läuft jetzt auf Guile 3.0")