canmove, Confirmed users
6,439
edits
Line 573: | Line 573: | ||
hg pull && hg up | hg pull && hg up | ||
=== Accept the client's key on the Puppet server === | === Accept the client's key on the Puppet server === | ||
Until you have manually accepted the clients key on the Puppet server it will be unable to sync up. | Until you have manually accepted the clients key on the Puppet server it will be unable to sync up. | ||
Line 586: | Line 580: | ||
Subsequent attempts to sync up should succeed now. You can watch /var/log/messages to verify, if you want. | Subsequent attempts to sync up should succeed now. You can watch /var/log/messages to verify, if you want. | ||
=== Buildbot Setup === | |||
Puppet will already give you the correct version of Buildbot. When you create the slave, be sure to set | |||
umask = 002 | |||
keepalive = None | |||
usepty = 1 | |||
in the buildbot.tac and restart it (otherwise we'll start pushing update snippets around with mode 600, time out from a busy master, and fail to clean up unit test failures). | |||
== switchover from staging to production == | == switchover from staging to production == |