From ce6b1e755fbd999156dbe8c0bf28ccb180641ba2 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 25 Jun 2018 23:37:02 +0100 Subject: 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 --- debian/gbp.completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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="" -- cgit v1.2.3