aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/git-buildpackage.install
Commit message (Collapse)AuthorAge
* New command to merge in changes from a upstream using gitGuido Günther2018-08-19
| | | | This reverts commit 3384a0f7a763144e5d627c454d7d76c2841e553b.
* Revert "gbp import-ref: New command to merge in changes from a upstream ↵Guido Günther2018-08-19
| | | | | | | | using git" This reverts commit 1592882c38fcbb107332d9a0a63b8da4e0bf8a48. It's not ready yet.
* gbp import-ref: New command to merge in changes from a upstream using gitGuido Günther2018-05-24
|
* Add tag commandGuido Günther2017-09-14
| | | | | | | | | | by splitting out the code from buildpackage This is shorter than running gbp buildpackage --git-tag-only Closes: #797086
* push: new command to push changes in one goGuido Günther2017-08-06
| | | | Closes: #733639
* export_orig: new command to export orig tarballs from gitGuido Günther2017-08-03
| | | | Closes: #840089
* Switch Debian packaging to python3Guido Günther2017-08-02
| | | | | | | | For now we disable epydoc since it isn't available for python3. We also drop dh_auto_test to not run the test suite twice since pybuild would run it as well. Closes: #810854
* New command 'pristine-tar'Guido Günther2017-06-26
| | | | | | | | | This allows one to run the pristine-tar import at a later point. This is useful when using component tarballs and we need to reference the right trees for the commits. The command can later be extended to allow for "export" as well to recreate the tarballs without having to invoke "gbp buildpackage".
* Move default gbp.conf back to the right locationGuido Günther2017-01-11
| | | | | | | | 0.8.9 placed gbp.conf at /etc/git-buildpackage/gbp.conf/gbp.conf. Move the file back to the correct location. Closes: #850937 Thanks: Luca Boccassi
* Use relative patch to install gbp.confGuido Günther2016-12-18
| | | | to make pip install --user work
* 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.
* Improve error messages on formatting errorsGuido Günther2014-08-19
| | | | | Make it easier for the user to detect misformated replacement strings in config files and command line options.
* Introduce git-buildpackage-rpmGuido Günther2014-07-24
Currently only including "gbp import-srpm"