| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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! | |||||
| | * | 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 | |
| | | | | | | | | | | | | | 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. | |||||
| | * | 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 | |
| | | | | | | | | | Needs better error handling, will add a custom error class | |||||
| | * | 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 | |
| | | | | | | | | | Useful for getting the verrel | |||||
| | * | Add fedpkg module and script | Jesse Keating | 2010-01-04 | 2 | -0/+538 | |
| | | | | | | | | | fedpkg is a replacement for the Make system used in dist-cvs. | |||||
| * | | drop ia64 from koji configs | Dennis Gilmore | 2009-11-24 | 1 | -1/+1 | |
| |/ | ||||||
| * | Requires python-offtrac | Dennis Gilmore | 2009-09-21 | 1 | -1/+1 | |
| |\ | | | | | | | store the value not true when passing a usename in fedora-cert | |||||
| | * | store the value passed in for -u not True or False | Dennis Gilmore | 2009-08-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | add ppc to list of arches to write a secondary arch config for | Dennis Gilmore | 2009-09-20 | 1 | -3/+2 | |
| |/ | | | | tell people to run fedora-cert rather than manually downloading a cert | |||||
| * | use try except for writing the new cert | Dennis Gilmore | 2009-08-06 | 1 | -5/+5 | |
| | | ||||||
| * | rename fedora-hosted to fedora-hosted.py | Dennis Gilmore | 2009-08-06 | 1 | -0/+0 | |
| | | ||||||
| * | update fedora-cert for new python-fedora api | Dennis Gilmore | 2009-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | Add fedora-hosted | jkeating@localhost.localdomain | 2009-08-04 | 1 | -0/+242 | |
| | | | | | | | fedora-hosted is a command line tool to ineract with Fedora Hosted's Trac server via xmlrpc. It requires the offtrac python library as indicated in the spec file. | |||||
| * | make sure that user_cert is defined before refrencing it | Dennis Gilmore | 2009-07-30 | 1 | -1/+1 | |
| | | ||||||
| * | default cvs checkouts to anonymous when there is no user cert | Dennis Gilmore | 2009-07-28 | 1 | -1/+5 | |
| | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=514108 | |||||
| * | quote the passed arguments to rpmbuild for bug | Dennis Gilmore | 2009-07-28 | 1 | -1/+1 | |
| | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=513269 | |||||
| * | add rpmbuild-md5 so that srpms can easily be made for oldstyle hases to do ↵ | Dennis Gilmore | 2009-07-13 | 3 | -22/+161 | |
| | | | | | scratch builds on old distros from newer ones | |||||
| * | run merge | Dennis Gilmore | 2009-06-22 | 3 | -123/+29 | |
| |\ | ||||||
| | * | add extra files to Makefile.am | Dennis Gilmore | 2009-06-21 | 1 | -0/+22 | |
| | | | | | | | | | add fedora-getsvn | |||||
| | * | add hppa arch to configs | Dennis Gilmore | 2009-06-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | replace existing config file if it exists | Dennis Gilmore | 2009-06-21 | 1 | -1/+4 | |
| | | | ||||||
| | * | fix bug where file file is unlinked when it doesnt exist | Dennis Gilmore | 2009-06-21 | 1 | -1/+2 | |
| | | | ||||||
| | * | remove the old fedora-packager-setup bash script | Dennis Gilmore | 2009-06-21 | 1 | -120/+0 | |
| | | | ||||||
| * | | Improve package lookup error control. | Ville Skyttä | 2009-04-09 | 1 | -4/+10 | |
| | | | ||||||
| * | | Make scripts executable in hg. | Ville Skyttä | 2009-04-09 | 8 | -0/+0 | |
| | | | ||||||
| * | | Improve error messages. | Ville Skyttä | 2009-04-09 | 1 | -2/+2 | |
| | | | ||||||
| * | | megre in changes from two machines | Dennis Gilmore | 2009-03-05 | 1 | -0/+103 | |
| |\| | ||||||
| | * | add fedora-cert.py for managing user certs | Dennis Gilmore | 2009-03-02 | 1 | -0/+103 | |
| | | | ||||||
| * | | use os.path.join not setting up just as a string | Dennis Gilmore | 2009-03-05 | 1 | -6/+6 | |
| | | | ||||||
| * | | Real time updates as you check out from cvs | Dennis Gilmore | 2009-03-05 | 1 | -7/+7 | |
| |/ | ||||||
| * | rewrite fedora-packager-setup.sh in python | Dennis Gilmore | 2009-03-02 | 1 | -0/+131 | |
| | | ||||||
| * | Merged changes | Dennis Gilmore | 2009-01-29 | 1 | -0/+18 | |
| | | ||||||
| * | clean up autobits | Dennis Gilmore | 2009-01-28 | 2 | -6/+3 | |
| | | | | | bump to 0.3.2 | |||||
| * | update to 0.3.1 | Dennis Gilmore | 2008-08-18 | 1 | -1/+5 | |
| | | ||||||
| * | Add in anonymous capability for aspiring but unsponsored contributors, | kylev@kylev-dt.sfo.ironport.com | 2008-06-10 | 1 | -40/+59 | |
| | | | | | big clean-up. | |||||
| * | s/os.exit/sys.exit/ | Luke Macken | 2008-05-09 | 1 | -1/+1 | |
| | | ||||||
