emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#35621: closed (Simplify comparing guix challenge results)


From: GNU bug Tracking System
Subject: bug#35621: closed (Simplify comparing guix challenge results)
Date: Thu, 12 Dec 2019 17:22:02 +0000

Your message dated Thu, 12 Dec 2019 18:21:43 +0100
with message-id <address@hidden>
and subject line Re: [bug#38518] [PATCH 0/7] 'guix challenge' can diff archives 
directly
has caused the debbugs.gnu.org bug report #35621,
regarding Simplify comparing guix challenge results
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
35621: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35621
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Simplify comparing guix challenge results Date: Tue, 07 May 2019 11:02:05 -0700
I'd like to see a simpler process for comparing challenge results
producing differences.

While the manual documents how to compare a failing challenge result

  $ wget -q -O - https://ci.guix.info/nar/…-git-2.5.0 \
     | guix archive -x /tmp/git
  $ diff -ur --no-dereference /gnu/store/…-git.2.5.0 /tmp/git

To check "git", you need to run "guix challenge git" and if the results
are inconclusive, manually cut-and-paste the correct URL(s) from the
challenge output and manually download it and unpack with guix archive,
and then run a comparison utility...

What about an argument to "guix challenge" that handles the downloading
and unpacking to a temporary directory, and possibly another that also
runs a comparison tool against the results. Maybe something like:

  $ guix challenge --download-differences
  /tmp/git-XXXXX/SUBSTITTE-X/...-git-2.5.0
  /tmp/git-XXXXX/SUBSTITUTE-Y/...-git-2.5.0
  /gnu/store/...-git-2.5.0

Downloads and unpacks the substitutes, and outputs the resulting
directories.


  $ guix challenge --download-differences --compare-with="diffoscope ..."

This would do the above, plus run diffoscope on the directories
... though I think diffoscope can only compare between two things at a
time... so that might get difficult if many substitutes return results.


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#38518] [PATCH 0/7] 'guix challenge' can diff archives directly Date: Thu, 12 Dec 2019 18:21:43 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

Ludovic Courtès <address@hidden> skribis:

>   serialization: Add 'fold-archive'.
>   guix archive: Add '--list'.
>   challenge: Report the best narinfo URI.
>   serialization: Remove unused procedure.
>   progress: Add 'progress-report-port'.
>   challenge: Add "--diff".
>   challenge: Support "--diff=diffoscope".

Pushed!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]