Hi Jeff, I did create a Jira issue for this:
https://issues.apache.org/jira/browse/INFRA-3202 As soon as the environment is available I can volunteer to setup a Hudson build job. Regards, Stephan Am 10.11.2010 um 22:43 schrieb Niklas Gustavsson: > Please open a JIRA issue with this request. If appropriate, provide > installation instructions on one of the slaves OSes (preferably on > Ubuntu using apt-get). > > /niklas > > On Wed, Nov 10, 2010 at 9:29 PM, Stephan Klevenz <[email protected]> wrote: >> Hi build admins, >> >> The Apache Chemistry project (http://incubator.apache.org/chemistry/) would >> like to build documentation with Hudson and require a tool called Sphinx. >> How that works with Hudson is described here: >> >> http://blog.timc3.com/2010/03/21/using-hudson-to-build-sphinx-documentation/ >> >> In summary the Hudson requirements are: >> Hudson Python plugin >> pip installed for python >> VirtualEnv installed for python >> The build script is this: >> >> cd $WORKSPACE >> virtualenv -q docs >> source ./docs/bin/activate >> pip install -q -E ./docs -r trunk/requirements.pip >> cd trunk >> sphinx-build -b html source build >> >> Is this from general interest and supported by Apache Hudson? If not then is >> there an option to get this within a local environment? >> >> Regards, >> Stephan ---- Stephan Klevenz Fabrikstr. 45 69126 Heidelberg Tel.: +49 6221 879625 Fax.: +49 6221 339926
