Changes between Version 26 and Version 27 of HowtoContributeABuildbot
- Timestamp:
- 2014-07-15T17:01:08Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoContributeABuildbot
v26 v27 9 9 Anyone who can get their code into any part of the development repos, can take control the of the user account running the buildslave process. 10 10 Therefore, create a dedicated user account to run this process. 11 12 ==== Optional Configurations ====13 You can use other mechanisms to limit the privileges available to the buildbot, such as jail, chroot, or Solaris Zones. You can optionally use a different user account or other privilege-limiting mechanisms to keep the tahoe-lafs, pycryptopp, and zfec buildslaves (see below) separated.14 11 15 12 == Name The Buildslave == … … 37 34 === More Details === 38 35 The official buildslave creation documentation is [http://djmitche.github.com/buildbot/docs/latest/Creating-a-buildslave.html#Creating-a-buildslave here]. 36 37 ==== Optional Configurations ==== 38 You can use other mechanisms to limit the privileges available to the buildbot, such as jail, chroot, or Solaris Zones. You can optionally use a different user account or other privilege-limiting mechanisms to keep the tahoe-lafs, pycryptopp, and zfec buildslaves (see below) separated.