Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fill in the 'new' target | Jesse Keating | 2010-01-06 | 1 | -0/+15 |
* | updated Autors file to Add Jesse | Dennis Gilmore | 2010-01-06 | 2 | -0/+5 |
* | Handle return codes from fedpkg | Jesse Keating | 2010-01-05 | 1 | -7/+8 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | rename .hgignore to .gitignore | Dennis Gilmore | 2010-01-05 | 1 | -0/+0 |
* | merge in branches | Dennis Gilmore | 2010-01-05 | 3 | -0/+666 |
|\ | |||||
| * | 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 |
| * | 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 |
| * | Make localarch a module attribute | Jesse Keating | 2010-01-04 | 1 | -1/+8 |
| * | Whitespace clean up | Jesse Keating | 2010-01-04 | 1 | -1/+2 |
| * | Wrap fedpkg calls in try statements to catch errors nicely | Jesse Keating | 2010-01-04 | 1 | -11/+23 |
| * | 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 |
| * | Catch an error in the lint call | Jesse Keating | 2010-01-04 | 1 | -1/+5 |
| * | Add a custom error class | Jesse Keating | 2010-01-04 | 1 | -1/+5 |
| * | Wire up lint in fedpkg.py | Jesse Keating | 2010-01-04 | 1 | -2/+2 |
| * | Add a lint function. | Jesse Keating | 2010-01-04 | 1 | -0/+16 |
| * | Update the help output on verrel to match reality | Jesse Keating | 2010-01-04 | 1 | -1/+2 |
| * | Add the name- to verrel, that's what make does | Jesse Keating | 2010-01-04 | 1 | -1/+1 |
| * | Wire up the verrel command | Jesse Keating | 2010-01-04 | 1 | -2/+2 |
| * | Add getver and getrel | Jesse Keating | 2010-01-04 | 1 | -0/+32 |
| * | Ignore ecplise files and byte compiled python files | Jesse Keating | 2010-01-04 | 1 | -0/+3 |
| * | Add fedpkg module and script | Jesse Keating | 2010-01-04 | 2 | -0/+538 |
* | | drop ia64 from koji configs | Dennis Gilmore | 2009-11-24 | 1 | -1/+1 |
|/ | |||||
* | Requires python-offtrac | Dennis Gilmore | 2009-09-21 | 2 | -2/+2 |
|\ | |||||
| * | Requires python-offtrac | Dennis Gilmore | 2009-08-18 | 1 | -1/+1 |
| * | store the value passed in for -u not True or False | Dennis Gilmore | 2009-08-18 | 1 | -1/+1 |