You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Grant Smith <wo...@gmail.com> on 2007/05/21 18:51:16 UTC

Nightly build problems

I'm trying to understand why the nightly builds are failing. It looks like
the mrmaven user on the zone has a cron job called nightly-assembly.py,
which does:



#!/opt/python-2.4.1/bin/python

import continuum
import sys

continuum = continuum.Continuum( "http://localhost:8000" )

continuum.buildProject( 50, 1 )

continuum.buildProject( 51, 1 )


So it looks like it tries to build whatever projects 50 and 51 were on the
continuum server. I'm not sure we even need this anymore. Surely continuum
doesn't need an external python script telling it to build projects ?


--
Grant Smith