Changes between Version 36 and Version 37 of NuWa_Slave

Show
Ignore:
Timestamp:
06/29/11 10:23:21 (13 years ago)
Author:
blyth (IP: 140.112.4.192)
Comment:

note on our bitten slaves lack of support for py27

Legend:

Unmodified
Added
Removed
Modified
  • NuWa_Slave

    v36 v37  
    7272 
    7373 
    74 == Pre-requisites : python 2.4-2.7 , setuptools, bitten ( 0.6dev-r561 ) == 
     74== Pre-requisites : python 2.4-2.6 , setuptools, bitten ( 0.6dev-r561 ) == 
    7575 
    7676 
     
    134134 
    135135For help on installing setuptools see http://pypi.python.org/pypi/setuptools 
     136 
     137 
     138=== porting to py27 === 
     139 
     140The slave is known not to work with py27. Porting to allow this 
     141is not straightforward. 
     142 
     143Attempts to get the slave running at Virginia Tech and IHEP on py27 
     144failed. A few low-hanging fixes were done and propagated into the bitten patch  
     145but the process is not complete. 
     146 
     147The porting is not easy due to our use of an ancient bitten version 
     148and we cannot change that without changing the version of the Trac master. 
     149This is because the HTTP based protocol that the slave and master 
     150use to communicate ties together their versions. 
     151 
     152Thus stick with py24/py25/py26 
    136153 
    137154