Thursday, June 3, 2010

GSOC first meeting : PyPI Testing Infrastructure (PYTI)

Hello all,

This my second post in this bloc and my first for the GSOC project : PYPI Testing Infrastructure (PYTI).

The project for the ones that don't know it is about creating a testing infrastructure to test packages that get upload it to PYPI check this link for more information .

For that matter we chose to work with pony-build as the continuous integrating system that will let us run the test in an EC2 machines that run on different platform (linux, windows, unix ...), and as an user interface, we chose to build a web interface with Django that will let the user :
  • build his own packages in the platform of his choice .
  • see build report with some other stuff related to the build like a time-line of build ...
  • every user must have an account in PYTI where he can enable some feature like a notification system for the build , schedule build to be run ...
In this first two weeks i was creating a prototype of the Web interface , now i'm adding some feature on it ,i hope that i will finish this week i will publish some screenshot as soon as i have something ready.

For the next days of this week i have to much task to do :
  • write a help of how using PYTI.
  • interface pony-build with the web interface that we created.
  • automatize the installation of the web interface .
  • add some feature to the Web interface
for the ones that are interested you can follow us on this link.

No comments:

Post a Comment