From cca8156e52c24bbb712155473d28e3c5ac8821b4 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 27 Oct 2024 22:01:33 +0100 Subject: [PATCH] Revert "chore: move to faster-depinfo branch for Buildbot" This reverts commit 7df7eaeb9b34f3104cef3f4004f7ac500135640b because there was a missing intersection in the code and this broke Buildbot entirely by exhausting all the resources. --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 795f7c7..02f943f 100644 --- a/flake.lock +++ b/flake.lock @@ -87,16 +87,16 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1730050514, - "narHash": "sha256-QvzyEJQiFyj3ZjJmN0PlbhJjhYgvMjinhz1mwKbXeJs=", - "ref": "refs/heads/faster-depinfo", - "rev": "ab0767beddb020f17bbee2965232c0e941a037db", - "revCount": 304, + "lastModified": 1728837991, + "narHash": "sha256-+jXVHPmX9eUtH2JhMKye0Tm2KMQTmD8FlHHfbcaXMOI=", + "ref": "refs/heads/bring-back-old-gerrit-reporting", + "rev": "879e9cdcdf2d7e6566ee512d015acc4d23f35517", + "revCount": 302, "type": "git", "url": "https://git.lix.systems/lix-project/buildbot-nix.git" }, "original": { - "ref": "refs/heads/faster-depinfo", + "ref": "refs/heads/bring-back-old-gerrit-reporting", "type": "git", "url": "https://git.lix.systems/lix-project/buildbot-nix.git" } diff --git a/flake.nix b/flake.nix index 1f7b1f6..a57fe5a 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ gerrit-dashboard.url = "git+https://git.lix.systems/the-distro/gerrit-monitoring.git"; gerrit-dashboard.flake = false; - buildbot-nix.url = "git+https://git.lix.systems/lix-project/buildbot-nix.git?ref=refs/heads/faster-depinfo"; + buildbot-nix.url = "git+https://git.lix.systems/lix-project/buildbot-nix.git?ref=refs/heads/bring-back-old-gerrit-reporting"; buildbot-nix.inputs.nixpkgs.follows = "nixpkgs"; channel-scripts.url = "git+https://git.lix.systems/the-distro/channel-scripts.git";