tag 909266 pending
thanks
Date: Mon Jun 25 23:37:02 2018 +0100
Author: Luca Boccassi <[email protected]>
Commit ID: ce6b1e755fbd999156dbe8c0bf28ccb180641ba2
Commit URL:
https://git.sigxcpu.org/cgit/git-buildpackage//commit/?id=ce6b1e755fbd999156dbe8c0bf28ccb180641ba2
Patch URL:
https://git.sigxcpu.org/cgit/git-buildpackage//patch/?id=ce6b1e755fbd999156dbe8c0bf28ccb180641ba2
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 <[email protected]>