packages/hydra: drop
This commit is contained in:
parent
9aa68e4b16
commit
0283a2bffb
2 changed files with 0 additions and 14 deletions
|
@ -16,8 +16,6 @@ super: rec {
|
||||||
];
|
];
|
||||||
})) "patches/base/dvc";
|
})) "patches/base/dvc";
|
||||||
|
|
||||||
hydra = (patch super.hydra-unstable "patches/base/hydra").override { nix = super.nixVersions.nix_2_8; };
|
|
||||||
|
|
||||||
sssd = (super.sssd.override { withSudo = true; }).overrideAttrs (old: {
|
sssd = (super.sssd.override { withSudo = true; }).overrideAttrs (old: {
|
||||||
postFixup = (old.postFixup or "") + ''
|
postFixup = (old.postFixup or "") + ''
|
||||||
${super.removeReferencesTo}/bin/remove-references-to -t ${super.stdenv.cc.cc} $out/modules/ldb/memberof.so
|
${super.removeReferencesTo}/bin/remove-references-to -t ${super.stdenv.cc.cc} $out/modules/ldb/memberof.so
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
diff --git a/src/hydra-queue-runner/queue-monitor.cc b/src/hydra-queue-runner/queue-monitor.cc
|
|
||||||
--- a/src/hydra-queue-runner/queue-monitor.cc
|
|
||||||
+++ b/src/hydra-queue-runner/queue-monitor.cc
|
|
||||||
@@ -42,7 +42,7 @@ void State::queueMonitorLoop()
|
|
||||||
|
|
||||||
/* Sleep until we get notification from the database about an
|
|
||||||
event. */
|
|
||||||
if (done && !quit) {
|
|
||||||
- conn->await_notification();
|
|
||||||
+ conn->await_notification(5*60, 0);
|
|
||||||
nrQueueWakeups++;
|
|
||||||
} else
|
|
Loading…
Reference in a new issue