Difference between revisions of "Koji Testbed"

From PDP/Grid Wiki
Jump to navigationJump to search
Line 190: Line 190:
 
Koji can build from various revision control systems, such as git and SVN. The way this works is to give <code>koji build</code> a parameter in the form
 
Koji can build from various revision control systems, such as git and SVN. The way this works is to give <code>koji build</code> a parameter in the form
 
  ''(repository URL)''?''(component path)''#''(revision ID)''
 
  ''(repository URL)''?''(component path)''#''(revision ID)''
The '?' and '#'
+
 
The git repository must be added to the allowed repositories on the builder in kojid.conf.
+
The repository must be added to the allowed repositories on each builder (in kojid.conf):
 +
/etc/kojid/kojid.conf:
 +
...
 +
allowed_scms=bleek.testbed:/koji.git:no ndpfsvn.nikhef.nl:/ro/mwsec:no
 +
...
  
 
== Building from git (deprecated) ==
 
== Building from git (deprecated) ==

Revision as of 10:21, 1 August 2013