aboutsummaryrefslogtreecommitdiff
path: root/pbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder')
-rwxr-xr-xpbuilder15
1 files changed, 15 insertions, 0 deletions
diff --git a/pbuilder b/pbuilder
index 682ec50..54cebb3 100755
--- a/pbuilder
+++ b/pbuilder
@@ -86,6 +86,21 @@ File extracted to: $BUILDPLACE
executehooks "F"
chroot "$BUILDPLACE" /run "$@"
;;
+ dumpconfig)
+ shift
+ . /usr/lib/pbuilder/pbuilder-checkparams
+ . /usr/lib/pbuilder/pbuilder-runhooks
+ extractbuildplace
+ trap umountproc_cleanbuildplace exit
+ loadhooks
+ executehooks "F"
+ echo " -> start dump config"
+ echo " -> set"
+ set;
+ echo " -> env"
+ env;
+ echo " -> end dump config"
+ ;;
*)
. /usr/lib/pbuilder/pbuilder-modules
showhelp