git://git.exim.org
/
buildfarm-client.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update template about possible build features
[buildfarm-client.git]
/
run_build
diff --git
a/run_build
b/run_build
index 10b32a69bf3b9d6ac2ca5e9cf62b4bbaeb3f30eb..f7ce80d1cecb8ebff336f3cab108b7aa289c96a8 100755
(executable)
--- a/
run_build
+++ b/
run_build
@@
-1460,6
+1460,7
@@
sub get_script_config_dump
chomp($conf->{farm}{revision} = `cd $RealBin && git describe --tags --always --dirty=+`);
$conf->{farm}{cwd} = getcwd();
$conf->{farm}{bindir} = $RealBin;
+ $conf->{farm}{perl} = $^V;
}
$Data::Dumper::Sortkeys = 1;