aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/buildpackage.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-08 17:47:40 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-08 17:47:40 -0300
commit66138d953fe6c9221e32577ac3bd66bc4072499a (patch)
tree4c1c4a085d6e602c7319c8c0313141148054acc0 /gbp/scripts/buildpackage.py
parent874de925d8fbf582f7bf51b722bbfe81240b74eb (diff)
buildpackage: pass the proper tarball dir for overlays
We want to look for tarballs in tarball dir not the output dir
Diffstat (limited to 'gbp/scripts/buildpackage.py')
-rwxr-xr-xgbp/scripts/buildpackage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/buildpackage.py b/gbp/scripts/buildpackage.py
index 53c3c795..482fce40 100755
--- a/gbp/scripts/buildpackage.py
+++ b/gbp/scripts/buildpackage.py
@@ -493,7 +493,7 @@ def main(argv):
# Export to another build dir if requested:
if options.export_dir:
tmp_dir = os.path.join(output_dir, "%s-tmp" % source.sourcepkg)
- export_source(repo, tree, source, options, tmp_dir, output_dir)
+ export_source(repo, tree, source, options, tmp_dir, tarball_dir)
# Run postexport hook
if options.postexport: