Changes

Jump to: navigation, search

Pidora SOP

1,676 bytes added, 11:30, 28 June 2013
Sign, Mash, and Rsync Together!
= Sign, Mash, and Rsync Together! =
* ssh japan* run as root /root/pidora-update/pidora-update.py <pre> Usage: pidora-update.py [options] Options: -h, --help show this help message and exit -i, --info check machine status and configuration -a, --all sign, mash, rsync -s, --sign sign all packages in listed tag -m, --mash start a mash run -r, --rync perform a rsync of the mash repos -l, --list-unsigned list unsigned rpms --koji-tag=KOJITAG specify the koji tag to sign --sigul-user=agreene specify the user for sigul --sigul-host=england specify the host for sigul --mash-user=root specify the user for mash --mash-host=japan specify the host for mash --rsync-user=pidorapr specify the user for rsync --rsync-host=pidora.ca specify the host for rsync</pre> * All the configurations in the script can be changed with the command line options ** Can change the user to run sigul, mash, and rsync ** Can change the host to run sigul, mash, and rsync ** Can change which koji tag will be used for signing == Changing Default Configurations ==  * Can view all default configurations with the following command: <pre> ./pidora-update.py --info </pre> * Modify the script with a text editor ** Change any of the variables listed below: <pre>sigulhost = englandmashhost = japanrsynchost = pidora.casiguluser = agreenemashuser = rootrsyncuser = pidoraprmashdir = /usr/local/bin/mash-pidorakojitags = [Pidora_Update_SOP'f18-updates', 'f18-rpfr-updates', 'f18-updates-testing', 'f18-rpfr-updates-testing']</pre> == Source Code == [[Pidora-Update-Source | pidora-update.py]]
= Signing Packages =
198
edits

Navigation menu