| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use logging instead of prints or returning output | Jesse Keating | 2010-01-05 | 1 | -7/+4 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | | | | os.path.curdir() just returns "." and some things don't like that. | ||||
| * | Add a clean function | Jesse Keating | 2010-01-05 | 1 | -0/+31 |
| | | |||||
| * | Add an install function | Jesse Keating | 2010-01-05 | 1 | -0/+31 |
| | | |||||
| * | Add a compile function | Jesse Keating | 2010-01-05 | 1 | -0/+31 |
| | | |||||
| * | Create a prep action | Jesse Keating | 2010-01-05 | 1 | -0/+29 |
| | | |||||
| * | 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. | ||||
| * | 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. | ||||
| * | 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! | ||||
| * | Make localarch a module attribute | Jesse Keating | 2010-01-04 | 1 | -1/+8 |
| | | |||||
| * | Whitespace clean up | Jesse Keating | 2010-01-04 | 1 | -1/+2 |
| | | |||||
| * | Fix the error messages to match the functions | Jesse Keating | 2010-01-04 | 1 | -2/+2 |
| | | |||||
| * | Use FedpkgError for error checking | Jesse Keating | 2010-01-04 | 1 | -14/+8 |
| | | |||||
| * | Catch subprocess errors and re-raise our error | Jesse Keating | 2010-01-04 | 1 | -1/+4 |
| | | |||||
| * | Add a custom error class | Jesse Keating | 2010-01-04 | 1 | -1/+5 |
| | | | | | | | This makes it easier to catch errors in the calling tools. They won't have to know about the internals of the library, just catch the custom error and deal with it. | ||||
| * | Add a lint function. | Jesse Keating | 2010-01-04 | 1 | -0/+16 |
| | | | | | Needs better error handling, will add a custom error class | ||||
| * | Add getver and getrel | Jesse Keating | 2010-01-04 | 1 | -0/+32 |
| | | | | | Useful for getting the verrel | ||||
| * | Add fedpkg module and script | Jesse Keating | 2010-01-04 | 1 | -0/+229 |
| fedpkg is a replacement for the Make system used in dist-cvs. | |||||
