Difference between revisions of "Koji Testbed"

From PDP/Grid Wiki
Jump to navigationJump to search
Line 162: Line 162:
 
A Koji build will first do a <nowiki>buildSRPMFromSCM</nowiki> job, which will run mock to generate a buildroot, inside of which 'yum groupinstall srpm-build' is run. Later, a <nowiki>buildArch</nowiki> job does the actual building, and here mock runs 'yum groupinstall build'.
 
A Koji build will first do a <nowiki>buildSRPMFromSCM</nowiki> job, which will run mock to generate a buildroot, inside of which 'yum groupinstall srpm-build' is run. Later, a <nowiki>buildArch</nowiki> job does the actual building, and here mock runs 'yum groupinstall build'.
 
These groups must be created by us first, and populated with package names that we need to have available at this stage.
 
These groups must be created by us first, and populated with package names that we need to have available at this stage.
koji add-tag epel5-basedeps
+
  koji add-group epel5-build build
  koji add-group epel5-basedeps build
+
  koji add-group epel5-build srpm-build
  koji add-group epel5-basedeps srpm-build
 
 
   
 
   
 
They need to be populated. Clone from a typical value for the Fedora Koji systems, e.g.
 
They need to be populated. Clone from a typical value for the Fedora Koji systems, e.g.

Revision as of 14:53, 26 September 2014