| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add filtering so we only check out branches we want with clone --branchesHEADmaster | Casey Dahlin | 2010-06-25 | 1 | -2/+4 |
| | | |||||
| * | Point branches to the correct upstream for clone --branches | Casey Dahlin | 2010-06-25 | 1 | -5/+21 |
| | | | | | Also get rid of fedpkg.git and improve some documentation | ||||
| * | Implement fedpkg.py clone --branches | Casey Dahlin | 2010-06-17 | 1 | -7/+39 |
| | | |||||
| * | Update for new GitPython API | Jesse Keating | 2010-06-15 | 1 | -2/+2 |
| | | | | | I hate working with immature stuff (like myself) | ||||
| * | Hack to force use of the stg koji environment | Jesse Keating | 2010-06-11 | 1 | -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 correctly | Jesse Keating | 2010-06-10 | 1 | -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 f14 | Dennis Gilmore | 2010-06-10 | 1 | -2/+2 |
| | | |||||
| * | Add some debugging output | Jesse Keating | 2010-02-05 | 1 | -0/+1 |
| | | |||||
| * | Fix up some logging | Jesse Keating | 2010-02-05 | 1 | -4/+9 |
| | | |||||
| * | Handle chain builds | Jesse Keating | 2010-02-05 | 1 | -3/+20 |
| | | | | | More stuff stolen from /usr/bin/koji here, but oh well. | ||||
| * | Add a function to find the latest remote commit | Jesse Keating | 2010-02-05 | 1 | -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 Keating | 2010-02-05 | 1 | -0/+786 |
| Having the script and the module named the same was just causing too many weird python issues, so I gave up. | |||||
