198
edits
Changes
→Examples runs
</pre>
* Change sigul user
<pre>
./pidora-update.py --all --sigul-user=oatley
</pre>
* Run sign, mash, or sync separately, instead of together with the --all option
<pre>
./pidora-update.py --sign
./pidora-update.py --mash
./pidora-update.py --rsync
</pre>
* Changing the configurations with command line options
<pre>
./pidora-update.py --sign --sigul-user=oatley --koji-tag=f18-updates-testing
</pre>