From d0e81d2fc7da900898cb9732bb92ce53e526ffba Mon Sep 17 00:00:00 2001 From: dancer Date: Sun, 31 Oct 2004 11:05:35 +0000 Subject: +2004-10-31 Junichi Uekawa + + * Documentation/pbuilder-doc.xml (PBUILDER_UML_IMAGE): add notes on + BUILRESULTUID and SUDO interaction. + + * pbuilder-buildpackage (PACKAGENAME): move around buildresult dir creation before pkgname logfile creation. + + * pbuilder.8: add documentation for --save-after-login/exec option. + + * pbuilder: execute and login with --save-after-login/exec option. + + * pbuilder-user-mode-linux.1: add notes that uml-nocow is effective for exec and login. + + * pbuilder-uml-checkparams (UML_SAVE_AFTER_LOGIN): add UML_NOCOW for exec + + * pbuilder-checkparams (SAVE_AFTER_LOGIN): --save-after-login/exec command-option. + + * pdebuild-user-mode-linux.1: add notes that the option will override + pbuilder option. + + * pdebuild.1: add notes that the option will override pbuilder option + + * pdebuild-user-mode-linux: ditto. + + * pdebuild: override --debbbuildopts in pbuilder option when DEBBUILDOPTS is available and for non-internal mode. + --- pbuilder-checkparams | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pbuilder-checkparams') diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 40797ad..8383610 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -17,6 +17,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# This code is called for pbuilder and pbuilder inside pbuilder-uml; +# pbuilder-uml calls uml-checkparams. + . /usr/lib/pbuilder/pbuilder-loadconfig . /usr/lib/pbuilder/pbuilder-modules @@ -30,6 +33,7 @@ USE_PKGNAME_LOGFILE="" PRESERVE_BUILDPLACE="no" unset EXTRA_CONFIGFILE || true PBUILDER_DEBUGMODE= +SAVE_AFTER_LOGIN= #option for user-mode-linux only. IGNORE_UMOUNT="" @@ -178,6 +182,10 @@ while [ -n "$1" ]; do USE_PDEBUILD_INTERNAL=yes; shift; ;; + --save-after-login|--save-after-exec) + SAVE_AFTER_LOGIN=yes; + shift; + ;; ## internal options. --internal-chrootexec) # specify custom chrootexec function -- this is internal debugging function -- cgit v1.2.3