summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4/initial-merge' into 4/ALL4/ALLHans Ulrich Niedermann2011-01-211-3/+14
|\
| * Add "fedpkg clone --initial-merge" argument4/initial-mergeHans Ulrich Niedermann2011-01-211-3/+11
| * Add "fedpkg initial-merge" commandHans Ulrich Niedermann2011-01-211-0/+3
* | Merge branch '4/man-page' into 4/ALLHans Ulrich Niedermann2011-01-211-2/+13
|\ \
| * | Add build time man page generator4/man-pageHans Ulrich Niedermann2011-01-211-2/+13
| |/
* | Merge branch '4/basic' into 4/ALLHans Ulrich Niedermann2011-01-211-3/+10
|\|
| * Move argparse setup into parse_cmdline function4/basicHans Ulrich Niedermann2011-01-211-3/+10
| * Comment typo fixHans Ulrich Niedermann2011-01-201-1/+1
* | Document that "fedpkg local" logs to file4/document-local-targetHans Ulrich Niedermann2011-01-211-1/+8
|/
* 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
* Fefactoring: Use getuser to determinate fas useridJochen Schmitt2010-09-081-25/+23
* Error check the update call. #625679Jesse Keating2010-08-231-1/+5
* Allow passing srpms to the build commandJesse Keating2010-08-201-0/+2
* Set the prog name right.Jesse Keating2010-08-201-0/+1
* Add an epilog to help folks outJesse Keating2010-08-201-1/+3
* Move commit out of the PackageModule object.Jesse Keating2010-08-201-2/+1
* pull the username from fedora_cert to pass to bodhiDennis Gilmore2010-08-191-5/+11
* Catch double ^c's from build. RHBZ #620465Jesse Keating2010-08-171-1/+4
* Fix up chain buildingJesse Keating2010-08-171-7/+16
* Catch fedpkg errors when trying to build. #620595Jesse Keating2010-08-111-2/+6