summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2016-01-27Complete setup.py for pypiGuido Günther1-0/+15
2014-06-05Introduce git-rpm-ch toolMarkus Lehtonen1-1/+2
Initial version of the git-rpm-ch tool which is intended for maintaining RPM changelogs. Supports both spec files and separate "OBS style" changelog files. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05Disable xcover support for noseMarkus Lehtonen1-1/+1
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05Introduce git-import-orig-rpm toolMarkus Lehtonen1-1/+2
Initial version of the git-import-orig-rpm: version of git-import-orig intended for maintaining rpm packages. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05Introduce git-buildpackage-rpm toolMarkus Lehtonen1-1/+2
Initial version of git-buildpackage-rpm: git-buildpackage tool for rpms. Also adds some new options to config.py that are exclusively used in this tool. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com>
2014-06-05Introduce gbp-pq-rpm toolMarkus Lehtonen1-1/+2
Initial version of gbp-pq-rpm: a tool for managing patch queues for rpm packages. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Olev Kartau <olev.kartau@intel.com>
2014-06-05Introduce git-import-srpm toolMarkus Lehtonen1-1/+2
Initial version of the git-import-srpm: a tool for importing source rpms. Unit tests: created a separate method in TestHelp for RPM-specific commands. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2013-08-28Use open() instead of file()Guido Günther1-1/+1
since the later doesn't exist in python3
2013-08-22Minor docstring updatesGuido Günther1-0/+1
2013-06-26Consistently call gbp the supercommandGuido Günther1-1/+1
and robustify against invalid modules names.
2013-06-18Add wrapper for all gbp commandsGuido Günther1-1/+4
So like git you can now use gbp <command> instead of git-<command> or gbp-<command>. The manpages and docs aren't adjusted yet.
2013-04-06Generate coverage xmlGuido Günther1-1/+1
for cobertura style coverage information that can be picked up by e.g. Jenkins
2013-03-22setup: possibility to skip nosetest requirementsMarkus Lehtonen1-2/+3
Makes it possible to not require test requirements by defining WITHOUT_NOSETESTS environment variable when running setup. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2012-11-23tests: make tests a Python moduleMarkus Lehtonen1-1/+1
Makes it possible to reuse code between various tests. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2012-02-13Lower dependencies on python-nose and python-coverageGuido Günther1-1/+1
the versions in Squeeze are recent enough.
2011-11-22Move debian related helpers into submoduleGuido Günther1-2/+2
2011-11-20Move git code into submoduleGuido Günther1-1/+1
2011-11-07Move gbp/version.py generation into setup.pyGuido Günther1-0/+23
This allows us to build on non Debian systems with setup.py only.
2011-11-06Use setuptools to run the testsGuido Günther1-4/+6
2011-11-01Get rid of the symlinkGuido Günther1-6/+13
by moving the commands to gbp/scripts/
2011-01-11Make gbp-create-remote-repo a first class citizenGuido Günther1-1/+1
Add manpage, move into path, add bash completion
2010-08-11Add git-pbuilderGuido Günther1-1/+1
Thanks: Russ Allbery Closes: #583078
2009-11-22Make gbp-clone, gbp-pull and gbp-pq first class citizensGuido Günther1-1/+2
by moving them from examples/ to /usr/bin/
2008-05-17add git-import-dscsGuido Guenther1-1/+1
to import mutiple dscs in one go Closes: #471580
2007-09-30add git-dchGuido Guenther1-1/+1
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther1-3/+3
Furthermore pass '-v' in git import-orig on to git_load_dirs
2006-12-05config file parsing to set default branches and build commandsGuido Guenther1-1/+2
2006-09-27git-import-orig: don't try import new upstream versions when there are ↵Guido Guenther1-1/+1
uncommitted changes
2006-09-27git-import-dsc: import of debian native packagesGuido Guenther1-1/+2
2006-09-25git-debuild -> git-buildpackageGuido Guenther1-1/+1
2006-09-25add git-import-origGuido Guenther1-1/+1
2006-09-12add debian packagingGuido Guenther1-0/+26