summaryrefslogtreecommitdiffstats
path: root/src/pyfedpkg
Commit message (Collapse)AuthorAgeFilesLines
* Add some debugging outputJesse Keating2010-02-051-0/+1
|
* Fix up some loggingJesse Keating2010-02-051-4/+9
|
* Handle chain buildsJesse Keating2010-02-051-3/+20
| | | | More stuff stolen from /usr/bin/koji here, but oh well.
* Add a function to find the latest remote commitJesse Keating2010-02-051-0/+18
| | | | | | | This is hardcoded to origin/master right now as chain-build is the only real consumer of this and chain-build only works on rawhide. Eventually this could probably take a branch name to get a commit for, or return all the heads or something.
* Rename the module 'pyfedpkg' to save headaches.Jesse Keating2010-02-051-0/+786
Having the script and the module named the same was just causing too many weird python issues, so I gave up.