From Fedora Project Wiki

Revision as of 23:35, 3 September 2010 by Poelstra (talk | contribs) (Created page with '== Description == Fedora updates for released er releases are typically pushed once a work day. This SOP covers the steps involved. == Action == 1. install <code>bodhi-client<...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Fedora updates for released er releases are typically pushed once a work day. This SOP covers the steps involved.

Action

1. install bodhi-client on your local workstation

yum install <I don't know>

2. refresh login cache

$ bodhi -m

3. Get a list of packages to push

$ bodhi -P --push-release F12 --push-release F13
Warning.png
WAIT!
Do NOT press "Yes" yet.

4. Copy build names to signing host, one package name per line

'''FIXME'''--commands?

5. Sign builds using scripts/sigulsign_unsigned.py from releng git repo

$ ./sigulsign_unsigned.py -vv --write-all fedora-13 $(cat tosign)
Stop (medium size).png
Run this process from screen
It is strongly suggested that the above procedure be run from screen. Doing so requires a host configured as sigul client. See the sigul client SOP NEED LINK

6. Press yes on bodhi push command. If prompted for a password CTRL+c and start over.

Verification

1. Tail the bodhi server log to watch progress on releng2:

$ sudo tail -f /var/log/bodhi/server.log

Wait for the bodhi masher report (sent to bodhi-adminmember@fp.o) for success/failure.

Consider Before Running

Pushes often fall over due to tagging issues or unsigned packages. Be prepared to work through the failures and restart pushes from time to time

$ bodhi -P --resume-push
  • FIXME--include a listing common failure cases and how to work around them