Bug#373807: [Pbuilder-maint] Bug#373807: one base.tzg per distribution

Loïc Minier lool at dooz.org
Sun Oct 22 16:06:46 CEST 2006


        Hi Martin,

On Sat, Jun 17, 2006, Junichi Uekawa wrote:
> >                       I would love to see pbuilder support different
> > basetgz with codenames instead of full pathnames. But maybe this is
> > just my wish.
> From the designing and extention perspective, I do not like embedding
> names; I'd like the name to be left to the system administrator.
> 	/usr/share/doc/pbuilder/examples/pbuilder-distribution.sh is
> one example script which would probably be more convenient than having
> such an option.

 I had the same problem than you, and ended up using this shell snippet
 in my pbuilderrc:

# archived chroot image location
if [ "$PDEBUILD_PBUILDER" = "pbuilder" ]; then
    BASETGZDIR="$PBUILDERROOT/basetgz/$DISTRIBUTION"
    create_dir "$BASETGZDIR"
    BASETGZ="$BASETGZDIR/base.tgz"
fi

 /usr/share/doc/pbuilder/examples/pbuilder-distribution.sh is another
 solution.

 Do you agree this feature can be handled by end-user configuration?
 Should be keep the bug open?

   Bye,
-- 
Loïc Minier <lool at dooz.org>




More information about the Pbuilder-maint mailing list