pbuilder git tree: Changes to 'master'

Junichi Uekawa dancer at alioth.debian.org
Thu Mar 6 15:14:34 UTC 2008


 Makefile                  |    2 
 debian/changelog          |   14 +++++-
 debian/control            |    4 -
 debian/pbuilder.postinst  |  106 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/pbuilder.templates |   26 +++++++++++
 debian/po/POTFILES.in     |    1 
 debian/po/ja.po           |   78 +++++++++++++++++++++++++++++++++
 debian/po/ro.po           |   84 ++++++++++++++++++++++++++++++++++++
 debian/po/templates.pot   |   78 +++++++++++++++++++++++++++++++++
 debian/rules              |    1 
 pbuilderrc                |    2 
 11 files changed, 391 insertions(+), 5 deletions(-)

New commits:
commit 7f6ed1473e7dd12b917efd326edef6ea26c4be78
Author: Junichi Uekawa <dancer at netfort.gr.jp>
Date:   Fri Mar 7 00:13:28 2008 +0900

    update templates.pot

commit 5361556e6ebef36dd78633e79dcbe2e6d3f45d2d
Author: Junichi Uekawa <dancer at netfort.gr.jp>
Date:   Fri Mar 7 00:13:22 2008 +0900

    add ja.po

commit 9c92b23b2427b5942804716d8ffe1d7537267add
Author: Junichi Uekawa <dancer at netfort.gr.jp>
Date:   Fri Mar 7 00:08:59 2008 +0900

    use cdn.debian.net

commit d4598a70b78b0299b57799318849bcd8e5c80864
Author: Junichi Uekawa <dancer at netfort.gr.jp>
Date:   Fri Mar 7 00:05:24 2008 +0900

    make ftp.jp.debian.org the default for for the time being. ftp.debian.org only has parts of Debian.

commit 776b576f99154fb9e279f19a26eb2a02364693eb
Merge: db1ece26a6f045b53c9e7411fa1e69a87f4609a4 6cd901f82dcf29fcb50fa4e5c4a315e17d91132e
Author: Junichi Uekawa <dancer at netfort.gr.jp>
Date:   Thu Mar 6 23:56:51 2008 +0900

    Merge git://git.debian.org/git/users/eddyp-guest/pbuilder into eddy

commit 6cd901f82dcf29fcb50fa4e5c4a315e17d91132e
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Thu Mar 6 03:07:57 2008 +0200

    If there's no MIRRORSITE line in the pbuilderrc, add one
    
    If, when parsing the current existing pbuilderrc file, no
    MIRRORSITE setting is found, fall back to autodetection.
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>

commit 44af0f8bf06c6c37019ce5e8d56219826f7af3a9
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Thu Mar 6 02:57:20 2008 +0200

    Change back the MIRRORSITE in the example file
    
    Since now the pbuilderrc is just an example, might as well
    use some correct info that is meaningful for a human.
    Also, this was broken since the default rc info was not valid
    anymore (in the absence of /etc/pbuilderrc)
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>

commit 00e57f97b06d0444e0ba5fc77179c09a72cf8439
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Thu Mar 6 02:29:34 2008 +0200

    Accepting to rewrite the pbuilderrc is done just for on run of configure
    
    When accepting to rewrite the config, most definetly, the user
    wants just this once to accept the rewrite, not every time from
    this point onwards (including upgrades).
    
    In other words, accepting rewrite is forgot immediately, and valid only
    once.
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>

commit 2c09082e766f6e08cfe3e2b7f0336219e029b2bd
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Thu Mar 6 02:11:19 2008 +0200

    Make sure we don't change commented MIRRORSITE-s
    
    Hook the sed replacement to the begining of the line to
    make sure we're not replacing any commented out entries.
    
    Also, it is possible that the MIRRORSITE line to be
    preceeded by whitespace. Accept that, too.
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>

commit 922da87bc9013abaebe890aedba905a6149347c9
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Thu Mar 6 01:57:04 2008 +0200

    Better default placeholder URL; Create minimalistic pbuilderrc files
    
    Use http://you-have-broken-debconf-configuration.example.com/ as a
    default place-holder instead of the possiblly confusing _
    
    No longer create large /etc/pbuilderrc files, instead create a minimal
    file which contains just the MIRRORSITE definition since pbuilder
    sources the default options, so there's only need for overrides.
    Thanks Junichi for clearing that up.
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>

commit b00822d6d98691b2d60103fd1ccc61498b6cf503
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Mon Mar 3 10:29:33 2008 +0200

    no temp file for sources.list concatenation
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>

commit 10931c0916f4e380ad57c72385f079a9e6514979
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Sun Mar 2 09:35:39 2008 +0200

    do not use temp files when's not necessary
    
    Fix the moronic use of a temporary file within postinst
    when trying to generate the correct MIRRORSITE info via sed.
    Sed already has in-place transformation.
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>

commit 559a027eefc0e71134a8500857bd8b30753cb31a
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Sun Mar 2 08:52:17 2008 +0200

    ran debconf-updatepo; + Romanian translation, + closes stanza for 333294
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>

commit e28c31095e561c17bba5915bfd27625ad820f19e
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Sun Mar 2 07:59:49 2008 +0200

    Update and merge the debian chaneglog entry I used back into the current one
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>

commit 648118ea5563c754a4cd9486353b9f95bd017f23
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Sun Mar 2 07:20:47 2008 +0200

    Allow the existing configuration to be updated/redone
    
    When the config exists already, ask the user if he/she
    really wants to reconfigure pbuilder's config.
    
    Small layout fixes.
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>

commit f58559cf780a239413ddb83e97b97baffc932bf6
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Sun Mar 2 06:36:06 2008 +0200

    Add support for sources.list.d and validate autodetection.
    
    A the system might use sources.list.d, but might miss sources.list
    entirely. All the relevant files are concatenated and the first deb
    source is picked from that list.
    
    When the autodection fails, make sure the responsability to insert
    the valid information drops on the shoulders of the user.
    
    Even if the shell is non-interactive, add some mirror.
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>

commit 15858ea18dc276d1bc3d8dc1724a00ed264757bb
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Sun Mar 2 04:00:43 2008 +0200

    The postinst doesn't rely on the /etc/pbuilderrc file to be present
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>

commit ef227a3da916f53f5a9ef4266c27c283c1ab607b
Merge: 64580202061d4d8f449e09107ac6e60706142202 30e8500073c101f656311906f5a00f0ccc0e8546
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Fri Feb 29 13:01:08 2008 +0200

    Merge branch 'master' of git://git.debian.org/git/pbuilder/pbuilder
    
    Conflicts:
    
    	Makefile
    	debian/changelog

commit 64580202061d4d8f449e09107ac6e60706142202
Author: Eddy Petrisor <eddy at twix.dsd.ro>
Date:   Thu Feb 28 21:52:28 2008 +0200

    No longer install /etc/pbuilderrc
    
    Instead put that file in the examples directory.

commit 7b13e5fcacff359771f18e954da9bf9540b82eb6
Author: Eddy Petrisor <eddy at bounty.eddyp.homelinux.net>
Date:   Mon Jun 25 21:49:46 2007 +0300

    saner way of modifying the conffile

commit e4dc31110bf491251462a0b9db3584e91652388c
Author: Eddy Petrisor <eddy at bounty.eddyp.homelinux.net>
Date:   Mon Jun 25 21:33:07 2007 +0300

    do not overwrite custom pbuilderrc files, only the default

commit ec019d66e64a272e80afd585c2f64700dfd034d0
Author: Eddy Petrisor <eddy at bounty.eddyp.homelinux.net>
Date:   Mon Jun 25 21:24:04 2007 +0300

    allow questions not to be shown if the priority indicates that

commit bb7b7d6e681fe9ef55f4d22185ab0c081b249387
Author: Eddy Petrisor <eddy at bounty.eddyp.homelinux.net>
Date:   Mon Jun 25 21:21:54 2007 +0300

    po-debconf support added

commit c8c7b109c92c46f3fd5869e3bc7022b95cb1b720
Author: Eddy Petrisor <eddy at bounty.eddyp.homelinux.net>
Date:   Mon Jun 25 21:05:24 2007 +0300

    created a proper postinst which takes into account the different parameters which are used when calling it

commit 77fa76e8118712ae35b04f2b01b2f6772bc3af68
Author: Eddy Petrisor <eddy at bounty.eddyp.homelinux.net>
Date:   Mon Jun 25 20:59:08 2007 +0300

    add podebconf support

commit 20df3b1c9035cb503b8645c8f60de3c426f1cf87
Author: Eddy Petrisor <eddy at bounty.eddyp.homelinux.net>
Date:   Mon Jun 25 20:28:52 2007 +0300

    build depends on debconf now

commit 7ed913ae27fe872aaa8b2cca4f906849ce1ca541
Author: Eddy Petrisor <eddy at bounty.eddyp.homelinux.net>
Date:   Mon Jun 25 19:40:48 2007 +0300

    a crude first version of the default mirror selection code




More information about the Pbuilder-maint mailing list