commit 4a657f3b0e096987163342ae0cb69d8e0fe29092 parent 19b6c8fad22b0c403b121148bc9ec3f4e381bbc2 Author: buckE <buckE@disroot.org> Date: Tue, 16 Jun 2020 05:14:29 +0000 added comments for new formatting best practices Diffstat:
| M | buildbot/master.cfg | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1093,8 +1093,10 @@ c["db"] = { # - BUILDER function # - FACTORY function # -# NOTE: WORKER must be defined above, in "c["workers"] = [" list -# +# NOTE: WORKER must be added to list: c["workers"] = [ +# NOTE: BUILDER must be added to list: c["builders"] = [ +# NOTE: BUILDER must be added to this list too: BUILDER_LIST = [ +########################################################################################### ### --- linkchecker ---