canmove, Confirmed users
6,441
edits
| Line 494: | Line 494: | ||
== Releng stuff == | == Releng stuff == | ||
=== | === Add slave(s) to configuration files === | ||
The following files need to be updated with new slaves (note that the production Buildbot config is explicitly not updated here, it will be done later): | |||
# cltbld | * [http://hg.mozilla.org/build/buildbot-configs/file/tip/mozilla2-staging/config.py buildbot-configs/mozilla2-staging/config.py] | ||
cd | * [http://hg.mozilla.org/build/opsi-package-sources/file/tip/production-slaves opsi-package-sources/production-slaves] (or staging-slaves for slaves that will be in staging permanently). | ||
Once your patches have landed, you need to update the following checkouts: | |||
* On staging-master: | |||
# as cltbld | |||
cd /builds/buildbot/user-configs/clean-configs | |||
hg pull && hg up | |||
cd ../../user-configs2/clean-configs | |||
hg pull && hg up | |||
* On production-opsi (or staging-opsi if you updated staging-slaves): | |||
# as cltbld | |||
cd opsi-package-sources | |||
hg pull && hg up | hg pull && hg up | ||
=== verify setup in staging === | === verify setup in staging === | ||