Changes

Jump to: navigation, search

Koji Follow

622 bytes added, 10:27, 8 July 2013
Run Notes
= Koji Follow Que Script =
== Build Notes ==
* This script does not automatically solve circular dependency issues (which there are a lot of, especially packages like sub perl modules)
# libA-2.0-1.fc18 is built (Provides: libA.so.2)
#* All packages will now appear to be up to date and current except that the repo is now broken as trying to install packageB or packageC will require libA.so.1 which is not being provided for at all since the updated libA only provides libA.so.2
 
== Run Notes ==
 
* Packages are not processed in alphabetical order and the output is not displayed in numerical order
* The koji error log is for processing messages and the koji stdout log is for queing messages
* You need to add any new package names to a tag before they are built
* You need a lot of free space in the current directory that the script is running in
* Before running the script, attempt a scratch build of a sample package with the given build tag
* You can redirect stderr to stdout and write stdout to a file so that the messages are in order with each other
= Downloads =
</pre>
<b>python ~/kf/koji-follow.py ~/kf/koji-follow.conf > ~/logskf/kfo.log 2> ~/logskf/kfe.log</b>
== latest-follow mode ==
</pre>
== Execution Example == <b>python ~/kf/koji-follow.py ~/kf/koji-follow.conf > ~/logskf/kfo.log 2> ~/logskf/kfe.log</b>
= Example Log Output =
== STDOUT Messages ==
1
edit

Navigation menu