summaryrefslogtreecommitdiffstats
path: root/src/pyfedpkg
Commit message (Collapse)AuthorAgeFilesLines
...
* First pass at a function to import an srpmJesse Keating2010-06-181-0/+70
| | | | | | Right now the library just copies in the files, and makes the call to upload new sources, but does not commit anything. Leaving that up to the library caller.
* Add a function to get details of an srpmJesse Keating2010-06-181-0/+46
|
* Update for new GitPython APIJesse Keating2010-06-151-2/+2
| | | | I hate working with immature stuff (like myself)
* Hack to force use of the stg koji environmentJesse Keating2010-06-111-0/+4
| | | | | While we test in stg we want to use a different url. Easier to hack it here then on everybody's systems.
* Construct the url for koji correctlyJesse Keating2010-06-101-1/+1
| | | | | Koji expects a ? to separate the repo from the path, but this can be blank so just put it before the #hash.
* switch the devel branch to f14Dennis Gilmore2010-06-101-2/+2
|
* 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.