summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2015-02-20Require sixGuido Günther
to work towards Python3 support Gbp-Dch: Ignore
2015-02-17Drop all gbp-* and git-* commandsGuido Günther
as announced in the deprecation notice from June 2013.
2014-10-17Complete setup.py for pypiGuido Günther
2013-08-28Use open() instead of file()Guido Günther
since the later doesn't exist in python3
2013-08-22Minor docstring updatesGuido Günther
2013-06-26Consistently call gbp the supercommandGuido Günther
and robustify against invalid modules names.
2013-06-18Add wrapper for all gbp commandsGuido Günther
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ünther
for cobertura style coverage information that can be picked up by e.g. Jenkins
2013-03-22setup: possibility to skip nosetest requirementsMarkus Lehtonen
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 Lehtonen
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ünther
the versions in Squeeze are recent enough.
2011-11-22Move debian related helpers into submoduleGuido Günther
2011-11-20Move git code into submoduleGuido Günther
2011-11-07Move gbp/version.py generation into setup.pyGuido Günther
This allows us to build on non Debian systems with setup.py only.
2011-11-06Use setuptools to run the testsGuido Günther
2011-11-01Get rid of the symlinkGuido Günther
by moving the commands to gbp/scripts/
2011-01-11Make gbp-create-remote-repo a first class citizenGuido Günther
Add manpage, move into path, add bash completion
2010-08-11Add git-pbuilderGuido Günther
Thanks: Russ Allbery Closes: #583078
2009-11-22Make gbp-clone, gbp-pull and gbp-pq first class citizensGuido Günther
by moving them from examples/ to /usr/bin/
2008-05-17add git-import-dscsGuido Guenther
to import mutiple dscs in one go Closes: #471580
2007-09-30add git-dchGuido Guenther
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther
Furthermore pass '-v' in git import-orig on to git_load_dirs
2006-12-05config file parsing to set default branches and build commandsGuido Guenther
2006-09-27git-import-orig: don't try import new upstream versions when there are ↵Guido Guenther
uncommitted changes
2006-09-27git-import-dsc: import of debian native packagesGuido Guenther
2006-09-25git-debuild -> git-buildpackageGuido Guenther
2006-09-25add git-import-origGuido Guenther
2006-09-12add debian packagingGuido Guenther