Difference between revisions of "Pidora SOP"
(→Example Kickstart File) |
(→Example Livemedia-Creator Command) |
||
Line 34: | Line 34: | ||
== Example Livemedia-Creator Command == | == Example Livemedia-Creator Command == | ||
+ | livemedia-creator --make-disk --no-virt --image-only --keep-image --ks=rpfr-18.ks | ||
+ | |||
* command details | * command details | ||
+ | -h, --help show this help message and exit | ||
+ | --make-disk Build a disk image | ||
+ | --no-virt Use Anaconda's image install instead of virt-install | ||
+ | --image-only Exit after creating disk image. | ||
+ | --ks KS Kickstart file defining the install. | ||
+ | |||
== Example Post Script Execution == | == Example Post Script Execution == | ||
* post script details | * post script details |
Revision as of 11:46, 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
http://scotland.proximity.on.ca/raspberrypi/test-releases/rpfr18v6/latest/pidora-18.ks
Example Livemedia-Creator Command
livemedia-creator --make-disk --no-virt --image-only --keep-image --ks=rpfr-18.ks
- command details
-h, --help show this help message and exit --make-disk Build a disk image --no-virt Use Anaconda's image install instead of virt-install --image-only Exit after creating disk image. --ks KS Kickstart file defining the install.
Example Post Script Execution
- post script details