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 <[EMAIL PROTECTED]>