Capture the path to `guile', when available.
[?]
Aug 18, 2012, 9:47 PM
Y6H7Y3OTXVLF6PJ5BR6WXS7KVS4VMTUKRYVM6FALKMY3DCBYEJSQCDependencies
- [2]
GBCPEGYCAdd a .gitignore - [3]
KUYRK2MFAdd hydra-init to the tarball - [4]
QMW24O5SAdd support for Guile & Guix. - [5]
W5GW4E22Don't install hydra-create - [6]
DBPIYHMAhydra: add nix-prefetch-* to tarball - [7]
L4AI5YL6Rename hydra_*.pl to hydra-* - [8]
KX5L74EYadd nix-prefetch- scripts for now, were externals in svn - [9]
AMFMXR52Provide a command ‘hydra-init’ to initialise/upgrade the database - [10]
Q6SOGMDQHydra/28: Rename "scheduler" to "evaluator" - [11]
FGI75W53move nix-prefetch-* into tarball - [12]
ARD6Z67TDo incremental SVN checkouts - [13]
D5QIOJGP* Move everything up one directory. - [14]
6MGFQDR2deleted some old scripts - [15]
FV2M6MOThydra: use autoconf/-make - [16]
FKTXLQVZhydra: nix-prefetch-bzr missing in tarball - [*]
FAIJDQKZ - [*]
G2ZB6464first test, not yet in buildprocess - [*]
NNQ7IQJXset scripts to executable
Change contents
- edit in .gitignore at line 18[2.178]
/src/script/hydra-eval-guile-jobs - edit in configure.ac at line 80
if test "x$HAVE_GUILE" = xyes; thenAC_PATH_PROG([GUILE], [guile])elseGUILE="guile"fiAC_SUBST([GUILE]) - edit in configure.ac at line 101
src/script/hydra-eval-guile-jobs - edit in configure.ac at line 106[20.712][5.16777]
AC_CONFIG_COMMANDS([executable-scripts],[chmod +x src/script/hydra-eval-guile-jobs]) - replacement in src/script/Makefile.am at line 1
EXTRA_DIST = \hydra-control \$(bin_SCRIPTS)EXTRA_DIST = \$(distributable_scripts) \hydra-control \hydra-eval-guile-jobs.in - replacement in src/script/Makefile.am at line 6[5.98]→[5.2198679:2198695](∅→∅),[5.2198679]→[5.2198679:2198695](∅→∅),[5.2198695]→[3.0:15](∅→∅),[3.15]→[5.57:93](∅→∅),[5.2198695]→[5.57:93](∅→∅),[5.93]→[4.2651:2677](∅→∅),[4.2677]→[5.93:159](∅→∅),[5.93]→[5.93:159](∅→∅),[5.270]→[5.270:291](∅→∅),[5.291]→[5.22:43](∅→∅)
bin_SCRIPTS = \hydra-init \hydra-build \hydra-evaluator \hydra-eval-guile-jobs \hydra-queue-runner \hydra-server \hydra-update-gc-roots \nix-prefetch-git \nix-prefetch-bzr \distributable_scripts = \hydra-init \hydra-build \hydra-evaluator \hydra-queue-runner \hydra-server \hydra-update-gc-roots \nix-prefetch-git \nix-prefetch-bzr \ - edit in src/script/Makefile.am at line 16[5.195]
bin_SCRIPTS = \$(distributable_scripts) \hydra-eval-guile-jobs - file move: hydra-eval-guile-jobs → hydra-eval-guile-jobs.in
- replacement in src/script/hydra-eval-guile-jobs.in at line 11
exec ${GUILE:-guile} --no-auto-compile \exec ${GUILE:-@GUILE@} --no-auto-compile \