From ea60559e712e73a94159e9eaad0e841f3a0f1010 Mon Sep 17 00:00:00 2001 From: dancer Date: Fri, 4 Mar 2005 04:49:42 +0000 Subject: +2005-03-04 Junichi Uekawa + + * pbuilder: apply patch frp, Danilo to save aptcache on pbuilder login. + Apply similar change to pbuilder execute. + 271600 + + * pbuilder.8: + * pbuilder-checkparams: + * pbuilder-modules: support --aptcache option + thanks: Danilo Piazzalunga + 295766 + + * Cleaned build dir for pbuilder-uml #297100 + + * pbuilder-modules (pbuilder-options): document save-after-login/exec + flag in --help output. #296672 + --- pbuilder-checkparams | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'pbuilder-checkparams') diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 2829c6e..33ffd24 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -92,6 +92,19 @@ while [ -n "$1" ]; do fi shift; shift; ;; + --aptcache) + if [ -n "$2" ]; then + if [ -d "$2" ]; then + APTCACHE=$(readlink -f "$2"); + else + echo "E: Directory $2 does not exist" >&2 + exit 1 + fi + else + APTCACHE= + fi + shift; shift; + ;; --removepackages) REMOVEPACKAGES="$2"; shift; shift; -- cgit v1.2.3