forked from lix-project/hydra
Don't install hydra-create
It doesn't do anything useful for users.
This commit is contained in:
parent
b13664308c
commit
da26294fdb
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue