1
edit
Changes
Styrene
,no edit summary
* dep_cap.capability <-> dep_rpm.capability
* dep_rpm.rpm <-> dep_srpm.rpm
= Basic Usage =
To initially create a db with the structure/info inside of it:
<pre>styrene load-db</pre>
In order to mark the db with the current package statuses in koji, run:
<pre>styrene mark-db</pre>
To start que'ing pkg builds (timed & throttled infinite-loop):
<pre>styrene que-ready</pre>
A graphical web page can be generated also if apache is running with cgi-bin enabled:
<pre>vi /var/www/cgi-bin/styrene</pre>
<pre>/path/to/styrene cgi-bin</pre>
Note:
* User "apache" should have a home folder and shell (ex. apache:x:48:48:Apache:/var/www:/bin/bash)
* "apache" home folder should contain a link to an accessible styrene config/database (if not specified in etc)
= URLs =