hydra-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: adding build products


From: Glenn Morris
Subject: Re: adding build products
Date: Sat, 02 Aug 2014 18:42:53 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Rob Vermaas wrote:

> Indeed you will need to make all build outputs explicit, as we don't
> support wildcards.

Thanks for the fast response.
Do you literally mean explicitly list all the files?
I tried a for loop, and that didn't seem to do anything either:

for log in "$out/test/automated/"*.log; do
  [ -e "$log" ] || break
  echo "report test-output $log" >> "$out/nix-support/hydra-build-products"
done

(I suppose I will just tar up the logs and add the name of the tar file
to the build products.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]