Bodhi

Mi primer uso en la línea de comandos:

$ bodhi --mine
Password for gomix:**********
 rubygem-kgio-2.7.0-3.el6                     newpackage   testing   2012-01-07 
 rubygem-kgio-2.7.0-3.fc15                    newpackage   pending   2012-01-06 
 rubygem-kgio-2.7.0-3.fc16                    newpackage   pending   2012-01-06 
 rubygem-state_machine-1.1.1-1.el5            enhancement  testing   2012-01-05 
 rubygem-state_machine-1.1.1-1.el6            enhancement  testing   2012-01-05 
 rubygem-state_machine-1.1.1-1.fc15           enhancement  testing   2012-01-05 
 rubygem-state_machine-1.1.1-1.fc16           enhancement  testing   2012-01-05 
 rubygem-rhc-0.83.9-1.el6                     enhancement  stable    2011-12-22 
 rubygem-rhc-0.83.9-1.fc15                    enhancement  stable    2011-12-22 
 rubygem-rhc-0.83.9-1.fc16                    enhancement  stable    2011-12-22 
79 updates found
$ bodhi --help
Usage: bodhi [options] [build...|package]

Command line tool for interacting with Bodhi

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -n, --new             Submit a new update
  -e, --edit            Edit an existing update
  -M, --masher          Display the status of the Masher (releng only)
  -P, --push            Display and push any pending updates (releng only)
  --push-type=PUSH_TYPE
                        Types of updates to push (releng only)
  --push-release=PUSH_RELEASE
                        Types of updates to push (releng only)
  --push-request=PUSH_REQUEST
                        Requests of updates to push (stable or testing)
                        (releng only)
  --push-build=PUSH_BUILD
                        Push a specific builds (releng only)
  --resume-push         Resume an unfinished push (releng only)
  -d, --delete          Delete an update
  --file=INPUT_FILE     Get update details from a file
  -m, --mine            Display a list of your updates
  -C, --candidates      Display a list of your update candidates
  -T, --testable        Display a list of installed updates that you could
                        test and provide feedback for
  -c COMMENT, --comment=COMMENT
                        Comment on an update
  -k [+1|-1], --karma=[+1|-1]
                        Give karma to a specific update (default: 0)
  -R STATE, --request=STATE
                        Request that an action be performed on an update
                        [testing|stable|unpush|obsolete]
  -D UPDATE, --download=UPDATE
                        Download an update
  --critpath            Display a list of pending critical path updates
  --untested            Display a list of untested critical path updates
  -o BUILD, --buildroot-override=BUILD
                        Submit a build as a buildroot override
  --duration=DAYS       Duration of the buildroot override
  -O, --list-overrides  List all buildroot overrides
  --my-overrides        List all of your specific buildroot overrides
  -E BUILD, --expire-override=BUILD
                        Expire a buildroot override
  --show-expired        Show expired buildroot overrides
  --edit-override=BUILD
                        Edit override duration or notes
  -s STATUS, --status=STATUS
                        List [pending|testing|stable|obsolete] updates
  -b BUGS, --bugs=BUGS  Specify any number of Bugzilla IDs (--bugs=1234,5678)
  -r RELEASE, --release=RELEASE
                        Specify a release [F12|F13|F14] (optional)
  -N NOTES, --notes=NOTES
                        Update notes
  -t TYPE, --type=TYPE  Update type [bugfix|security|enhancement|newpackage]
  -u USERNAME, --username=USERNAME
                        Login username for bodhi
  -L LATEST, --latest=LATEST
                        List the latest builds of a specific package across
                        all releases
  --disable-autokarma   Disable karma automatism
  -S STABLEKARMA, --stablekarma=STABLEKARMA
                        Stable karma threshold
  -U UNSTABLEKARMA, --unstablekarma=UNSTABLEKARMA
                        Unstable karma threshold
  -v, --verbose         Show debugging messages
  -l LIMIT, --limit=LIMIT
                        Maximum number of updates to return (default: 60)
  --bodhi-url=BODHI_URL
                        Bodhi url to use for testing purposes (default:
                        https://admin.fedoraproject.org/updates/)