* Always create hydra-build-products, otherwise the build is made

available as a one-click install which is not useful.

svn path=/nixos/trunk/; revision=19296
This commit is contained in:
Eelco Dolstra 2010-01-07 16:50:26 +00:00
parent 8e375da98e
commit 4c2fe97acc

View file

@ -32,6 +32,8 @@ rec {
mv $i $out/coverage-data/$(dirname $i)
done
touch $out/nix-support/hydra-build-products
for i in $out/*.png; do
echo "report screenshot $i" >> $out/nix-support/hydra-build-products
done