From 516a208a1ff230351f2ff87a6891175564a6ee38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 3 May 2024 13:01:44 +0200 Subject: [PATCH 1/2] README: document CI --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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. From ab0c99c86f86f0f1921231c64940f587f644502c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 3 May 2024 13:02:36 +0200 Subject: [PATCH 2/2] buildbot-nix: switch to main branch --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) 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";