Using Hudson to build RPM packages.

Posted by leeeroy on Stack Overflow See other posts from Stack Overflow or by leeeroy
Published on 2010-02-09T22:14:23Z Indexed on 2010/04/29 19:57 UTC
Read the original article Hit count: 537

Filed under:
|

I've a C project set up in Hudson doing nighly builds, i've also an .rpm spec file used for creating rpms from these sources.

Does anyone have any experience on how to build rpms out of all this using Hudson ?

Right now the only solution I see is to set up a job running a script that checks svn exports the sources ,creates a tarball and does the whole rpm build. This doesn't seem to integrate well with Hudson - e.g. how do I collect the artifacts ?

© Stack Overflow or respective owner

Related posts about hudson

Related posts about rpm