diff --git a/hydra/jobsets.nix b/hydra/jobsets.nix index ed2fe46c..c7a8f415 100644 --- a/hydra/jobsets.nix +++ b/hydra/jobsets.nix @@ -26,15 +26,15 @@ value = "${info.head.repo.clone_url} ${info.head.ref}"; emailresponsible = false; }; - github_input = { + gitea_status_repo = { type = "string"; value = "nixos-config"; }; - github_repo_owner = { + gitea_repo_owner = { type = "string"; value = info.head.repo.owner.login; }; - github_repo_name = { + gitea_repo_name = { type = "string"; value = info.head.repo.name; }; @@ -59,18 +59,18 @@ inputs = { nixos-config = { type = "git"; - value = "https://github.com/DarkKirb/nixos-config main"; + value = "https://git.chir.rs/darkkirb/nixos-config main"; emailresponsible = false; }; - github_input = { + gitea_status_repo = { type = "string"; value = "nixos-config"; }; - github_repo_owner = { + gitea_repo_owner = { type = "string"; - value = "DarkKirb"; + value = "Darkkirb"; }; - github_repo_name = { + gitea_repo_name = { type = "string"; value = "nixos-config"; }; diff --git a/hydra/spec.json b/hydra/spec.json index 551259ab..c4060212 100644 --- a/hydra/spec.json +++ b/hydra/spec.json @@ -12,7 +12,7 @@ "inputs": { "nixos-config": { "type": "git", - "value": "https://github.com/DarkKirb/nixos-config.git main", + "value": "https://git.chir.rs/darkkirb/nixos-config.git main", "emailresponsible": false }, "nixpkgs": { @@ -21,19 +21,19 @@ "emailresponsible": false }, "prsJSON": { - "type": "githubpulls", - "value": "DarkKirb nixos-config", + "type": "giteapulls", + "value": "git.chir.rs darkkirb nixos-config", "emailresponsible": false }, - "github_input": { + "gitea_status_repo": { "type": "string", "value": "nixos-config" }, - "github_repo_owner": { + "gitea_repo_owner": { "type": "string", - "value": "DarkKirb" + "value": "darkkirb" }, - "github_repo_name": { + "gitea_repo_name": { "type": "string", "value": "nixos-config" }