bug#58308: guix import -r swallows errors

2023-05-19 Thread Simon Tournier
Hi, On lun., 15 mai 2023 at 19:46, Simon Tournier wrote: > Fixed by . Pushed as d81701a85aa8aa96f4a853f06fe28693fa8bee12. Closing. Cheers, simon

bug#58308: guix import -r swallows errors

2022-10-05 Thread Ricardo Wurmus
Consider this: $ ./pre-inst-env guix import elpa -r syslog $ echo $? 0 And now this: $ ./pre-inst-env guix import elpa syslog guix import: error: failed to download package 'syslog' $ echo $? 1 The recursive importer swallows the error. -- Ricardo