aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorSimon Tournier <zimon.toutoune@gmail.com>2023-10-16 17:36:56 +0200
committerSimon Tournier <zimon.toutoune@gmail.com>2023-10-17 14:52:00 +0200
commit61a7e16d8dd8325517db4072eb6b910b7f0adc1f (patch)
tree2a3fece89f39a7af70fd7f9eff0f32d25f8b4675 /.gitattributes
parentef8a615861f3a007aa36b3375e775adb621ec052 (diff)
downloadguix-61a7e16d8dd8325517db4072eb6b910b7f0adc1f.tar.gz
guix-61a7e16d8dd8325517db4072eb6b910b7f0adc1f.zip
scripts: pack: Handle EPIPE errors when displaying help.
* guix/scripts/pack.scm (%options): Handle EPIPE errors when displaying help.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions
thacehe@gnu.org> Josselin Poiret 2022-02-18profiles: 'profile-derivation' rejects unsupported packages....Previously user-facing commands would happily start building packages even if they do not support that system. With this change, all the user-facing commands reject unsupported packages without going further. * guix/profiles.scm (profile-derivation): Add #:allow-unsupported-packages?. Define 'check-supported-packages' and honor #:allow-unsupported-packages?. * tests/guix-pack.sh, tests/guix-package.sh, tests/guix-shell.sh: Ensure that unsupported packages are rejected. * tests/guix-system.sh: Pass "--system=armhf-linux" when attempting to build gnu/system/examples/asus-c201.tmpl. Ludovic Courtès