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
wip/yesman
Maximilian Bosch 5 years ago
parent 7b6d5dfcab
commit c1d5d406d6
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 11
      pkgs/development/tools/misc/hydra/default.nix

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

Loading…
Cancel
Save