hydra/src/script/Makefile.am
Eelco Dolstra 29846d7f2f Do incremental SVN checkouts
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.
2011-12-04 22:05:43 +01:00

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