summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
Commit message (Expand)AuthorAgeFilesLines
...
* Wire up chain-buildJesse Keating2010-02-051-4/+59
* Handle the renamed moduleJesse Keating2010-02-051-37/+37
* Revert "Move fedpkg.py into a bin/ directory"Jesse Keating2010-02-051-0/+753
* Move fedpkg.py into a bin/ directoryJesse Keating2010-02-051-753/+0
* Handle scratch builds from srpmsJesse Keating2010-02-031-14/+86
* Wire up the unused_patches functionJesse Keating2010-02-021-2/+7
* Wire up the build task the rest of the wayJesse Keating2010-02-011-2/+17
* Add some functions watch koji tasksJesse Keating2010-02-011-0/+82
* Add a class to watch tasksJesse Keating2010-02-011-0/+94
* Use the new fedora_cert method to get a user nameJesse Keating2010-01-291-2/+8
* Wire up the build targetJesse Keating2010-01-071-2/+53
* Wire up mockbuildJesse Keating2010-01-061-2/+13
* re-wire the clone commandJesse Keating2010-01-061-3/+3
* Wire up clogJesse Keating2010-01-061-2/+6
* Wire up new.Jesse Keating2010-01-061-2/+5
* Handle return codes from fedpkgJesse Keating2010-01-051-7/+8
* Don't print, log instead.Jesse Keating2010-01-051-31/+31
* Use the logging system from fedpkgJesse Keating2010-01-051-3/+21
* Fix execution without --path being passedJesse Keating2010-01-051-1/+1
* 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