Difference between revisions of "Koji Testbed"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 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 | + | 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) == |