aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/gbp-add-patch
Commit message (Collapse)AuthorAge
* Fix FSF address - thanks rpmlintEvgeni Golov2015-06-22
| | | | use gnu.org/licences instead of a postal address, as suggested by Guido
* Fix print function usage in examples tooGuido Günther2015-03-27
|
* Extract exception message in a less arcane wayGuido Günther2015-03-27
|
* GitRepository: raise GitRepositoryError on git errorsGuido Günther2012-07-28
| | | | | | | Raise GitRepositoryError in cases where CommandExecFailed (from GitCommand) was previously silently passed forward. Heavily based on a patch by Markus Lehtonen <markus.lehtonen@linux.intel.com>
* Make exception syntax consistentGuido Günther2012-07-02
|
* gbp-add-patch: Fix typoGuido Günther2012-03-28
|
* Refactor config.py as preparation for rpm support.Markus Lehtonen2012-02-13
| | | | | | | | | | | Split GbpOptionParser in to a common base class and a Debian specific subclass, as a preparation for upcoming RPM support. This allows having different default values (and help texts) for common options between different package types, and, clearer separation of package type specific options. Signed-off-by: Guido Günther <agx@sigxcpu.org>
* gbp-add-patch: simplify by using existing classesGuido Günther2011-12-26
|
* GitRepository: Return GitModifier from get_author_infoGuido Günther2011-11-20
|
* Replace GitAdd by GitRepository.add_filesGuido Günther2011-10-22
| | | | Git-Dch: Ignore
* gbp-add-patch: Strip path from patchnameGuido Günther2010-01-31
| | | | and handle missing files gracefully.
* Add gbp-add-patchGuido Günther2010-01-10
to easily commit patches from debian/patches