me
/
guix
Archived
1
0
Fork 0

news: Add entry for "guix pull" ssh authenticated repositories support.

* etc/news.scm: Add entry for "guix pull" ssh authenticated repositories support.
master
Mathieu Othacehe 2020-02-07 09:46:53 +01:00
parent daec54f062
commit ac70fc6aa3
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,7 @@
;; GNU Guix news, for use by 'guix pull'. ;; GNU Guix news, for use by 'guix pull'.
;; ;;
;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org> ;; 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 ;; Copying and distribution of this file, with or without modification, are
;; permitted in any medium without royalty provided the copyright notice and ;; permitted in any medium without royalty provided the copyright notice and
@ -9,6 +10,14 @@
(channel-news (channel-news
(version 0) (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") (entry (commit "8234fe653e61d0090138cbd4c48d877568355439")
(title (en "Guix now runs on Guile 3.0") (title (en "Guix now runs on Guile 3.0")
(de "Guix läuft jetzt auf Guile 3.0") (de "Guix läuft jetzt auf Guile 3.0")