aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/22_test_gbp_buildpackage.py
Commit message (Collapse)AuthorAge
* buildpackage: don't require debian/ prefix for --git-dist=DEP14 to workGuido Günther2017-09-15
|
* buildpackage: handle <vendor>/masterGuido Günther2016-10-19
|
* buildpackage: Improve error message when using DEP14Guido Günther2016-04-04
|
* buildpackage: Move git-pbuilder environemt variables into GBP_ namespaceGuido Günther2016-01-15
| | | | | | | | | | | Keep the old ones for backward compatibility but this way they're all available to all hooks and not only to prebuild. In order to not put more stuff into the process enviroment dont use os.environ but only pass these in via extra_env. While at that test that hooks actually get their environment variables set up correctly.
* Allow to automatically etermine the dist to build forGuido Günther2015-05-30
Setting --git-dist=DEP14 will follow the DEP14 proposal to determine the suite to build for via vendor/suite. The exception is sid where DIST is just set to be empty as well as native packages.