From 22a4047b1b4ca46603d02e6caace768ee00b5e19 Mon Sep 17 00:00:00 2001 From: Rob Vermaas <rob.vermaas@gmail.com> Date: Tue, 12 Apr 2011 07:45:54 +0000 Subject: [PATCH] NixOS/124: The system_tarball Hydra job should define a build product svn path=/nixos/trunk/; revision=26788 --- lib/make-system-tarball.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/make-system-tarball.sh b/lib/make-system-tarball.sh index 5465c3497aa5..aadd0f6428c8 100644 --- a/lib/make-system-tarball.sh +++ b/lib/make-system-tarball.sh @@ -54,3 +54,5 @@ tar cvJf $out/tarball/$fileName.tar.xz * ensureDir $out/nix-support echo $system > $out/nix-support/system +echo "file system-tarball $out/tarball/$fileName.tar.xz" > $out/nix-support/hydra-build-products +