[Bug 823829] Re: [backportpackage] create chroot if necessary

a7x 823829 at bugs.launchpad.net
Fri Jun 1 17:17:16 UTC 2012


I don't like the assumption either -- my .pbuilderrc sets BASETGZ to
something else.  What about spawning a shell that does something like
the following:

    for f in /etc/pbuilderrc "${HOME}"/.pbuilderrc; do
        ! [ -f "${f}" ] || . "${f}" || exit 1
    done
    printf %s "${BASETGZ:-/var/cache/pbuilder/base.tgz}"

and then capture its output.  That output should be the filename whose
existence should be tested for pbuilder builds.

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/823829

Title:
  [backportpackage] create chroot if necessary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/823829/+subscriptions




More information about the universe-bugs mailing list