[Buildbot-devel] 0.7.11-RC1 - help test it out!

Bailey, Darragh dbailey at hp.com
Tue Jul 7 11:08:42 UTC 2009


> -----Original Message-----
> From: Dustin J. Mitchell [mailto:dustin at zmanda.com] 
> Sent: 03 July 2009 23:02
> To: buildbot-devel list
> Subject: [Buildbot-devel] 0.7.11-RC1 - help test it out!
> 
> OK, I have tagged a release candidate.  The tarball is available for
> download here:
>   http://github.com/djmitche/buildbot/tarball/buildbot-0.7.11-rc1
> 
> Please download it, run the tests, and generally try it out.  I'd like
> to do the final release at the end of the week, so let's get any
> showstoppers found and fixed by then!
> 
> Dustin


buildbot.test.test_transfer.UploadDirectory tests are broken on python 2.3 since it doesn't support TarFile.extractall() functionality.

Problem is in remote_unpack function in steps/transfer.py

Created a ticket for the problem
http://buildbot.net/trac/ticket/582


I'll look into this in more detail later, but I suspect that it is also a problem on python 2.4 since the documentation states that the function was only added in 2.5.

Possible fix would be to use the other functions supplied by Tarfile to replicate the behaviour of extractall either for all versions or for python < 2.5

--
Regards,
Darragh Bailey

Systems Software Engineer
Hewlett Packard Galway Ltd.

Postal Address:    Hewlett Packard Galway Limited, Ballybrit Business Park, Galway
Registered Office: Hewlett Packard Galway Limited, 63-74 Sir John Rogerson's Quay Dublin 2
Registered Number: 361933 





More information about the devel mailing list