summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'new-command/verify-files' into 5/ALL5/ALLHans Ulrich Niedermann2011-02-051-0/+14
|\
| * Add "fedpkg verify-files" command5/verify-filesHans Ulrich Niedermann2011-02-011-0/+14
* | Merge branch '5/initial-merge' into 5/ALLHans Ulrich Niedermann2011-02-051-3/+14
|\ \
| * | Add "fedpkg clone --initial-merge" argument5/initial-mergeHans Ulrich Niedermann2011-02-011-3/+11
| * | Add "fedpkg initial-merge" commandHans Ulrich Niedermann2011-02-011-0/+3
| |/
* | Merge branch '5/man-page' into 5/ALLHans Ulrich Niedermann2011-02-051-2/+13
|\ \
| * | Add build time man page generator5/man-pageHans Ulrich Niedermann2011-02-051-2/+13
* | | Fix permission of files to be put into SRPMHans Ulrich Niedermann2011-02-051-1/+5
* | | Unify --md5 parameter handlingHans Ulrich Niedermann2011-02-051-10/+6
|/ /
* | 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
* Implenentation of a tag commandJochen Schmitt2010-09-201-1/+60
* Remove stream keyword in logging.StreamHandlerJochen Schmitt2010-09-191-1/+1
* Fix up the logger for what goes whereJesse Keating2010-09-101-5/+22
* Make our logger print to stdoutJesse Keating2010-09-101-1/+2
* Minor whitespace fixJesse Keating2010-09-081-1/+1
* Remove errornous dots at the end of the help messages of the commitJesse Keating2010-09-081-2/+2