forked from lix-project/hydra
15187b059b
This hasn't been used in a long time (Guix uses its own CI system),
and it probably doesn't work anymore.
(cherry picked from commit 23c9ca3e94
)
19 lines
417 B
Makefile
19 lines
417 B
Makefile
EXTRA_DIST = \
|
|
$(distributable_scripts)
|
|
|
|
distributable_scripts = \
|
|
hydra-backfill-ids \
|
|
hydra-init \
|
|
hydra-eval-jobset \
|
|
hydra-server \
|
|
hydra-update-gc-roots \
|
|
hydra-s3-backup-collect-garbage \
|
|
hydra-create-user \
|
|
hydra-notify \
|
|
hydra-send-stats \
|
|
nix-prefetch-git \
|
|
nix-prefetch-bzr \
|
|
nix-prefetch-hg
|
|
|
|
bin_SCRIPTS = \
|
|
$(distributable_scripts)
|