summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* wire up installJesse Keating2010-01-051-2/+13
|
* Add an install functionJesse Keating2010-01-051-0/+31
|
* wire up compileJesse Keating2010-01-051-2/+13
|
* Add a compile functionJesse Keating2010-01-051-0/+31
|
* wire up prepJesse Keating2010-01-051-2/+10
|
* Create a prep actionJesse Keating2010-01-051-0/+29
|
* Wrap new_sources in a tryJesse Keating2010-01-051-2/+6
|
* Use sys.exit(1) instead of returning 1Jesse Keating2010-01-051-5/+5
|
* Wrap verrel in a try, and just exitJesse Keating2010-01-051-1/+6
|
* Comment about a desired functionJesse Keating2010-01-051-0/+1
|
* Make lint run on all built packages.Jesse Keating2010-01-051-7/+46
| | | | | Stole the method to get build arches from koji, although I had to change it around a bit.
* merge in branchesDennis Gilmore2010-01-052-0/+663
|\
| * Add md5 option to local buildJesse Keating2010-01-041-1/+7
| |
| * Make all rpm calls use shell=TrueJesse Keating2010-01-041-23/+19
| | | | | | | | I think this is necessary or some spec junk won't work out right.
| * Wire up local targetJesse Keating2010-01-041-2/+10
| |
| * Add a local target to build locallyJesse Keating2010-01-041-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 attributeJesse Keating2010-01-041-1/+8
| |
| * Whitespace clean upJesse Keating2010-01-041-1/+2
| |
| * Wrap fedpkg calls in try statements to catch errors nicelyJesse Keating2010-01-041-11/+23
| |
| * Fix the error messages to match the functionsJesse Keating2010-01-041-2/+2
| |
| * Use FedpkgError for error checkingJesse Keating2010-01-041-14/+8
| |
| * Catch subprocess errors and re-raise our errorJesse Keating2010-01-041-1/+4
| |
| * Catch an error in the lint callJesse Keating2010-01-041-1/+5
| |
| * Add a custom error classJesse Keating2010-01-041-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.pyJesse Keating2010-01-041-2/+2
| |
| * Add a lint function.Jesse Keating2010-01-041-0/+16
| | | | | | | | Needs better error handling, will add a custom error class
| * Update the help output on verrel to match realityJesse Keating2010-01-041-1/+2
| |
| * Add the name- to verrel, that's what make doesJesse Keating2010-01-041-1/+1
| |
| * Wire up the verrel commandJesse Keating2010-01-041-2/+2
| |
| * Add getver and getrelJesse Keating2010-01-041-0/+32
| | | | | | | | Useful for getting the verrel
| * Add fedpkg module and scriptJesse Keating2010-01-042-0/+538
| | | | | | | | fedpkg is a replacement for the Make system used in dist-cvs.
* | drop ia64 from koji configsDennis Gilmore2009-11-241-1/+1
|/
* Requires python-offtracDennis Gilmore2009-09-211-1/+1
|\ | | | | | | store the value not true when passing a usename in fedora-cert
| * store the value passed in for -u not True or FalseDennis Gilmore2009-08-181-1/+1
| |
* | add ppc to list of arches to write a secondary arch config forDennis Gilmore2009-09-201-3/+2
|/ | | | tell people to run fedora-cert rather than manually downloading a cert
* use try except for writing the new certDennis Gilmore2009-08-061-5/+5
|
* rename fedora-hosted to fedora-hosted.pyDennis Gilmore2009-08-061-0/+0
|
* update fedora-cert for new python-fedora apiDennis Gilmore2009-08-061-1/+1
|
* Add fedora-hostedjkeating@localhost.localdomain2009-08-041-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 itDennis Gilmore2009-07-301-1/+1
|
* default cvs checkouts to anonymous when there is no user certDennis Gilmore2009-07-281-1/+5
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=514108
* quote the passed arguments to rpmbuild for bugDennis Gilmore2009-07-281-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 Gilmore2009-07-133-22/+161
| | | | scratch builds on old distros from newer ones
* run mergeDennis Gilmore2009-06-223-123/+29
|\
| * add extra files to Makefile.amDennis Gilmore2009-06-211-0/+22
| | | | | | | | add fedora-getsvn
| * add hppa arch to configsDennis Gilmore2009-06-211-1/+1
| |
| * replace existing config file if it existsDennis Gilmore2009-06-211-1/+4
| |
| * fix bug where file file is unlinked when it doesnt existDennis Gilmore2009-06-211-1/+2
| |
| * remove the old fedora-packager-setup bash scriptDennis Gilmore2009-06-211-120/+0
| |
* | Improve package lookup error control.Ville Skyttä2009-04-091-4/+10
| |