aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-buildpackage
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-10-13 18:40:32 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-10-13 18:40:32 +0000
commit0c3b8efd872abc67d2aec8e2ea9bc92ab24a7ede (patch)
treead97a3165e5ae5017a63c68416ba295d56a53afe /pbuilder-buildpackage
parentc4dd619a55e20a3e375a363550a2f6c4b0de0b32 (diff)
downloadpbuilder-0c3b8efd872abc67d2aec8e2ea9bc92ab24a7ede.tar
pbuilder-0c3b8efd872abc67d2aec8e2ea9bc92ab24a7ede.tar.gz
add hook type I: it runs after successfully build a package, after copying back the build results
Closes: #652527
Diffstat (limited to 'pbuilder-buildpackage')
-rwxr-xr-xpbuilder-buildpackage1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage
index 90931a3..5e8ef08 100755
--- a/pbuilder-buildpackage
+++ b/pbuilder-buildpackage
@@ -201,6 +201,7 @@ if [ -d "${BUILDRESULT}" ]; then
log "I: Trying to save additional result ${FILE}"
cp -a "${BUILDPLACE}$BUILDDIR/"*"/${FILE}" "${BUILDRESULT}" || true
done
+ executehooks "I"
else
log "E: BUILDRESULT=[$BUILDRESULT] is not a directory."
fi