summaryrefslogtreecommitdiff
path: root/etc/news.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-12-12 18:17:23 +0100
committerLudovic Courtès <ludo@gnu.org>2019-12-12 18:17:23 +0100
commit16b92d0e6e0dcf8e12aeefce2f7f4a0dc0b6c8f8 (patch)
treee1e6f6f6e847c1a7d2897fbe25a6f93c7304072c /etc/news.scm
parent828a39da68a9169ef1d9f9ff02a1c66b1bcbe884 (diff)
downloadpatches-16b92d0e6e0dcf8e12aeefce2f7f4a0dc0b6c8f8.tar
patches-16b92d0e6e0dcf8e12aeefce2f7f4a0dc0b6c8f8.tar.gz
news: Add entry for "guix challenge --diff".
* etc/news.scm: Add entry for "guix challenge --diff".
Diffstat (limited to 'etc/news.scm')
-rw-r--r--etc/news.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 71753b397a..4fffa58493 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -9,6 +9,16 @@
(channel-news
(version 0)
+ (entry (commit "828a39da68a9169ef1d9f9ff02a1c66b1bcbe884")
+ (title (en "New @option{--diff} option for @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.")))
+
(entry (commit "f675f8dec73d02e319e607559ed2316c299ae8c7")
(title (en "New command @command{guix time-machine}")
(de "Neuer Befehl @command{guix time-machine}")