Pārlūkot izejas kodu

Modern buildbot vocabulary is "worker," not "slave."

Ryan C. Gordon 5 gadi atpakaļ
vecāks
revīzija
e3231d1cb0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      extras/buildbot-checker.sh

+ 1 - 1
extras/buildbot-checker.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/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
 #  through Clang's static analyzer and prepare the output to be uploaded
 #  back to the buildmaster. You might find it useful too.
 #  back to the buildmaster. You might find it useful too.