summaryrefslogtreecommitdiffstats
path: root/src/pyfedpkg/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Point branches to the correct upstream for clone --branchesCasey Dahlin2010-06-251-5/+21
| | | | Also get rid of fedpkg.git and improve some documentation
* Implement fedpkg.py clone --branchesCasey Dahlin2010-06-251-9/+39
|
* Add a commit functionJesse Keating2010-06-241-0/+35
| | | | | This should work well whether you're on a real tty or not, but I didn't test it for the "not a tty" aspect.
* Make use of our new function to run commands.Jesse Keating2010-06-231-78/+28
| | | | Hurray for code removal!
* Add some logging to our process calls.Jesse Keating2010-06-231-0/+5
|
* Add a function to run commandsJesse Keating2010-06-231-0/+56
| | | | | This saves some code duplication and allows us to actually stream output as it happens, when on a real tty. Woo!
* Move import_srpm out of the classJesse Keating2010-06-231-81/+79
| | | | | This is so that we can use it before we have a full fledged module to deal with, like creating something local to play with.
* Better handle imports when not all the files pre-exist.Jesse Keating2010-06-231-5/+15
| | | | | This will be useful when we start importing into fresh blank repos, but that still needs more work.
* Handle our common files not existing yet.Jesse Keating2010-06-181-2/+3
|
* 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.