| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Wire up the build task the rest of the way | Jesse Keating | 2010-02-01 | 1 | -2/+17 |
| | | | | | | This also makes use of the new cert library which needs some work still, so this code is somewhat fragile if you don't have proper certs. | ||||
| * | Add some functions watch koji tasks | Jesse Keating | 2010-02-01 | 1 | -0/+82 |
| | | | | | More code stolen from /usr/bin/koji | ||||
| * | Add a class to watch tasks | Jesse Keating | 2010-02-01 | 1 | -0/+94 |
| | | | | | | This is borrowed from /usr/bin/koji, so it can go away when koji grows a client library | ||||
| * | Finish the build function | Jesse Keating | 2010-02-01 | 1 | -24/+75 |
| | | | | | | | | This borrows some from /usr/bin/koji but does it in a way that allows for clients to handle watching the task if they want or not. As /usr/bin/koji gets moved more toward a koji client library some of this code can go away. | ||||
| * | Use the new fedora_cert method to get a user name | Jesse Keating | 2010-01-29 | 1 | -2/+8 |
| | | |||||
| * | add extra macros to rpmbuild-md5 for newer rpm features in F-12 | Dennis Gilmore | 2010-01-29 | 1 | -1/+5 |
| | | |||||
| * | clean up the old attempt at a fedora-cert library | Dennis Gilmore | 2010-01-28 | 1 | -104/+0 |
| | | |||||
| * | make fedora-packager-setup use the new library so that you only need to run ↵ | Dennis Gilmore | 2010-01-28 | 1 | -5/+11 |
| | | | | | it once and it can get new certs | ||||
| * | make fedora-cert use the new library | Dennis Gilmore | 2010-01-28 | 1 | -94/+12 |
| | | |||||
| * | make fedora_cert a library so we can import it in multiple places | Dennis Gilmore | 2010-01-28 | 1 | -0/+104 |
| | | |||||
| * | Wire up the build target | Jesse Keating | 2010-01-07 | 1 | -2/+53 |
| | | | | | | This adds a few more functions necessary for sussing out secondary arch stuff, although see the comments as this may be changing | ||||
| * | Add a build function | Jesse Keating | 2010-01-07 | 1 | -0/+56 |
| | | | | | | Currently this doesn't actually do anything, but the workings are there. Also make the git repo a object property. | ||||
| * | Define the target when creating the object | Jesse Keating | 2010-01-07 | 1 | -0/+4 |
| | | |||||
| * | Add a anon git url to be used by koji | Jesse Keating | 2010-01-07 | 1 | -0/+1 |
| | | |||||
| * | Change debug output a bit | Jesse Keating | 2010-01-06 | 1 | -1/+1 |
| | | |||||
| * | Wire up mockbuild | Jesse Keating | 2010-01-06 | 1 | -2/+13 |
| | | |||||
| * | Add a mockbuild function | Jesse Keating | 2010-01-06 | 1 | -1/+39 |
| | | |||||
| * | re-wire the clone command | Jesse Keating | 2010-01-06 | 1 | -3/+3 |
| | | |||||
| * | Finish up the clone function | Jesse Keating | 2010-01-06 | 1 | -9/+23 |
| | | | | | | More use of the git module and it's lambda for running arbitrary git commands. There is no clone command within the git module. | ||||
| * | Wire up clog | Jesse Keating | 2010-01-06 | 1 | -2/+6 |
| | | |||||
| * | Add a clog function | Jesse Keating | 2010-01-06 | 1 | -0/+30 |
| | | | | | | | This could probably be done better, but I didn't want to just copy in the sed script, and my skills at taking sed and converting them into a python regex are not so hot. So if somebody cares, they can fix it. | ||||
| * | Wire up new. | Jesse Keating | 2010-01-06 | 1 | -2/+5 |
| | | |||||
| * | Fill in the 'new' target | Jesse Keating | 2010-01-06 | 1 | -0/+15 |
| | | | | | | | | This is the first use of the 'git' library, and I'm not sure if I like it or not, but it does provide a wrapper to running various git tasks in something like a pythonic way. If nothing else it saves me from having to wrap everything myself. | ||||
| * | Handle return codes from fedpkg | Jesse Keating | 2010-01-05 | 1 | -7/+8 |
| | | | | | We now get a return code, rather than output | ||||
| * | Return is not a function | Jesse Keating | 2010-01-05 | 1 | -1/+1 |
| | | |||||
| * | Make sure we capture error output correctly | Jesse Keating | 2010-01-05 | 1 | -19/+33 |
| | | |||||
| * | Use logging to get output back to the caller | Jesse Keating | 2010-01-05 | 1 | -34/+40 |
| | | | | | | | Instead of returning output, just log and then return the returncode from the command being ran. This makes it a little nicer client side to deal with output. | ||||
| * | Use logging instead of prints or returning output | Jesse Keating | 2010-01-05 | 1 | -7/+4 |
| | | |||||
| * | Don't print, log instead. | Jesse Keating | 2010-01-05 | 1 | -31/+31 |
| | | |||||
| * | Use the logging system from fedpkg | Jesse Keating | 2010-01-05 | 1 | -3/+21 |
| | | | | | Adjust the options accordingly too | ||||
| * | Create a logging object that clients can use | Jesse Keating | 2010-01-05 | 1 | -0/+14 |
| | | |||||
| * | Fix execution without --path being passed | Jesse Keating | 2010-01-05 | 2 | -2/+2 |
| | | | | | os.path.curdir() just returns "." and some things don't like that. | ||||
| * | wire up clean | Jesse Keating | 2010-01-05 | 1 | -2/+14 |
| | | |||||
| * | Add a clean function | Jesse Keating | 2010-01-05 | 1 | -0/+31 |
| | | |||||
| * | wire up install | Jesse Keating | 2010-01-05 | 1 | -2/+13 |
| | | |||||
| * | Add an install function | Jesse Keating | 2010-01-05 | 1 | -0/+31 |
| | | |||||
| * | wire up compile | Jesse Keating | 2010-01-05 | 1 | -2/+13 |
| | | |||||
| * | Add a compile function | Jesse Keating | 2010-01-05 | 1 | -0/+31 |
| | | |||||
| * | wire up prep | Jesse Keating | 2010-01-05 | 1 | -2/+10 |
| | | |||||
| * | Create a prep action | Jesse Keating | 2010-01-05 | 1 | -0/+29 |
| | | |||||
| * | Wrap new_sources in a try | Jesse Keating | 2010-01-05 | 1 | -2/+6 |
| | | |||||
| * | Use sys.exit(1) instead of returning 1 | Jesse Keating | 2010-01-05 | 1 | -5/+5 |
| | | |||||
| * | Wrap verrel in a try, and just exit | Jesse Keating | 2010-01-05 | 1 | -1/+6 |
| | | |||||
| * | Comment about a desired function | Jesse Keating | 2010-01-05 | 1 | -0/+1 |
| | | |||||
| * | Make lint run on all built packages. | Jesse Keating | 2010-01-05 | 1 | -7/+46 |
| | | | | | | Stole the method to get build arches from koji, although I had to change it around a bit. | ||||
| * | merge in branches | Dennis Gilmore | 2010-01-05 | 2 | -0/+663 |
| |\ | |||||
| | * | Add md5 option to local build | Jesse Keating | 2010-01-04 | 1 | -1/+7 |
| | | | |||||
| | * | Make all rpm calls use shell=True | Jesse Keating | 2010-01-04 | 1 | -23/+19 |
| | | | | | | | | | I think this is necessary or some spec junk won't work out right. | ||||
| | * | Wire up local target | Jesse Keating | 2010-01-04 | 1 | -2/+10 |
| | | | |||||
| | * | Add a local target to build locally | Jesse Keating | 2010-01-04 | 1 | -1/+42 |
| | | | | | | | | | | | | | This still has some errors, and I think I need to run the rpm stuff in a real shell, which would require re-working the rpm defines and editing the other functions that use them. What fun! | ||||
