hydra: use autoconf/-make
This commit is contained in:
9
src/script/Makefile.am
Normal file
9
src/script/Makefile.am
Normal file
@ -0,0 +1,9 @@
|
||||
EXTRA_DIST = hydra_control.sh
|
||||
bin_SCRIPTS = \
|
||||
hydra_build.pl \
|
||||
hydra_evaluator.pl \
|
||||
hydra_queue_runner.pl \
|
||||
hydra_server.pl \
|
||||
hydra_update_gc_roots.pl \
|
||||
hydra_create.pl \
|
||||
hydra_control.sh
|
@ -1,4 +1,4 @@
|
||||
#! /var/run/current-system/sw/bin/perl -w
|
||||
#! @perl@ -w -I@nix@/libexec/nix
|
||||
|
||||
use strict;
|
||||
use File::Basename;
|
@ -1,4 +1,4 @@
|
||||
#!/var/run/current-system/sw/bin/perl -w
|
||||
#! @perl@ -w -I@nix@/libexec/nix
|
||||
|
||||
use strict;
|
||||
use warnings;
|
@ -1,4 +1,4 @@
|
||||
#! /var/run/current-system/sw/bin/perl -w
|
||||
#! @perl@ -w -I@nix@/libexec/nix
|
||||
|
||||
use strict;
|
||||
use feature 'switch';
|
@ -1,4 +1,4 @@
|
||||
#! /var/run/current-system/sw/bin/perl -w
|
||||
#! @perl@ -w -I@nix@/libexec/nix
|
||||
|
||||
use strict;
|
||||
use Cwd;
|
@ -1,4 +1,4 @@
|
||||
#!/var/run/current-system/sw/bin/perl -w
|
||||
#! @perl@ -w -I@nix@/libexec/nix
|
||||
|
||||
BEGIN {
|
||||
$ENV{CATALYST_ENGINE} ||= 'HTTP::Prefork';
|
@ -1,4 +1,4 @@
|
||||
#! /var/run/current-system/sw/bin/perl -w
|
||||
#! @perl@ -w -I@nix@/libexec/nix
|
||||
|
||||
use strict;
|
||||
use File::Path;
|
Reference in New Issue
Block a user