Skip to content

Commit

Permalink
Fix reloading of slave configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amber Yust committed Oct 1, 2010
1 parent 21d7460 commit 60adc64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions master/buildbot/buildslave.py
Expand Up @@ -87,6 +87,11 @@ def update(self, new):
assert self.__class__ == new.__class__
self.max_builds = new.max_builds
self.access = new.access
self.notify_on_missing = new.notify_on_missing
self.missing_timeout = new.missing_timeout

self.properties.updateFromProperties(new)

if self.botmaster:
self.updateLocks()

Expand Down

0 comments on commit 60adc64

Please sign in to comment.