In hydra-evaluator, reuse an SVN working copy between runs (similar to what we do with Git and other input types). This reduces network traffic in the common case. Also, don't use nix-prefetch-svn. It doesn't do anything useful.
15 lines
246 B
Makefile
15 lines
246 B
Makefile
EXTRA_DIST = \
|
|
hydra-control \
|
|
$(bin_SCRIPTS)
|
|
|
|
bin_SCRIPTS = \
|
|
hydra-build \
|
|
hydra-evaluator \
|
|
hydra-queue-runner \
|
|
hydra-server \
|
|
hydra-update-gc-roots \
|
|
hydra-create \
|
|
nix-prefetch-git \
|
|
nix-prefetch-bzr \
|
|
nix-prefetch-hg
|