Difference between revisions of "Pidora SOP"
(→Mash Command Line Details) |
(→Building Packages) |
||
Line 11: | Line 11: | ||
== Koji-Follow Configuration SOPs == | == Koji-Follow Configuration SOPs == | ||
* http://zenit.senecac.on.ca/wiki/index.php/Koji_Follow | * http://zenit.senecac.on.ca/wiki/index.php/Koji_Follow | ||
+ | == How-To-Run == | ||
+ | * ssh <your_username>@japan | ||
+ | * sudo kojiadmin | ||
+ | * screen -xr follow | ||
+ | * python ~/koji-follow.py ~/koji-follow.conf > ~/logs/kfo.log 2> ~/logs/kfe.log | ||
= Signing Packages = | = Signing Packages = |
Revision as of 11:39, 9 April 2013
Intro
This page covers how one can manage the various needed parts of a complete release process. This includes the other SOP pages containing file configurations and/or quick command line references for the following procedures:
- Building packages
- Signing packages
- Creating repositories
- Composing images
Building Packages
Koji-Follow Configuration SOPs
How-To-Run
- ssh <your_username>@japan
- sudo kojiadmin
- screen -xr follow
- python ~/koji-follow.py ~/koji-follow.conf > ~/logs/kfo.log 2> ~/logs/kfe.log
Signing Packages
Sigul Configuration SOPs
- http://zenit.senecac.on.ca/wiki/index.php/Sigul_Signing_Server_Setup
- http://zenit.senecac.on.ca/wiki/index.php/Cdot_sigul_sop
- http://fedoraproject.org/wiki/Create_release_signing_key
Creating Repositories
Mash Config Files
- config file here
Mash Command Line Details
- user/host, crontab lines, script execution, config files, etc
Composing Images
Example Kickstart File
- page link
Example Livemedia-Creator Command
- command details
Example Post Script Execution
- post script details