aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-checkparams
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2009-12-11 18:32:01 +0100
committerLoïc Minier <lool@dooz.org>2009-12-11 18:33:06 +0100
commit282d18c7c43af310c6d2adb52478b2cacdc1da53 (patch)
tree00bd16b907edde45f0ded63bff52f6743a49f404 /pbuilder-checkparams
parent46a2ee8206c88e5b70f184d30b12106882adc516 (diff)
downloadpbuilder-282d18c7c43af310c6d2adb52478b2cacdc1da53.tar
pbuilder-282d18c7c43af310c6d2adb52478b2cacdc1da53.tar.gz
Add support for building packages twice; #493538
Add support for building packages twice; based on a patch by Nicolas Valcárcel; closes: #493538
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-xpbuilder-checkparams5
1 files changed, 5 insertions, 0 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index 356a969..ef81878 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -26,6 +26,7 @@
#default value for this option is !empty!
INTERNAL_BUILD_UML=""
+TWICE=""
CHROOTEXEC=""
OVERRIDE_APTLINES="no"
OVERRIDE_APTLINES_WARN="" # set this if --override-config option should be set.
@@ -234,6 +235,10 @@ while [ -n "$1" ]; do
IGNORE_UMOUNT="no"
shift;
;;
+ --twice)
+ TWICE="yes"
+ shift;
+ ;;
--) # end of processing for this
shift;
break;