Hello guys,
our company is going to distribute our software as rpms. I have prepared set Source RPMS which works ok on 64-bit and i386 platform.
I want to make our build process more automatic.
1. What is the best way to build 32bit RPMS on 64bit CentOS machine? 2. What software/automatization script can be used for make build more automatic === does for centos exists something like Koji for Fedora?
Thanks in advance!
David
David Hláčik wrote:
Hello guys,
our company is going to distribute our software as rpms. I have prepared set Source RPMS which works ok on 64-bit and i386 platform.
I want to make our build process more automatic.
- What is the best way to build 32bit RPMS on 64bit CentOS machine?
Use mock (which is in CentOS extras repository).
- What software/automatization script can be used for make build more
automatic === does for centos exists something like Koji for Fedora?
I just have a small shell script wrapper around mock. If you need to build on a larger scale, you could take a look at plague. If you just need to build two or three packages a day, use a shell script :)
Cheers,
Ralph