summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
Commit message (Expand)AuthorAgeFilesLines
* rearrnage import and drop hints about whyJesse Keating2011-02-091-4/+8
* Move some module imports to command runtimeHans Ulrich Niedermann2011-02-091-3/+5
* Move location/name of man_page moduleHans Ulrich Niedermann2011-02-091-6/+2
* Re-add 'lint' command hookup into argparse magicHans Ulrich Niedermann2011-02-101-0/+1
* Re-arrange verify-files and slight fixupsJesse Keating2011-02-091-14/+18
* Add "fedpkg verify-files" commandHans Ulrich Niedermann2011-02-091-0/+14
* Provide feedback about new-ticket. (ticket 91)Jesse Keating2011-02-091-1/+2
* Remove wrong comment.Jesse Keating2011-02-091-2/+0
* Add a --rebase and --no-rebase option to pullJesse Keating2011-02-091-2/+17
* Whitespace fixesJesse Keating2011-02-091-2/+2
* Update the documentation for a lot of commandsJesse Keating2011-02-091-50/+205
* Handle working from a non-existent path (#675398)Jesse Keating2011-02-081-1/+8
* Fix an traceback when failing to watch a build.Jesse Keating2011-02-081-1/+2
* Handle arches argument for scratch builds (#675285)Jesse Keating2011-02-081-1/+5
* Add build time man page generator5/man-pageHans Ulrich Niedermann2011-02-051-2/+13
* Add help text for global --user option5/basicHans Ulrich Niedermann2011-02-051-1/+2
* Move argparse setup into parse_cmdline functionHans Ulrich Niedermann2011-02-011-3/+10
* Comment typo fixHans Ulrich Niedermann2011-02-011-1/+1
* Add an argument to override the "distribution"Jesse Keating2011-01-301-21/+24
* Make sure we have sources for mockbuild (#665555) (jwboyer)Jesse Keating2011-01-221-0/+6
* Revert "Make sure we have an srpm when doing a mockbuild (#665555)"Jesse Keating2011-01-221-4/+0
* Make sure we have an srpm when doing a mockbuild (#665555)Jesse Keating2011-01-211-0/+4
* Catch all errors from watching tasks. (#670305)Jesse Keating2011-01-211-2/+2
* Fix a traceback when koji goes offline (#668889)Jesse Keating2011-01-211-1/+1
* Fix traceback with lint (ticket 89)Jesse Keating2011-01-211-1/+1
* Logout before watching tasksJesse Keating2010-12-031-0/+1
* Add a dash of error checking to update (#655576)Jesse Keating2010-12-021-1/+5
* Fix a traceback on expried credentials (#634946)Jesse Keating2010-12-021-1/+6
* Backport a bugfix from koji upstream to fix 628504Jesse Keating2010-12-021-0/+4
* Fix up the commit commandJesse Keating2010-12-011-1/+1
* Remove parenthesises on mymodule.nvrJochen Schmitt2010-11-301-1/+1
* Fix error in clone by renaming self.join.join to os.path.joinJochen Schmitt2010-11-301-1/+1
* Fix error to call the diff functionen in import_srpmJochen Schmitt2010-11-301-1/+1
* Implementing a retire commandJochen Schmitt2010-09-231-0/+21
* Add a tag request function (Xavier Lamien)Jesse Keating2010-09-201-3/+16
* Fix up the diff changes from jochenJesse Keating2010-09-201-1/+1
* Minor fixes for lint -i changesJesse Keating2010-09-201-1/+1
* Remove unused variableJesse Keating2010-09-201-1/+0
* Fix up commit with tag changesJesse Keating2010-09-201-4/+2
* Include path to clogJesse Keating2010-09-201-1/+1
* Handle paths with push/pullJesse Keating2010-09-201-2/+2
* expand on pull help outputJesse Keating2010-09-201-1/+1
* Fix up tag commandsJesse Keating2010-09-201-3/+3
* Don't use the unnecessary getnvr()Jesse Keating2010-09-201-1/+1
* Move diff function out of the PackageModule classJochen Schmitt2010-09-201-2/+1
* Add -i (info) switch to the lint commandJochen Schmitt2010-09-201-1/+5
* Add a -t (tag) switch for the commit commandJochen Schmitt2010-09-201-0/+17
* Add a -c (clog) switch to the commit commandJochen Schmitt2010-09-201-0/+12
* Move pull and push function out of PackageModuleJochen Schmitt2010-09-201-4/+2
* Implementation of a pull commandJochen Schmitt2010-09-201-0/+14