diff --git a/README.md b/README.md index 940fa6f..c0fa8a2 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,8 @@ $ ./tf.sh apply $ cd ./targets/web01 $ ./tf.sh apply ``` + +## To add a new project to CI + +1. Add the 'buildbot-clan' topic to the repository using the "Manage topics" button below the project description +2. Go to https://buildbot.clan.lol/#/builders/2 and press "Update projects" after you have logged in. diff --git a/flake.lock b/flake.lock index 4f05130..0800252 100644 --- a/flake.lock +++ b/flake.lock @@ -13,16 +13,15 @@ ] }, "locked": { - "lastModified": 1714557645, - "narHash": "sha256-iCbmdbJULi4reK8qfkvvc3U9T/yKawBA3pbwA4y5kRQ=", + "lastModified": 1714731655, + "narHash": "sha256-l1CBL6Opxoay8H3rxRb9aD6Y0WJU/rNMbIjkAMqegGk=", "owner": "Mic92", "repo": "buildbot-nix", - "rev": "4f78c6e7f79b936c8169c0ec4ad379a9d304a208", + "rev": "a36953b52d6bb9a52da2f5edce9abba18bd595c5", "type": "github" }, "original": { "owner": "Mic92", - "ref": "gitea-fixes", "repo": "buildbot-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 890ae50..374f524 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ clan-core.inputs.treefmt-nix.follows = "treefmt-nix"; clan-core.inputs.sops-nix.follows = "sops-nix"; - buildbot-nix.url = "github:Mic92/buildbot-nix/gitea-fixes"; + buildbot-nix.url = "github:Mic92/buildbot-nix"; buildbot-nix.inputs.nixpkgs.follows = "nixpkgs"; buildbot-nix.inputs.flake-parts.follows = "flake-parts"; buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";