* Add some DB indices to make the /releases page much faster.
* Reduce the number of DB queries for the /all and /jobstatus pages. * Show the Hydra version number.
This commit is contained in:
@ -105,7 +105,8 @@ let
|
||||
wrapProgram $i \
|
||||
--prefix PERL5LIB ':' $out/libexec/hydra/lib:$PERL5LIB \
|
||||
--set PATH $out/bin:$hydraPath \
|
||||
--set HYDRA_HOME $out/libexec/hydra
|
||||
--set HYDRA_HOME $out/libexec/hydra \
|
||||
--set HYDRA_RELEASE ${tarball.version}
|
||||
done
|
||||
|
||||
ensureDir $out/share/doc/hydra/manual
|
||||
|
Reference in New Issue
Block a user