`guix pull --list-generations` fails ungracefully when it cannot find the path a repo URI used in a guix generation

  • Open
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • pkill9
Owner
unassigned
Submitted by
pkill9
Severity
normal

Debbugs page

pkill9 wrote 5 years ago
(name . bug-guix)(address . bug-guix@gnu.org)
E1ilf7L-00082d-H0@rmmprod07.runbox
I get 'guix pull: error: Git error: failed to resolve path' during the output and then it stops. It should just ignore the news output for that entry and carry on.
Ludovic Courtès wrote 5 years ago
(name . bug#38798)(address . 38798@debbugs.gnu.org)(address . pkill9@runbox.com)
87sgl2963u.fsf@gnu.org
Hi pkill9,

bug#38798 <38798@debbugs.gnu.org> skribis:

Toggle quote (2 lines)
> retitle 38798 `guix pull --list-generations` fails ungracefully when it cannot find the path a repo URI used in a guix generation

<pkill9@runbox.com> skribis:

Toggle quote (2 lines)
> I get 'guix pull: error: Git error: failed to resolve path' during the output and then it stops. It should just ignore the news output for that entry and carry on.

Could you explain exactly what it is that ‘guix pull’ fails to find? Is
it a channel that announces a news file but in fact doesn’t have it?
Or…?

Thanks in advance,
Ludo’.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 38798@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 38798
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help