diff options
author | dancer <dancer> | 2002-01-27 12:27:03 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-01-27 12:27:03 +0000 |
commit | 076f814f3d8216a1a7f63dbf7c8e0522d05965ad (patch) | |
tree | 410f7970803ebf245ebb3711419ff325758b22e2 /pbuilder-modules | |
parent | 2947553d0cf463a35e29313b3397a7d4119803bb (diff) | |
download | pbuilder-076f814f3d8216a1a7f63dbf7c8e0522d05965ad.tar pbuilder-076f814f3d8216a1a7f63dbf7c8e0522d05965ad.tar.gz |
modified the cleaning process to the one using trap, for create, update, and login methods.
build is not modified (yet)
Diffstat (limited to 'pbuilder-modules')
-rw-r--r-- | pbuilder-modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilder-modules b/pbuilder-modules index 0c6c2a2..b838665 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -87,7 +87,7 @@ function cleanbuildplace () { fi; } -function abortingfunction () { +function umountproc_cleanbuildplace () { # rolling back to abort. umountproc cleanbuildplace @@ -120,7 +120,7 @@ EOF function extractbuildplace () { # after calling this function, umountproc, and cleanbuildplace - # needs to be called. + # needs to be called. Please trap it. cleanbuildplace echo "building the build env" echo " -> extracting base.tgz" |