summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Wire up new.Jesse Keating2010-01-061-2/+5
|
* Handle return codes from fedpkgJesse Keating2010-01-051-7/+8
| | | | We now get a return code, rather than output
* 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
* Fix execution without --path being passedJesse Keating2010-01-051-1/+1
| | | | os.path.curdir() just returns "." and some things don't like that.
* wire up cleanJesse Keating2010-01-051-2/+14
|
* wire up installJesse Keating2010-01-051-2/+13
|
* wire up compileJesse Keating2010-01-051-2/+13
|
* wire up prepJesse Keating2010-01-051-2/+10
|
* 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
|
* Add md5 option to local buildJesse Keating2010-01-041-1/+7
|
* Wire up local targetJesse Keating2010-01-041-2/+10
|
* Wrap fedpkg calls in try statements to catch errors nicelyJesse Keating2010-01-041-11/+23
|
* Catch an error in the lint callJesse Keating2010-01-041-1/+5
|
* Wire up lint in fedpkg.pyJesse Keating2010-01-041-2/+2
|
* 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 fedpkg module and scriptJesse Keating2010-01-041-0/+309
fedpkg is a replacement for the Make system used in dist-cvs.