diff options
author | Jakub Kądziołka <kuba@kadziolka.net> | 2020-04-29 11:08:42 +0200 |
---|---|---|
committer | Jakub Kądziołka <kuba@kadziolka.net> | 2020-04-29 11:08:42 +0200 |
commit | 4035c3e3525599c3aa958d498c5bc789a4adffc3 (patch) | |
tree | e55a02215fcdb635d0504fc129526bfbf66abd14 /etc/news.scm | |
parent | 492b82bd4d592276e65c4b9bfbe1b679a00ff09f (diff) | |
parent | 4f0f46e4af0e342d84c5ad448258702029601e4b (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 305d49366d..10e01531a3 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -10,6 +10,55 @@ (channel-news (version 0) + (entry (commit "e1e6491226347d9fb93ff484d78cef98848a510a") + (title (en "Guix Cookbook now available as Info") + (de "Guix-Kochbuch jetzt als Info-Dokument verfügbar")) + ;; TRANSLATORS: Adjust the URL and the 'info' command to refer to the + ;; translated manual if it's available. + (body (en "The new Guix Cookbook is now fetched by @command{guix pull} +and thus readily available in the Info format. It aims to provide tutorials +and detailed examples covering a variety of use cases. You can access it by +typing: + +@example +info guix-cookbook +@end example + +The Cookbook is currently available in English and German. You can also find +it @uref{https://guix.gnu.org/cookbook/en/, on-line}. + +Your contributions are welcome: @uref{https://guix.gnu.org/contact/, get in +touch with the developers} to share your recipes!") + (de "Das neue Guix-Kochbuch wird nun von @command{guix pull} +geladen und steht dann im Info-Format zur Verfügung. Darin sollen Anleitungen +und detaillierte Beispiele gezeigt werden, die eine breite Spanne an +Anwendungsfällen abdecken. Um darauf zuzugreifen, geben Sie dies ein: + +@example +info guix-cookbook.de +@end example + +Das Kochbuch steht derzeit auf Deutsch und Englisch zur Verfügung. Sie können +auch @uref{https://guix.gnu.org/cookbook/de/, online} darauf zugreifen. + +Ihre Beiträge werden gerne gesehen. Bitte +@uref{https://guix.gnu.org/contact/, kontaktieren Sie die Entwickler}, um Ihre +Rezepte mit uns zu teilen!"))) + + (entry (commit "0468455e7d279c89ea3ad1b51935efb2b785ec47") + (title (en "Rottlog service added to @code{%base-services}") + (de "Rottlog-Dienst ist nun Teil der @code{%base-services}")) + (body (en "An instance of @code{rottlog-service-type}, the system +service responsible for log rotation, has been added to @code{%base-services}. +If your operating system configuration for Guix System is explicitly adding +@code{rottlog-service-type} to the services, you should now remove it. See +the ``Log Rotation'' section of the manual for more information.") + (de "Eine Instanz des @code{rottlog-service-type} für +Log-Rotation wurde zu den @code{%base-services} hinzugefügt. Wenn der +Systemdienst bereits in Ihrer Konfiguration für Guix System ausdrücklich +genannt wurde, sollten Sie ihn jetzt daraus entfernen. Siehe den Abschnitt +„Log-Rotation“ im Handbuch für weitere Informationen."))) + (entry (commit "e3e1a7ba08af2d58c47264c543617e499c239444") (title (en "@command{guix pull} now supports SSH authenticated repositories") |