Capture the path to `guile', when available.

[?]
Aug 18, 2012, 9:47 PM
Y6H7Y3OTXVLF6PJ5BR6WXS7KVS4VMTUKRYVM6FALKMY3DCBYEJSQC

Dependencies

  • [2] GBCPEGYC Add a .gitignore
  • [3] KUYRK2MF Add hydra-init to the tarball
  • [4] QMW24O5S Add support for Guile & Guix.
  • [5] W5GW4E22 Don't install hydra-create
  • [6] DBPIYHMA hydra: add nix-prefetch-* to tarball
  • [7] L4AI5YL6 Rename hydra_*.pl to hydra-*
  • [8] KX5L74EY add nix-prefetch- scripts for now, were externals in svn
  • [9] AMFMXR52 Provide a command ‘hydra-init’ to initialise/upgrade the database
  • [10] Q6SOGMDQ Hydra/28: Rename "scheduler" to "evaluator"
  • [11] FGI75W53 move nix-prefetch-* into tarball
  • [12] ARD6Z67T Do incremental SVN checkouts
  • [13] D5QIOJGP * Move everything up one directory.
  • [14] 6MGFQDR2 deleted some old scripts
  • [15] FV2M6MOT hydra: use autoconf/-make
  • [16] FKTXLQVZ hydra: nix-prefetch-bzr missing in tarball
  • [*] FAIJDQKZ
  • [*] G2ZB6464 first test, not yet in buildprocess
  • [*] NNQ7IQJX set 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
    [18.1]
    [18.1]
    if test "x$HAVE_GUILE" = xyes; then
    AC_PATH_PROG([GUILE], [guile])
    else
    GUILE="guile"
    fi
    AC_SUBST([GUILE])
  • edit in configure.ac at line 101
    [5.16583]
    [19.1]
    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
    [5.2198648][5.0:15](),[5.15][5.0:18](),[5.39][5.39:56]()
    EXTRA_DIST = \
    hydra-control \
    $(bin_SCRIPTS)
    [5.2198648]
    [5.97]
    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 \
    [5.98]
    [5.177]
    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 (---r------)hydra-eval-guile-jobs.in (----------)
    [5.2543]
    [4.2679]
  • replacement in src/script/hydra-eval-guile-jobs.in at line 11
    [4.3082][4.3082:3125]()
    exec ${GUILE:-guile} --no-auto-compile \
    [4.3082]
    [4.3125]
    exec ${GUILE:-@GUILE@} --no-auto-compile \