From 4035eff8563c126ae2c752e24bc4f23431669f0f Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Thu, 30 Sep 2010 15:09:34 +0000 Subject: [PATCH] hydra: fix name of build jobset --- release.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/release.nix b/release.nix index 568ba337..d2f9b750 100644 --- a/release.nix +++ b/release.nix @@ -32,7 +32,7 @@ rec { let nix = nixSqlite; in releaseTools.nixBuild { - name = "hydra-${tarball.version}"; + name = "hydra"; src = tarball; configureFlags = "--with-nix=${nix}"; @@ -64,7 +64,6 @@ rec { done echo "doc-pdf manual $out/share/doc/hydra/manual/manual.pdf" >> $out/nix-support/hydra-build-products - echo "nix-build none $out" >> $out/nix-support/hydra-build-products ''; # */ meta = {