Rename hydra_*.pl to hydra-*
[?]
Nov 30, 2011, 4:32 PM
L4AI5YL6CBMVS5GEPME3WIL2CHACMU7PGEKKNKLHHF5SP4ID3LCQCDependencies
- [2]
FKTXLQVZhydra: nix-prefetch-bzr missing in tarball - [3]
PXUP3HRChydra: query-all-tables.pl.in, set executable - [4]
PBJJSE3Dmake sure jobs/* and Setup.pm is in tarball - [5]
NNQ7IQJXset scripts to executable - [6]
EDDTVGB4set BZR_HOME env var so bzr won't fail - [7]
HX4QYOYAadd first evaluations tests - [8]
ERNOO5ZZ* Reorganising. - [9]
OG7BEM57 - [10]
WFJ3ZPRMadd tests for scm inputs - [11]
SBKX3YH2cleanup - [12]
T4LLYESZ* Nix expression for building Hydra. - [13]
KA45EBF5* Send email if a build fails. - [14]
6MGFQDR2deleted some old scripts - [15]
3YSK5YXG* Update to Catalyst 5.9. - [16]
US27ZTX5* HydraFrontend -> Hydra. - [17]
RBZRCTALhydra: fixed and re-enabled evaluation tests - [18]
KX5L74EYadd nix-prefetch- scripts for now, were externals in svn - [19]
7YBYT2LQ - [20]
D5QIOJGP* Move everything up one directory. - [21]
G2ZB6464first test, not yet in buildprocess - [22]
J5UVLXOK* Start of a basic Catalyst web interface. - [23]
JK2QWPH6 - [24]
FGI75W53move nix-prefetch-* into tarball - [25]
CXRCPDSQ* added support for twitter notification - [26]
L2E6EVE2* Merged the Build and Job tables. - [27]
PKPWUHUX* Idem. - [28]
WZ3AEJ67* hydra_update_gc_roots.pl registers build outputs that should be kept - [29]
CLJQCY2X* Store info about all the build actions and allow them to be - [30]
DCHQR576add bzr-repo target - [31]
AFTXA575* $HYDRA_DATA environment variable. - [32]
FV2M6MOThydra: use autoconf/-make - [33]
FAIJDQKZ - [34]
Q6SOGMDQHydra/28: Rename "scheduler" to "evaluator" - [35]
N22GPKYT* Put info about logs / build products in the DB. - [36]
AZ4LR2GT* Scripts for starting / stopping Hydra. - [37]
DES4PSRLadd basic query tests for JobStatus/LatestSucceeded/ActiveJobs - [38]
WHS5RMPO - [39]
TULPZ62Y* Perform builds in parallel. - [40]
DBPIYHMAhydra: add nix-prefetch-* to tarball
Change contents
- edit in configure.ac at line 96
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
- replacement in src/script/Makefile.am at line 2
hydra_control.sh \hydra-control \ - replacement in src/script/Makefile.am at line 6
nix-prefetch-hgnix-prefetch-hg \$(bin_SCRIPTS) - replacement in src/script/Makefile.am at line 10
hydra_build.pl \hydra_evaluator.pl \hydra_queue_runner.pl \hydra_server.pl \hydra_update_gc_roots.pl \hydra_create.pl \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 → hydra-build
- replacement in src/script/hydra-build at line 1
#! @perl@ -w -I@nix@/libexec/nix#! /var/run/current-system/sw/bin/perl -w - replacement in src/script/hydra-build at line 433
my $buildId = $ARGV[0] or die;my $buildId = $ARGV[0] or die "syntax: $0 BUILD-ID\n"; - file move: hydra_control.sh → hydra-control
- file move: hydra_create.pl.in → hydra-create
- file move: hydra_evaluator.pl.in → hydra-evaluator
- replacement in src/script/hydra-evaluator at line 1
#! @perl@ -w -I@nix@/libexec/nix#! /var/run/current-system/sw/bin/perl -w - file move: hydra_queue_runner.pl.in → hydra-queue-runner
- replacement in src/script/hydra-queue-runner at line 1
#! @perl@ -w -I@nix@/libexec/nix#! /var/run/current-system/sw/bin/perl -w - replacement in src/script/hydra-queue-runner at line 141
exec("hydra_build.pl", $id);exec("hydra-build", $id); - file move: hydra_server.pl.in → hydra-server
- replacement in src/script/hydra-server at line 1
#! @perl@ -w -I@nix@/libexec/nix#! /var/run/current-system/sw/bin/perl -w - file move: hydra_update_gc_roots.pl.in → hydra-update-gc-roots
- replacement in src/script/hydra-update-gc-roots at line 1
#! @perl@ -w -I@nix@/libexec/nix#! /var/run/current-system/sw/bin/perl -w - replacement in tests/Makefile.am at line 19
$(wildcard jobs/*.sh)$(wildcard jobs/*.sh) \$(TESTS)TESTS_ENVIRONMENT = $(perl) -w - replacement in tests/Makefile.am at line 71
- file move: evaluation-tests.pl.in → evaluation-tests.pl
- edit in tests/evaluation-tests.pl at line 1
#! @perl@ -w -I@nix@/libexec/nix - file move: query-all-tables.pl.in → query-all-tables.pl
- edit in tests/query-all-tables.pl at line 1
#! @perl@ -w -I@nix@/libexec/nix