hydra: 2019-08-30 -> 2019-11-13

Updates NixOS/hydra to the latest git-revision available. Also ensured
that the list of Perl dependencies needed for the server is up-to-date.

Most notably are the following changes:

* HTTP-endpoint at `/prometheus` to export metrics
* New user-roles for minor maintenance tasks
This commit is contained in:
Maximilian Bosch 2019-12-21 21:57:50 +01:00
parent 7b6d5dfcab
commit c1d5d406d6
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -27,7 +27,7 @@ let
CatalystPluginSessionStateCookie CatalystPluginSessionStateCookie
CatalystPluginSessionStoreFastMmap CatalystPluginSessionStoreFastMmap
CatalystPluginStackTrace CatalystPluginStackTrace
CatalystRuntime CatalystPluginUnicodeEncoding
CatalystTraitForRequestProxyBase CatalystTraitForRequestProxyBase
CatalystViewDownload CatalystViewDownload
CatalystViewJSON CatalystViewJSON
@ -51,6 +51,7 @@ let
LWP LWP
LWPProtocolHttps LWPProtocolHttps
NetAmazonS3 NetAmazonS3
NetPrometheus
NetStatsd NetStatsd
PadWalker PadWalker
Readonly Readonly
@ -58,6 +59,8 @@ let
SetScalar SetScalar
Starman Starman
SysHostnameLong SysHostnameLong
TermSizeAny
TestMore
TextDiff TextDiff
TextTable TextTable
XMLSimple XMLSimple
@ -69,15 +72,15 @@ let
}; };
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "hydra"; pname = "hydra";
version = "2019-08-30"; version = "2019-11-13";
inherit stdenv; inherit stdenv;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = pname; repo = pname;
rev = "242b8b7a314759ed33f69205d26a1b7c337511e0"; rev = "20dd0bbe6a90d9066e635ee82e98efec23b17e51";
sha256 = "167ijcf9qdm10kjvqax3hcvs5mpa4mx2y2i9idwwc6xfvn8fhs84"; sha256 = "06chiaa7p54zxngmy2q3ps7bbiqpdv9h2rfmprh83qz36xps9rs2";
}; };
buildInputs = buildInputs =