]> Humopery - private/buildbot-default.git/commitdiff
projects don't do anything
authorErik Mackdanz <erikmack@gmail.com>
Wed, 30 Oct 2024 01:02:21 +0000 (01:02 +0000)
committerErik Mackdanz <erikmack@gmail.com>
Wed, 30 Oct 2024 01:02:21 +0000 (01:02 +0000)
master.cfg

index 04c4eafeedc0c5d974c9f1ca1eece3c497728399..79a56d06a912f9af3b99875e753e883bbd456c52 100644 (file)
@@ -75,6 +75,15 @@ c['change_source'].append(changes.GitPoller(
     pollAtLaunch=True,
     pollInterval=60*60*24))
 
+####### PROJECTS
+
+c['projects'] = []
+c['projects'].append(util.Project(
+    name='veilid',
+    description='The veilid privacy network'
+))
+
+
 ####### SCHEDULERS
 
 # Configure the Schedulers, which decide how to react to incoming changes.  In this