civodul pushed a commit to tag 1.8
in repository guix.
commit 570571a2b72bba9c8dbe2b2862533409153b548a
Author: Eelco Dolstra <[email protected]>
Date: Tue Sep 23 10:55:38 2014 +0200
Remove release notes Hydra product
---
release.nix | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/release.nix b/release.nix
index e14c8cc..e84f496 100644
--- a/release.nix
+++ b/release.nix
@@ -69,7 +69,6 @@ let
echo "doc manual $out/share/doc/nix/manual" >>
$out/nix-support/hydra-build-products
echo "doc-pdf manual $out/manual.pdf" >>
$out/nix-support/hydra-build-products
- echo "doc release-notes $out/share/doc/nix/manual
release-notes.html" >> $out/nix-support/hydra-build-products
'';
};