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

This commit is contained in:
Ryan C. Gordon 2020-05-16 23:29:03 -04:00
parent 9d61fadd3e
commit e3231d1cb0
1 changed files with 1 additions and 1 deletions

View File

@ -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.