summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a mockbuild functionJesse Keating2010-01-061-1/+39
|
* re-wire the clone commandJesse Keating2010-01-061-3/+3
|
* Finish up the clone functionJesse Keating2010-01-061-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 clogJesse Keating2010-01-061-2/+6
|
* Add a clog functionJesse Keating2010-01-061-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 Keating2010-01-061-2/+5
|
* Fill in the 'new' targetJesse Keating2010-01-061-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.
* updated Autors file to Add JesseDennis Gilmore2010-01-062-0/+5
| | | | Added some content to NEWS
* Handle return codes from fedpkgJesse Keating2010-01-051-7/+8
| | | | We now get a return code, rather than output
* Return is not a functionJesse Keating2010-01-051-1/+1
|
* Make sure we capture error output correctlyJesse Keating2010-01-051-19/+33
|
* Use logging to get output back to the callerJesse Keating2010-01-051-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 outputJesse Keating2010-01-051-7/+4
|
* Don't print, log instead.Jesse Keating2010-01-051-31/+31
|
* Use the logging system from fedpkgJesse Keating2010-01-051-3/+21
| | | | Adjust the options accordingly too
* Create a logging object that clients can useJesse Keating2010-01-051-0/+14
|
* Fix execution without --path being passedJesse Keating2010-01-052-2/+2
| | | | os.path.curdir() just returns "." and some things don't like that.
* wire up cleanJesse Keating2010-01-051-2/+14
|
* Add a clean functionJesse Keating2010-01-051-0/+31
|
* 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.
* rename .hgignore to .gitignoreDennis Gilmore2010-01-051-0/+0
|
* merge in branchesDennis Gilmore2010-01-053-0/+666
|\
| * 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