summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2018-02-06 14:38:21 -0500
committerDavid Bremner <david@tethera.net>2018-02-07 06:41:01 -0400
commita9f1c7c294526afb2a2ac18003a654ea4c780b7b (patch)
tree559b7f46413fa4e08123cdd8c5e4ac468a231cb3 /debian
parentcf8c689eab64e3907ecd484c9a7c3708dc599b27 (diff)
debian: drop export-dir from gbp.conf
No one knows why this invocation is here. it does weird things during the build. If a developer really wants this behavior, they can specify it in their own ~/.gbp.conf Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'debian')
-rw-r--r--debian/gbp.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 6cb451a4..a1c8735d 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -7,9 +7,6 @@ upstream-branch = master
# The default branch for the debian patch (no patch in our case)
debian-branch = master
-# Directory for performing the build
-export-dir = ./debian-build
-
# Format for upstream tags
upstream-tag = %(version)s