forked from M-Labs/it-infra
nixbld: reduce mattermost spam
This commit is contained in:
parent
6510ba9a2d
commit
b088c11806
@ -946,6 +946,12 @@ in
|
|||||||
hydraPath = oa.hydraPath + ":" + super.lib.makeBinPath [ super.jq ];
|
hydraPath = oa.hydraPath + ":" + super.lib.makeBinPath [ super.jq ];
|
||||||
doCheck = false; # FIXME: ldap tests fail on hydra rebuild, seems unrelated to patches above.
|
doCheck = false; # FIXME: ldap tests fail on hydra rebuild, seems unrelated to patches above.
|
||||||
});
|
});
|
||||||
|
mattermost = super.mattermost.overrideAttrs(oa: {
|
||||||
|
postInstall = oa.postInstall +
|
||||||
|
''
|
||||||
|
sed -i.bak "s/FREE EDITION//g" $out/client/*.js $out/client/*.js.map
|
||||||
|
'';
|
||||||
|
});
|
||||||
matterbridge = super.matterbridge.overrideAttrs(oa: {
|
matterbridge = super.matterbridge.overrideAttrs(oa: {
|
||||||
patches = oa.patches or [] ++ [ ./matterbridge-disable-github.patch ];
|
patches = oa.patches or [] ++ [ ./matterbridge-disable-github.patch ];
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user