From e3231d1cb090d55dbfb8daa543a58277bc3a082f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 16 May 2020 23:29:03 -0400 Subject: [PATCH] Modern buildbot vocabulary is "worker," not "slave." --- extras/buildbot-checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/buildbot-checker.sh b/extras/buildbot-checker.sh index 6a0829c..b1cf7ad 100755 --- a/extras/buildbot-checker.sh +++ b/extras/buildbot-checker.sh @@ -1,6 +1,6 @@ #!/bin/bash -# This is a script used by some Buildbot buildslaves to push the project +# This is a script used by some Buildbot workers to push the project # through Clang's static analyzer and prepare the output to be uploaded # back to the buildmaster. You might find it useful too.