pbuilder git tree: Changes to 'profile'

Osamu Aoki osamu at alioth.debian.org
Sun Jan 17 14:09:35 UTC 2010


New branch 'profile' available with the following commits:
commit 54c41ef7ea6aa81af9e81242beaa0a68d8a73b96
Author: Osamu Aoki <osamu at debian.org>
Date:   Sun Jan 17 22:53:25 2010 +0900

    Set $PROFILE and $PBUILDER_ROOT to null
    
    This prevents unintended behavior by environment variables.

commit 4e47d37225efbefc9154e71212390c1bb7df0e77
Author: Osamu Aoki <osamu at debian.org>
Date:   Sun Jan 17 22:43:42 2010 +0900

    --distribution updated

commit 16bed9154a7a5f3a94c49383a51bbb76bc479203
Author: Osamu Aoki <osamu at debian.org>
Date:   Sun Jan 17 22:27:26 2010 +0900

    set $DEBIAN_MIRRORSITE in /etc/pbuilderrc

commit 8509f86ebd89f622d127827c915bc310d85f886d
Author: Osamu Aoki <osamu at debian.org>
Date:   Sun Jan 17 22:12:06 2010 +0900

    set $MIRRORSITE default by --distribution

commit db212700211b773b8027bc9667730dc7b1bfc0a9
Author: Osamu Aoki <osamu at debian.org>
Date:   Sun Jan 17 19:41:53 2010 +0900

    organize pbuilderrc contents

commit dceac0f2dccdb5f13e95a7ca02774dd0c8f87b70
Author: Osamu Aoki <osamu at debian.org>
Date:   Sun Jan 17 17:21:18 2010 +0900

    organize /var/cache/pbuilder related path

commit 82d99a3f89af435f6b4ca8cef5d5c16df9e5319a
Author: Osamu Aoki <osamu at debian.org>
Date:   Sun Jan 17 17:02:19 2010 +0900

    add profile support to pbuilder
    
    "--profile" is an optional argument which is used to
    manage multiple customized archives as follows:
    
    $ sudo pbuilder --profile foo --create
    $ sudo pbuilder --profile foo --login --save-after-login
      ... edit and customize chroot
      ^D
    $ sudo pbuilder --profile foo --update
    $ cd /path/to/package-source
    $ pdebuild -- --profile foo
    $ cd /var/cache/pbuilder/foo/result
    $ sudo debi package_1.0_amd64.changes




More information about the Pbuilder-maint mailing list