diff options
author | Raul Benencia <id@rbenencia.name> | 2023-01-17 08:45:26 -0800 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2023-01-17 08:45:26 -0800 |
commit | 7706c8c5d32eb6d220259048b6b4e87daee87961 (patch) | |
tree | 39ec1ce3d5838ce0a4d59afd4d229228c95208da /.gbp.conf | |
parent | 009401841c4e892b1e49accb6eb8ada76e7bc656 (diff) |
gbp: set options
Diffstat (limited to '.gbp.conf')
-rw-r--r-- | .gbp.conf | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ [DEFAULT] # the default build command: builder = sbuild + +[buildpackage] +export-dir = ../build-area +tarball-dir = ../tarballs + +[dch] +full = True |