aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2018-06-25 23:37:02 +0100
committerGuido Günther <agx@sigxcpu.org>2018-10-28 12:30:25 +0100
commitce6b1e755fbd999156dbe8c0bf28ccb180641ba2 (patch)
tree3424f5f53b51c244af83bf2c4d21aec1379c76a0 /debian
parent6b1342253eecd83e514400fccc531205450b13d3 (diff)
buildpackage{,-rpm}: add preexport hook
Sometimes it is necessary to perform operations before preparing the tarballs and exporting to the build directory. One such case is when having to handle extremely large binary assets in the orig tarball and at the same time complex packaging code, which makes it desirable to separate the two into different repositories for easier handling. A pre-export hook allows to ensure that the tarball repository is present and checked out at the correct branch. Closes: #909266 Signed-off-by: Luca Boccassi <bluca@debian.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/gbp.completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/gbp.completion b/debian/gbp.completion
index 706cfdf7..37e85eaa 100644
--- a/debian/gbp.completion
+++ b/debian/gbp.completion
@@ -55,7 +55,7 @@ _gbp_comp ()
local remote_config_opts="--remote-config\="
local file_opts="--postimport\= --git-builder\= --git-cleaner\= \
--git-export-dir\= --git-postbuild\= --git-postexport\= \
- --git-posttag\= --git-prebuild\= --git-tarball-dir\= \
+ --git-posttag\= --git-prebuild\= --git-preexport\= --git-tarball-dir\= \
--posttag\= --tarball-dir\="
local start_opt=""