#!@SHELL@ # A shorthand for "guix authenticate", for use by the daemon. if test "x$GUIX_UNINSTALLED" = "x" then prefix="@prefix@" exec_prefix="@exec_prefix@" exec "@bindir@/guix" authenticate "$@" else exec guix authenticate "$@" fi oszko.org/guix/atom/tests/guix-pack.sh?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-pack.sh
AgeCommit message (Expand)Author
2023-04-21tests: Fix checks for expected failures....Eric Bavier
2023-02-27pack: Adjust shell tests to read-only tarball root....Ludovic Courtès
2022-11-15shell: Detect --symlink spec problems early....Maxim Cournoyer
2022-05-25tests: Fix wrong target triplets....Josselin Poiret
2022-02-18profiles: 'profile-derivation' rejects unsupported packages....Ludovic Courtès