[buildd-tools-devel] [GIT] sbuild branch, sbuild-squeeze, updated. debian/sbuild-0.60.0-1-13-g077e96b

Roger Leigh rleigh at alioth.debian.org
Thu Dec 30 11:17:30 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "sbuild".

The branch, sbuild-squeeze has been updated
       via  077e96b604f2438a735699260c298abcc5fd7de0 (commit)
       via  a28ee65abe282e0805fff079e92dc886f6034823 (commit)
       via  4f519201c73c745871e2e35b07c28f9dd4d26d60 (commit)
       via  b26480fb2189320c102518de903f77e410ac6071 (commit)
       via  51f826d47dafda546be5d8d54919b1ab80edda6a (commit)
       via  03772fedf79419880121bb80ec1b971849f81450 (commit)
       via  0034e8e6a9ce7fd2b1cc587cec92d4a2afe8aa3f (commit)
       via  745de9639205295bfdcd5b3887b1e8e705ca060a (commit)
       via  88f2db31e8117ddba762b464a192bc862573a351 (commit)
      from  83992fed7d80f8694bb07da8e19eddb6b2b084e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 077e96b604f2438a735699260c298abcc5fd7de0
Author: Philipp Kern <pkern at debian.org>
Date:   Sat Aug 28 22:49:39 2010 +0200

    bin/sbuild-createchroot: fix the schroot template
    
    Dots are no longer allowed in schroot config snippets, to comply with the
    run-parts regexp.

commit a28ee65abe282e0805fff079e92dc886f6034823
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jul 11 22:26:41 2010 +0100

    sbuild-createchroot: Document need for abs_path workaround

commit 4f519201c73c745871e2e35b07c28f9dd4d26d60
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jul 11 21:44:39 2010 +0100

    sbuild-createchroot: Fix abs_path and remove deprecated keys
    
    Remove deprecated schroot configuration keys, and change
    location to directory.
    Create the bootstrap directory prior to calling abs_path, or
    else it returns an undefined value.

commit b26480fb2189320c102518de903f77e410ac6071
Author: Roger Leigh <rleigh at debian.org>
Date:   Mon Nov 1 16:32:11 2010 +0000

    etc/25nssdatabases: Update from schroot 20nssdatabases
    
    Skip comments and blank lines in nssdatabases file
    Skip copying if source and destination are identical, preventing
    blanking the file if it's hardlinked or bind mounted.
    Use strict POSIX shell.

commit 51f826d47dafda546be5d8d54919b1ab80edda6a
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Mon Nov 8 01:38:28 2010 -0500

    Fix regression when passing source:<distribution> as CHROOT for sbuild-update and friends.
    
    Also makes it possible to override use of 'source' as namespace.

commit 03772fedf79419880121bb80ec1b971849f81450
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Nov 7 21:42:51 2010 +0000

    Sbuild::ChrootInfo: Support namespaces properly with sudo

commit 0034e8e6a9ce7fd2b1cc587cec92d4a2afe8aa3f
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Nov 7 21:25:47 2010 +0000

    Sbuild::ChrootInfo: Add support for namespaces
    
    Support schroot namespaces properly.  Read in all chroots in the
    'chroot' and 'source' namespaces.  Add a namespace argument to the
    ChrootInfo find function, and get_info functions create namespaces.
    create() also takes a namespace parameters, used by Sbuild::Build
    and Sbuild::Utility.  Utility programs operate in the 'source'
    namespace by default, falling back to the 'chroot' namespace if
    a source chroot does not exist.  Sudo chroots use only the 'chroot'
    namespace.
    
    schroot namespace support had been added previously by overriding
    the find() function and stripping namespaces, but this had several
    issues, and did not permit good use of the 'source' namespace.

commit 745de9639205295bfdcd5b3887b1e8e705ca060a
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Nov 7 15:34:05 2010 +0000

    Sbuild::ChrootInfoSchroot: Parse chroot namespaces
    
    Don't use yet.

commit 88f2db31e8117ddba762b464a192bc862573a351
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Thu Aug 19 21:18:50 2010 +0100

    Sbuild::ChrootInfoSchroot: Add find function which copes with chroot namespaces
    
    schroot >= 1.4.8 adds chroot: and source: namespaces.  This
    function copes with the -source compatibility names so that
    sbuild-update etc. can work with source chroots.

-----------------------------------------------------------------------

Summary of changes:
 bin/sbuild-apt                  |    2 +-
 bin/sbuild-checkpackages        |    2 +-
 bin/sbuild-clean                |    2 +-
 bin/sbuild-createchroot         |   10 ++++----
 bin/sbuild-distupgrade          |    2 +-
 bin/sbuild-hold                 |    2 +-
 bin/sbuild-shell                |    2 +-
 bin/sbuild-unhold               |    2 +-
 bin/sbuild-update               |    2 +-
 bin/sbuild-upgrade              |    2 +-
 debian/control                  |    2 +-
 etc/25nssdatabases              |   19 +++++++++++++-
 lib/Sbuild/Build.pm             |    3 +-
 lib/Sbuild/ChrootInfo.pm        |   49 ++++++++++++++++++++++++++++----------
 lib/Sbuild/ChrootInfoSchroot.pm |   49 ++++++++++++++++++++++++++++++++------
 lib/Sbuild/ChrootInfoSudo.pm    |   22 ++++++++++++++++-
 lib/Sbuild/Utility.pm           |    9 ++++---
 17 files changed, 136 insertions(+), 45 deletions(-)


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list