aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
Commit message (Collapse)AuthorAge
* Use relative patch to install gbp.confGuido Günther2016-12-18
| | | | to make pip install --user work
* setup.py: use a valid classifierGuido Günther2016-12-15
| | | | from the list at https://pypi.python.org/pypi?%3Aaction=list_classifiers
* Rename README to README.mdGuido Günther2016-09-12
| | | | to get Markdown formatting
* Make generated version file flake8 cleanGuido Günther2016-09-12
|
* setup: flake8 cleanGuido Günther2016-09-12
|
* pep8/pyflakes cleanupsGuido Günther2016-09-12
|
* trivial: make setup.py executableMaximiliano Curia2016-09-07
|
* buildpackage-rpm: add support for mock chroot builderGuido Günther2015-11-16
| | | | | | | | | | Try: gbp buildpackage-rpm --git-mock --git-dist=epel-6 Results will be under ../rpmbuild/results/ This is very heavily based on a patch from Tzafrir Cohen.
* setup.py: decode stringGuido Günther2015-10-23
| | | | to make Python3 happy
* Fix FSF address - thanks rpmlintEvgeni Golov2015-06-22
| | | | use gnu.org/licences instead of a postal address, as suggested by Guido
* Require sixGuido Günther2015-02-20
| | | | | | to work towards Python3 support Gbp-Dch: Ignore
* Drop all gbp-* and git-* commandsGuido Günther2015-02-17
| | | | as announced in the deprecation notice from June 2013.
* Complete setup.py for pypiGuido Günther2014-10-17
|
* Use open() instead of file()Guido Günther2013-08-28
| | | | since the later doesn't exist in python3
* Minor docstring updatesGuido Günther2013-08-22
|
* Consistently call gbp the supercommandGuido Günther2013-06-26
| | | | and robustify against invalid modules names.
* Add wrapper for all gbp commandsGuido Günther2013-06-18
| | | | | So like git you can now use gbp <command> instead of git-<command> or gbp-<command>. The manpages and docs aren't adjusted yet.
* Generate coverage xmlGuido Günther2013-04-06
| | | | | for cobertura style coverage information that can be picked up by e.g. Jenkins
* setup: possibility to skip nosetest requirementsMarkus Lehtonen2013-03-22
| | | | | | | 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>
* tests: make tests a Python moduleMarkus Lehtonen2012-11-23
| | | | | | Makes it possible to reuse code between various tests. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
* Lower dependencies on python-nose and python-coverageGuido Günther2012-02-13
| | | | the versions in Squeeze are recent enough.
* Move debian related helpers into submoduleGuido Günther2011-11-22
|
* Move git code into submoduleGuido Günther2011-11-20
|
* Move gbp/version.py generation into setup.pyGuido Günther2011-11-07
| | | | This allows us to build on non Debian systems with setup.py only.
* Use setuptools to run the testsGuido Günther2011-11-06
|
* Get rid of the symlinkGuido Günther2011-11-01
| | | | by moving the commands to gbp/scripts/
* Make gbp-create-remote-repo a first class citizenGuido Günther2011-01-11
| | | | Add manpage, move into path, add bash completion
* Add git-pbuilderGuido Günther2010-08-11
| | | | | Thanks: Russ Allbery Closes: #583078
* Make gbp-clone, gbp-pull and gbp-pq first class citizensGuido Günther2009-11-22
| | | | by moving them from examples/ to /usr/bin/
* add git-import-dscsGuido Guenther2008-05-17
| | | | | to import mutiple dscs in one go Closes: #471580
* add git-dchGuido Guenther2007-09-30
|
* use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther2007-02-11
| | | | Furthermore pass '-v' in git import-orig on to git_load_dirs
* config file parsing to set default branches and build commandsGuido Guenther2006-12-05
|
* git-import-orig: don't try import new upstream versions when there are ↵Guido Guenther2006-09-27
| | | | uncommitted changes
* git-import-dsc: import of debian native packagesGuido Guenther2006-09-27
|
* git-debuild -> git-buildpackageGuido Guenther2006-09-25
|
* add git-import-origGuido Guenther2006-09-25
|
* add debian packagingGuido Guenther2006-09-12