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

Buildbot nobody at buildbot.net
Mon Jul 9 13:14:51 UTC 2012


#2323: Building RPMs
----------------------------+------------------------
Reporter:  saqub01          |       Owner:
    Type:  support-request  |      Status:  new
Priority:  major            |   Milestone:  undecided
 Version:  0.8.6p1          |  Resolution:
Keywords:  RPM              |
----------------------------+------------------------

Comment (by saqub01):

 Replying to [comment:1 dustin]:
 > Well, what do you want to do next?
 >
 > There's nothing wrong with letting your makefile build the RPMs - no
 reason that Buildbot would be better at it.

 OK thanks, I've just taken over this task and like I said I am completely
 unfamiliar with BuildBot, so if I want my makefile to build the RPMs do I
 take the following code out?

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

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

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

 factory_S.addStep(Compile(command=["make", "build"])) would that work?

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


More information about the Commits mailing list