* Get the URI for use in notification mails from the Hydra config
[?]
Jul 10, 2009, 9:47 AM
6KCP6ODPUDLR2VLWE6LAULMYKI3TWQYEQYZRTYQ4WQX2A5RT6XRQCDependencies
- [2]
KA45EBF5* Send email if a build fails. - [3]
3BKF6P72* Use Nix's negative caching. - [4]
AFTXA575* $HYDRA_DATA environment variable. - [5]
TULPZ62Y* Perform builds in parallel. - [6]
7YBYT2LQ - [7]
OG7BEM57 - [*]
RWIBJ5L4* Autoflush stdout.
Change contents
- edit in src/script/hydra_build.pl at line 13[2.25][9.0]
use Config::General; - edit in src/script/hydra_build.pl at line 19
my %config = new Config::General($ENV{"HYDRA_CONF"})->getall; - replacement in src/script/hydra_build.pl at line 59
my $selfURI = $ENV{'HYDRA_BASE_URI'} || "http://localhost:3000/";my $selfURI = $config{'base_uri'} || "http://localhost:3000";