aboutsummaryrefslogtreecommitdiff
path: root/pbuilder
diff options
context:
space:
mode:
authordancer <dancer>2004-07-24 02:05:40 +0000
committerdancer <dancer>2004-07-24 02:05:40 +0000
commitc7c59cb36ac720cacd79a9413e8d1747991865f7 (patch)
tree905f474a1a67ae383b696c9141c46e302b64f741 /pbuilder
parentbe3bc3e35896a53c59f06efc30f13b80f3746dd0 (diff)
downloadpbuilder-c7c59cb36ac720cacd79a9413e8d1747991865f7.tar
pbuilder-c7c59cb36ac720cacd79a9413e8d1747991865f7.tar.gz
uml testsuite works now with sid.
sarge didn't work out this time, maybe next.
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