From d8418992574ea72e1f8d847de67a208b6d72abd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Mon, 23 May 2011 21:39:50 +0200 Subject: [PATCH] git-pbuilder: Add git-pbuilder 1.22 Thanks: a lot Russ Allbery Closes: #623117 --- git-pbuilder | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) mode change 100644 => 100755 git-pbuilder diff --git a/git-pbuilder b/git-pbuilder old mode 100644 new mode 100755 index ced2906..d82b58b --- a/git-pbuilder +++ b/git-pbuilder @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: git-pbuilder,v 1.21 2011-05-20 06:17:09 eagle Exp $ +# $Id: git-pbuilder,v 1.22 2011-05-23 06:03:13 eagle Exp $ # # git-pbuilder -- Wrapper around pbuilder for git-buildpackage # @@ -67,7 +67,7 @@ case $BUILDER in cowbuilder) # The root directory where different cowbuilder --basepath directories # are found. git-pbuilder expects them to be named base-.cow. - COWBUILDER_BASE=/var/cache/pbuilder + : ${COWBUILDER_BASE:=/var/cache/pbuilder} # If DIST is set, use base-$DIST.cow. If DIST is not set, the sid # chroot may be either base.cow or base-sid.cow. Try both. If ARCH @@ -264,6 +264,11 @@ B, this controls the path to the configuration file. Sets the builder to use. The only supported settings are C (the default) and C. +=item COWBUILDER_BASE + +Set this environment variable to change the default location for the +cowbuilder base directories (F). + =item DIST Sets the target distribution. This is used primarily to determine the -- 2.7.4