[Buildbot-commits] [Buildbot] #2323: Building RPMs

Buildbot nobody at buildbot.net
Mon Jul 9 11:05:21 UTC 2012


#2323: Building RPMs
--------------------+-----------------------
Reporter:  saqub01  |      Owner:
    Type:  task     |     Status:  new
Priority:  major    |  Milestone:  undecided
 Version:  0.8.6p1  |   Keywords:  RPM
--------------------+-----------------------
 I am a new user of BuildBot 0.8.6. Currently I am trying to build RPMs
 using the rpmbuild buildbot module and on successful build move the RPMs
 to the test repository.

 At the moment the only code I have relating to RPMs is:

 from buildbot.steps.package.rpm.rpmbuild import RpmBuild


 factory_S.addStep(Compile(command="NO_RPM=1 make all_name"))

 Note the NO_RPM=1 environment variable passed to make. This is a new
 feature that prevents the building of RPMs from the name2 scripts. This is
 to allow Buildbot to take over the RPM build process itself, so that i can
 pass on extra information, and make clearer decisions on the success of
 the RPM build.

 I would appreciate any guidance on how to proceed.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2323>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list