Rename hydra_*.pl to hydra-*

[?]
Nov 30, 2011, 4:32 PM
L4AI5YL6CBMVS5GEPME3WIL2CHACMU7PGEKKNKLHHF5SP4ID3LCQC

Dependencies

  • [2] FKTXLQVZ hydra: nix-prefetch-bzr missing in tarball
  • [3] PXUP3HRC hydra: query-all-tables.pl.in, set executable
  • [4] PBJJSE3D make sure jobs/* and Setup.pm is in tarball
  • [5] NNQ7IQJX set scripts to executable
  • [6] EDDTVGB4 set BZR_HOME env var so bzr won't fail
  • [7] KX5L74EY add nix-prefetch- scripts for now, were externals in svn
  • [8] KA45EBF5 * Send email if a build fails.
  • [9] WHS5RMPO
  • [10] 3YSK5YXG * Update to Catalyst 5.9.
  • [11] AFTXA575 * $HYDRA_DATA environment variable.
  • [12] AZ4LR2GT * Scripts for starting / stopping Hydra.
  • [13] JK2QWPH6
  • [14] N22GPKYT * Put info about logs / build products in the DB.
  • [15] 7YBYT2LQ
  • [16] WZ3AEJ67 * hydra_update_gc_roots.pl registers build outputs that should be kept
  • [17] G2ZB6464 first test, not yet in buildprocess
  • [18] D5QIOJGP * Move everything up one directory.
  • [19] FAIJDQKZ
  • [20] TULPZ62Y * Perform builds in parallel.
  • [21] CXRCPDSQ * added support for twitter notification
  • [22] Q6SOGMDQ Hydra/28: Rename "scheduler" to "evaluator"
  • [23] PKPWUHUX * Idem.
  • [24] FV2M6MOT hydra: use autoconf/-make
  • [25] OG7BEM57
  • [26] US27ZTX5 * HydraFrontend -> Hydra.
  • [27] DBPIYHMA hydra: add nix-prefetch-* to tarball
  • [28] HX4QYOYA add first evaluations tests
  • [29] WFJ3ZPRM add tests for scm inputs
  • [30] SBKX3YH2 cleanup
  • [31] J5UVLXOK * Start of a basic Catalyst web interface.
  • [32] RBZRCTAL hydra: fixed and re-enabled evaluation tests
  • [33] L2E6EVE2 * Merged the Build and Job tables.
  • [34] ERNOO5ZZ * Reorganising.
  • [35] CLJQCY2X * Store info about all the build actions and allow them to be
  • [36] 6MGFQDR2 deleted some old scripts
  • [37] DCHQR576 add bzr-repo target
  • [38] DES4PSRL add basic query tests for JobStatus/LatestSucceeded/ActiveJobs
  • [39] T4LLYESZ * Nix expression for building Hydra.
  • [40] FGI75W53 move nix-prefetch-* into tarball

Change contents

  • edit in configure.ac at line 96
    [7.16777][5.0:711]()
    AC_CONFIG_FILES([src/script/hydra_build.pl], [chmod +x src/script/hydra_build.pl])
    AC_CONFIG_FILES([src/script/hydra_create.pl], [chmod +x src/script/hydra_create.pl])
    AC_CONFIG_FILES([src/script/hydra_evaluator.pl], [chmod +x src/script/hydra_evaluator.pl])
    AC_CONFIG_FILES([src/script/hydra_queue_runner.pl], [chmod +x src/script/hydra_queue_runner.pl])
    AC_CONFIG_FILES([src/script/hydra_server.pl], [chmod +x src/script/hydra_server.pl])
    AC_CONFIG_FILES([src/script/hydra_update_gc_roots.pl], [chmod +x src/script/hydra_update_gc_roots.pl])
    AC_CONFIG_FILES([tests/query-all-tables.pl], [chmod +x tests/query-all-tables.pl])
    AC_CONFIG_FILES([tests/evaluation-tests.pl], [chmod +x tests/evaluation-tests.pl])
  • edit in configure.ac at line 98
    [7.16787][7.16787:16788]()
  • replacement in src/script/Makefile.am at line 2
    [7.15][7.15:36]()
    hydra_control.sh \
    [7.15]
    [7.36]
    hydra-control \
  • replacement in src/script/Makefile.am at line 6
    [2.21][7.78:97](),[7.78][7.78:97]()
    nix-prefetch-hg
    [2.21]
    [7.97]
    nix-prefetch-hg \
    $(bin_SCRIPTS)
  • replacement in src/script/Makefile.am at line 10
    [7.2198695][7.2198695:2198832]()
    hydra_build.pl \
    hydra_evaluator.pl \
    hydra_queue_runner.pl \
    hydra_server.pl \
    hydra_update_gc_roots.pl \
    hydra_create.pl \
    [7.2198695]
    [7.249]
    hydra-build \
    hydra-evaluator \
    hydra-queue-runner \
    hydra-server \
    hydra-update-gc-roots \
    hydra-create \
  • replacement in src/script/Makefile.am at line 19
    [2.43][7.291:311](),[7.291][7.291:311](),[7.311][7.2198832:2198851](),[7.2198832][7.2198832:2198851]()
    nix-prefetch-hg \
    hydra_control.sh
    [2.43]
    nix-prefetch-hg
  • file move: hydra_build.pl.in (---r------)hydra-build (---r------)
    [7.2543]
    [7.2912]
  • replacement in src/script/hydra-build at line 1
    [7.2912][7.2198929:2198962]()
    #! @perl@ -w -I@nix@/libexec/nix
    [7.2912]
    [7.2926]
    #! /var/run/current-system/sw/bin/perl -w
  • replacement in src/script/hydra-build at line 433
    [7.6651][7.7651:7682]()
    my $buildId = $ARGV[0] or die;
    [7.6651]
    [7.7077]
    my $buildId = $ARGV[0] or die "syntax: $0 BUILD-ID\n";
  • file move: hydra_control.sh (---r------)hydra-control (---r------)
    [7.2543]
    [7.1]
  • file move: hydra_create.pl.in (---r------)hydra-create (---r------)
    [7.2543]
    [7.12623]
  • file move: hydra_evaluator.pl.in (---r------)hydra-evaluator (---r------)
    [7.2543]
    [7.1319]
  • replacement in src/script/hydra-evaluator at line 1
    [7.1319][7.2199084:2199117]()
    #! @perl@ -w -I@nix@/libexec/nix
    [7.1319]
    [7.1333]
    #! /var/run/current-system/sw/bin/perl -w
  • file move: hydra_queue_runner.pl.in (---r------)hydra-queue-runner (---r------)
    [7.2543]
    [7.7823]
  • replacement in src/script/hydra-queue-runner at line 1
    [7.7823][7.2199166:2199199]()
    #! @perl@ -w -I@nix@/libexec/nix
    [7.7823]
    [7.7837]
    #! /var/run/current-system/sw/bin/perl -w
  • replacement in src/script/hydra-queue-runner at line 141
    [7.1570][7.2061:2110]()
    exec("hydra_build.pl", $id);
    [7.1570]
    [7.1675]
    exec("hydra-build", $id);
  • file move: hydra_server.pl.in (---r------)hydra-server (---r------)
    [7.2543]
    [7.16523]
  • replacement in src/script/hydra-server at line 1
    [7.16523][7.2199242:2199275]()
    #! @perl@ -w -I@nix@/libexec/nix
    [7.16523]
    [7.16565]
    #! /var/run/current-system/sw/bin/perl -w
  • file move: hydra_update_gc_roots.pl.in (---r------)hydra-update-gc-roots (---r------)
    [7.2543]
    [7.472]
  • replacement in src/script/hydra-update-gc-roots at line 1
    [7.472][7.2199327:2199360]()
    #! @perl@ -w -I@nix@/libexec/nix
    [7.472]
    [7.515]
    #! /var/run/current-system/sw/bin/perl -w
  • replacement in tests/Makefile.am at line 19
    [4.63][4.63:88]()
    $(wildcard jobs/*.sh)
    [4.63]
    [4.88]
    $(wildcard jobs/*.sh) \
    $(TESTS)
    TESTS_ENVIRONMENT = $(perl) -w
  • replacement in tests/Makefile.am at line 71
    [6.259][7.305:307](),[7.305][7.305:307]()
    [6.259]
    [7.237]
  • file move: evaluation-tests.pl.in (---r------)evaluation-tests.pl (---r------)
    [7.73]
    [7.804]
  • edit in tests/evaluation-tests.pl at line 1
    [7.804][7.805:839]()
    #! @perl@ -w -I@nix@/libexec/nix
  • file move: query-all-tables.pl.in (---r------)query-all-tables.pl (---r------)
    [7.73]
    [7.291]
  • edit in tests/query-all-tables.pl at line 1
    [7.291][7.292:326]()
    #! @perl@ -w -I@nix@/libexec/nix