Check that hello is not available before importing it #1

Merged
SuzanneSoy merged 1 commits from dev into master 2018-09-13 20:22:56 +01:00

View File

@ -12,6 +12,10 @@ echo
pwd
head -c "$len_tar" /dev/sdd | tar -xf -
# Checking that hello is not available yet:
$(guix build hello)/bin/hello && echo "Expected hello to be missing at this point" && exit 1
# Import hello.nar
guix archive --authorize < signing-key.pub
guix archive --import < hello.nar