[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: news: Add entry for "guix pull" ssh authenticated
From: |
guix-commits |
Subject: |
branch master updated: news: Add entry for "guix pull" ssh authenticated repositories support. |
Date: |
Fri, 07 Feb 2020 03:53:39 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ac70fc6 news: Add entry for "guix pull" ssh authenticated
repositories support.
ac70fc6 is described below
commit ac70fc6aa304e5cfa881578951f02359024c3a87
Author: Mathieu Othacehe <address@hidden>
AuthorDate: Fri Feb 7 09:46:53 2020 +0100
news: Add entry for "guix pull" ssh authenticated repositories support.
* etc/news.scm: Add entry for "guix pull" ssh authenticated repositories
support.
---
etc/news.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/etc/news.scm b/etc/news.scm
index 6b58e77..b8104cf 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 <address@hidden>
+;; Copyright © 2020 Mathieu Othacehe <address@hidden>
;;
;; 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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: news: Add entry for "guix pull" ssh authenticated repositories support.,
guix-commits <=