Closed fsquillace closed 9 years ago
It is getting harder, but one sure way I found to repdroduce the issue is to run inside junest:
$ gpg-connect-agent /bye
Thanks @RomanSaveljev! this is a huge improvement since I can now build the ARM image in a really cleaner way.
Both of them are equivalent. With set -e
the shell will not exit if the command that fails is part of any command executed in a && or a ||, except the last command following the sequence.
Thanks, looks great
Use jchroot instead of arch-chroot since it is more reliable on all architectures.