Don't install hydra-create

It doesn't do anything useful for users.
This commit is contained in:
Eelco Dolstra 2012-02-28 15:33:28 +01:00
parent b13664308c
commit da26294fdb
2 changed files with 2 additions and 4 deletions

View file

@ -101,9 +101,8 @@ nix-env -i hydra</screen>
Command completion should reveal a number of command-line tools from Hydra: Command completion should reveal a number of command-line tools from Hydra:
<screen> <screen>
hydra-build hydra-evaluator hydra-update-gc-roots hydra-build hydra-evaluator hydra-server
hydra-create hydra-queue-runner hydra-eval-jobs hydra-queue-runner hydra-update-gc-roots</screen>
hydra-eval-jobs hydra-server</screen>
</para> </para>
</section> </section>

View file

@ -8,7 +8,6 @@ bin_SCRIPTS = \
hydra-queue-runner \ hydra-queue-runner \
hydra-server \ hydra-server \
hydra-update-gc-roots \ hydra-update-gc-roots \
hydra-create \
nix-prefetch-git \ nix-prefetch-git \
nix-prefetch-bzr \ nix-prefetch-bzr \
nix-prefetch-hg nix-prefetch-hg