diff options
author | Brett Gilio <brettg@posteo.net> | 2019-12-13 07:57:51 -0600 |
---|---|---|
committer | Brett Gilio <brettg@posteo.net> | 2019-12-13 07:58:30 -0600 |
commit | 94c7f70faa0ba0409099b423df6534718d7518cc (patch) | |
tree | 97586676534c56491725c0ed9e6299e89888fde6 /etc | |
parent | 7711db7f4ec24015d7c2412ef1e624cbf8110ed3 (diff) | |
parent | 19ba75dc02c4ff072f96296543a00737bcf24bf9 (diff) | |
download | patches-94c7f70faa0ba0409099b423df6534718d7518cc.tar patches-94c7f70faa0ba0409099b423df6534718d7518cc.tar.gz |
Merge branch 'master' into staging
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 71753b397a..e0894ca7ab 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -9,6 +9,26 @@ (channel-news (version 0) + (entry (commit "828a39da68a9169ef1d9f9ff02a1c66b1bcbe884") + (title (en "New @option{--diff} option for @command{guix challenge}") + (de "Neue @option{--diff}-Option für @command{guix challenge}")) + (body (en "The @command{guix challenge} command, which compares +binaries provided by different substitute servers as well as those built +locally, has a new @option{--diff} option. With @option{--diff=simple} (the +default), @command{guix challenge} automatically downloads binaries and +reports the list of differing files; @option{--diff=diffoscope} instructs it +to pass them to @command{diffoscope}, which simplifies the comparison process. +Run @command{info \"(guix) Invoking guix challenge\"}, for more info.") + (de "Der Befehl @command{guix challenge}, mit dem Binärdateien +von unterschiedlichen Substitut-Servern oder lokale Erstellungen miteinander +verglichen werden können, hat eine neue Befehlszeilenoption @option{--diff} +bekommen. Bei @option{--diff=simple} (der Voreinstellung) lädt @command{guix +challenge} automatisch Binärdateien herunter und listet sich unterscheidende +Dateien auf; wird @option{--diff=diffoscope} angegeben, werden sie an +@command{diffoscope} geschickt, was deren Vergleich erleichtert. Führen Sie +@command{info \"(guix.de) Aufruf von guix challenge\"} aus, um nähere +Informationen zu erhalten."))) + (entry (commit "f675f8dec73d02e319e607559ed2316c299ae8c7") (title (en "New command @command{guix time-machine}") (de "Neuer Befehl @command{guix time-machine}") |