aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
Commit message (Collapse)AuthorAge
* Update docs regarding --downloadGuido Günther2017-01-01
| | | | and drop it from completions
* Document changes and release 0.8.9debian/0.8.9Guido Günther2016-12-31
|
* Build-dep on curl and python-requests for the network testsGuido Günther2016-12-27
|
* bash completion: complete filenames on hooks, cleaners and buildersGuido Günther2016-12-20
|
* bash completion: complete tags on --upstream-vcs-tag tooGuido Günther2016-12-20
|
* bash completion: don't complete options values with optionsGuido Günther2016-12-20
| | | | | So far hitting <tab. on --bar= would have all other options as suggestions.
* Use relative patch to install gbp.confGuido Günther2016-12-18
| | | | to make pip install --user work
* gbp create-remote-repo: Autocomplete --remote-config= tooGuido Günther2016-12-09
|
* Document changes and release 0.8.8debian/0.8.8Guido Günther2016-12-08
|
* Document changes and release 0.8.7debian/0.8.7Guido Günther2016-11-28
|
* Avoid deprecation on bash completionGuido Günther2016-11-15
|
* Build-depend on libdistro-info-perlGuido Günther2016-11-03
| | | | | | This silences the testsuite and unbreaks the build on Ubuntu Closes: #842960
* Document changes and release 0.8.6debian/0.8.6Guido Günther2016-10-23
|
* Document changes and release 0.8.5debian/0.8.5Guido Günther2016-10-10
|
* Document changes and release 0.8.4debian/0.8.4Guido Günther2016-09-27
|
* autopkgtest: Skip build if setuptools is not availableGuido Günther2016-09-27
|
* Vcs-Git: use https transportGuido Günther2016-09-20
|
* Rename README to README.mdGuido Günther2016-09-12
| | | | to get Markdown formatting
* Switch from pychecker to flake8Guido Günther2016-09-12
| | | | | | | The later is maintained and has more checks Use '-j1' for now since otherwise we need /dev/shm access which fails in a pbuilder chroot with EPERM.
* Move doc generation and test invocation to separate MakefileGuido Günther2016-09-12
|
* Bump standards versionGuido Günther2016-09-12
|
* Document changes and release 0.8.3debian/0.8.3Guido Günther2016-08-26
|
* Drop dependencies on sp and jadeGuido Günther2016-08-06
| | | | Thanks: Neil Roeth for the very quick fix
* Explicitly depend on spGuido Günther2016-08-05
| | | | for nsglms until #833496 is fixed
* Document changes and release 0.8.2debian/0.8.2Guido Günther2016-08-03
|
* Document changes and release 0.8.1debian/0.8.1Guido Günther2016-07-08
|
* Added option `never` to dch `--spawn-editor` choicesMichael Elovskikh2016-07-06
|
* Unbreak autopkgtest by setting git user and emailGuido Günther2016-07-05
|
* Document changes and release 0.8.0debian/0.8.0Guido Günther2016-07-04
|
* Require python 2.7Guido Günther2016-07-04
| | | | | | It's the default up to Wheezy Closes: #685031
* buildpackage: drop repo_dirGuido Günther2016-07-04
| | | | | | repo.path has the same info and it's only used once Git-Dch: Ignore
* Fix simple spelling errors in comments and stringsOtto Kekäläinen2016-07-03
|
* Actually install gbp-rpm-ch and unbreak manpage generationGuido Günther2016-06-30
|
* Fix c'n'p (harmless) errorsGuido Günther2016-06-29
| | | | Git-Dch: Ignore
* Document changes and release 0.7.5debian/0.7.5Guido Günther2016-05-27
|
* Document changes and release 0.7.4debian/0.7.4Guido Günther2016-05-08
|
* Document changes and release 0.7.3debian/0.7.3Guido Günther2016-04-01
|
* Document changes and release 0.7.2debian/0.7.2Guido Günther2016-01-29
|
* changelog: Fix spelling errorGuido Günther2016-01-15
| | | | Git-Dch: Ignor
* Document changes and release 0.7.1debian/0.7.1Guido Günther2015-12-28
|
* common/buildpackage: support for different archive formatsMarkus Lehtonen2015-12-02
| | | | | | | | Adds support for defining the archive format of the output of git_archive_single(), e.g. 'zip'. Defaults to 'tar', as before. Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
* 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.
* s/packge/package/Guido Günther2015-11-15
|
* Use faster CGit URL for Vcs-BrowserGuido Günther2015-10-30
|
* Document changes and release 0.7.0debian/0.7.0Guido Günther2015-10-21
|
* Add autopkgtest that builds a RPM of ourselfGuido Günther2015-10-19
|
* bash completion: ensure autoloadGuido Günther2015-09-26
| | | | The completion needs to be named like the command to be autoloaded
* bash completion: use _have() instead of have()Guido Günther2015-09-26
| | | | the later not being deprecated
* Move bash completion from /etc to /usr/shareGuido Günther2015-09-22
|
* Add dh-python to Build-DependsAnthony Fok2015-09-10
| | | | | | in response to the friendly warning from dh_python2: W: dh_python2:479: Please add dh-python package to Build-Depends