[Buildbot-devel] 0.8.2 incoming
    Charles Lepple 
    clepple at gmail.com
       
    Thu Oct 28 12:16:55 UTC 2010
    
    
  
On Oct 26, 2010, at 4:21 PM, Dustin J. Mitchell wrote:
>> 2. if you find release candidates useful, let me know
>
> Thinking back, release candidates have been more about testing the
> packaging than about testing the code.  So I'm going to assume the
> code is fit to release, barring any major blockers.  However, I may
> very well have screwed up the packaging.
Release candidates are useful, but it's also something that I could  
learn to build myself with sdist. If there are any tricks to this, let  
me know.
One thing that I think has crept in since 0.8.1: when I build the Fink  
package, where the prefix is /sw, there is a file /sw/buildslave/ 
VERSION which is failing the Fink validation check.
Here's how this gets built for Python 2.6:
python2.6 setup.py build
...
python2.6 setup.py install --root=<buildroot>/sw
Then the .deb gets built from the <buildroot> directory.
With this structure, the buildslave modules get installed in /sw/lib/ 
python2.6/site-packages/buildslave (which I assume is where the  
VERSION file should go).
Could this be done by reading the "version" global from buildslave/ 
__init__.py?
-- 
Charles Lepple
    
    
More information about the devel
mailing list