diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-23T08·55+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-23T08·55+0200 |
commit | 570571a2b72bba9c8dbe2b2862533409153b548a (patch) | |
tree | bd3863461e96f9720f8b8aef6f16fcf275d98ffe /release.nix | |
parent | 53b044c2f6f9e309037d5545374a7d257dbbb590 (diff) |
Remove release notes Hydra product
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release.nix b/release.nix index e14c8ccc3993..e84f49634051 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 ''; }; |