Confirmed users
107
edits
Line 36: | Line 36: | ||
Make sure to use the "slaves" branch: different branches for masters and slaves were created when we upgraded the buildslaves without upgrading the buildmaster, which also happened to be while we were still running some 0.7 masters. The remaining masters are all built from the production-0.8 branch, while slaves are built from the slave branch. | Make sure to use the "slaves" branch: different branches for masters and slaves were created when we upgraded the buildslaves without upgrading the buildmaster, which also happened to be while we were still running some 0.7 masters. The remaining masters are all built from the production-0.8 branch, while slaves are built from the slave branch. | ||
The distutils version to be used to build the packages must be 2.7.2. | |||
You can check the distutils version installed in your system as follows: | |||
$ python | |||
Python 2.7.2 (default, Oct 11 2012, 20:14:37) | |||
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin | |||
Type "help", "copyright", "credits" or "license" for more information. | |||
>>> import distutils | |||
>>> distutils.__version__ | |||
'2.7.2' | |||
= buildslave::startup = | = buildslave::startup = |