<br><br><div class="gmail_quote">On Thu, Jun 18, 2009 at 5:02 PM, Leonardo Santagada <span dir="ltr">&lt;<a href="mailto:santagada@gmail.com">santagada@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I remember when snakebite was announced someone had the idea to have a kind of build bot go into pypi and get all packages sent to it and automatically compile them on snakebite for all major platforms and automatically run tests and submit the compiled packages to pypi. Is anyone working on this?</blockquote>
<div><br>I mentioned that need a while ago and work on a project see (<a href="http://tarekziade.wordpress.com/2009/05/28/smoke-testing-in-distutils">http://tarekziade.wordpress.com/2009/05/28/smoke-testing-in-distutils</a>), and I made a buildbot doing smoke tests : I have it running for a few packages here <a href="http://buildbot.ziade.org/waterfall">http://buildbot.ziade.org/waterfall</a> on one slave so far.<br>
<br>I helps me on making sure I don&#39;t break distutils :)<br> <br>I know Titus wants to do something similar as well, and I think Antonio project is adressing another need.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
The biggest problem I see is security, but if people are really interested in this we could at least try it no?</blockquote><div><br>I have a white list of packages so far. A complete system needs to run in a virtual environment and scratch it everytime<br>
a package is tested + cut the network access.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Automatic testing in many python versions, conversion using 2to3 and building packages for windows and macosx seems like a very interesting service.<br>
</blockquote><div><br><br>I am calling &quot;python setup.py sdist&quot; and &quot;python setup.py bdist&quot; so far and compare the output on various python versions, <br>but any command would work. If you are interested in writing some scripts, you are welcome to join, it&#39;s an open project<br>
located here <a href="http://bitbucket.org/tarek/distutils-builbot/src/">http://bitbucket.org/tarek/distutils-builbot/src/</a><br><br>Tarek<br></div></div><br>-- <br>Tarek Ziadé | <a href="http://ziade.org">http://ziade.org</a><br>
<br>