diff options
author | lassulus <lass@blue.r> | 2018-09-09 12:07:52 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-09-09 12:07:52 +0200 |
commit | a5e484e98438ebae5af2be9223becf67d1eed17f (patch) | |
tree | fee02a181dc23e728ad76c038e257c32870fd81b /krebs/2configs/repo-sync.nix | |
parent | 4016855f419802292387c10a794797fac3525f53 (diff) |
repo-sync: add buildbot-classic
Diffstat (limited to 'krebs/2configs/repo-sync.nix')
-rw-r--r-- | krebs/2configs/repo-sync.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/repo-sync.nix b/krebs/2configs/repo-sync.nix index 3ca94fc1b..392e6bed3 100644 --- a/krebs/2configs/repo-sync.nix +++ b/krebs/2configs/repo-sync.nix @@ -143,6 +143,7 @@ in { (sync-retiolum { name = "cholerab"; desc = "krebs thesauron & enterprise-patterns"; section = "documentation"; }) + (sync-retiolum { name = "buildbot-classic"; desc = "fork of buildbot"; section = "software"; }) (sync-retiolum { name = "disko"; desc = "take a description of your disk layout and produce a format script"; section = "software"; }) (sync-retiolum { name = "news"; desc = "take a rss feed and a timeout and print it to stdout"; section = "software"; }) (sync-retiolum { name = "krops"; desc = "krebs ops"; section = "software"; }) |