[buildd-tools-devel] [GIT] sbuild branch, master, updated. sbuild-0.58.2-68-g1e5164c

Roger Leigh rleigh at alioth.debian.org
Tue Apr 28 20:22:06 UTC 2009


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, master has been updated
       via  1e5164c1f6d27248993e352ddcc3a494a5712f53 (commit)
       via  e541f3967487dab8b00901f407bd22a3311f8a7b (commit)
       via  2b47351847eb6fede491b5d2b959af2fe2b9cedd (commit)
       via  0e1ec956b7938c9a70cb348fa4ede03ddef76305 (commit)
       via  97b092fef077e91658977c1406a7a88bcd9c0dae (commit)
       via  7b32004591c9f2c73c2d6dbc3dc17adc6fbf3d16 (commit)
       via  ad4ec26b9ee5facc29d44ca7c17ed6204ad950d3 (commit)
       via  174e8364e80e8cd6979ef3433de0da3c53cde8bf (commit)
       via  2d6a48bfe885baa09417d91d0a5b3f2f89acf150 (commit)
       via  5fb93d1817f285ffe6bce7bb17d757fdf1c382b0 (commit)
       via  2f9448d7032c45966d2fc6e954ec7f5e6095fe2b (commit)
      from  3c630f43f92c0d6b732f63640a1b639f9ba54a6d (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 1e5164c1f6d27248993e352ddcc3a494a5712f53
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 22:38:35 2009 +0100

    [Buildd::Conf] Only be verbose if not detaching from TTY
    
    Previously defaulted to verbose mode if initially attached to a
    terminal before becoming a daemon.

commit e541f3967487dab8b00901f407bd22a3311f8a7b
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 22:15:25 2009 +0100

    [Sbuild::LogBase] Default logging function only outputs to single file

commit 2b47351847eb6fede491b5d2b959af2fe2b9cedd
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 20:44:06 2009 +0100

    [Buildd::Conf] Default mail addresses to root
    
    This is not useful for a real buildd setup, but will allow the
    package to function until properly configured.

commit 0e1ec956b7938c9a70cb348fa4ede03ddef76305
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 19:29:52 2009 +0100

    [shlibdb] Remove last obsolete sourcedeps components
    
    Manual source dependencies are no longer supported.

commit 97b092fef077e91658977c1406a7a88bcd9c0dae
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 19:23:15 2009 +0100

    [wanna-build-merge-*] Remove do-merge-* references

commit 7b32004591c9f2c73c2d6dbc3dc17adc6fbf3d16
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 19:14:59 2009 +0100

    [buildd-clean-upload] Remove
    
    Obsolete, and replaced by buildd-mail.

commit ad4ec26b9ee5facc29d44ca7c17ed6204ad950d3
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 19:10:31 2009 +0100

    [buildd-clean-upload] Use standard options parsing

commit 174e8364e80e8cd6979ef3433de0da3c53cde8bf
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 18:56:52 2009 +0100

    [buildd-vlog] Make it work and distribute with manual page

commit 2d6a48bfe885baa09417d91d0a5b3f2f89acf150
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 18:24:09 2009 +0100

    [Sbuild::Build] Eliminate last uses of main::PLOG

commit 5fb93d1817f285ffe6bce7bb17d757fdf1c382b0
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 17:09:45 2009 +0100

    [Sbuild::Log] Split into generic Sbuild::LogBase
    
    Retain sbuild-specific log functionality in Sbuild::Log, and
    move generic logging infrastructure into Sbuild::LogBase for
    reuse by buildd and wanna-build.
    
    Restore --nolog option operation.
    
    Unify logging paths for all combinations of verbose/nolog
    to improve robustness.  All logging is now performed in a
    separate logging process under all use cases.
    
    The logging process uses a user-specified lambda function
    for doing the logging to enable the addition of timestamps
    in a general manner.
    
    Update copyright.

commit 2f9448d7032c45966d2fc6e954ec7f5e6095fe2b
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 11:44:57 2009 +0100

    [Sbuild::Sysconfig] Add SSH

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

Summary of changes:
 bin/Makefile.am                   |    1 +
 bin/buildd                        |    3 +-
 bin/buildd-clean-upload           |  115 ----------
 bin/buildd-vlog                   |   16 +-
 bin/do-merge-packages             |  158 --------------
 bin/do-merge-quinn                |  134 ------------
 bin/sbuild                        |    2 +-
 bin/shlibdb-compare               |  135 ------------
 bin/shlibdb-dump                  |  108 ----------
 bin/update-shlibdb                |  420 -------------------------------------
 bin/wanna-build-merge-packages    |    2 +-
 bin/wanna-build-merge-quinn       |    2 +-
 configure.ac                      |    2 +
 debian/rules                      |    1 +
 etc/buildd.conf                   |    4 +-
 etc/wanna-build.conf              |    4 +-
 lib/Buildd/Conf.pm                |   30 +--
 lib/Sbuild/Build.pm               |   34 ++--
 lib/Sbuild/Log.pm                 |   74 ++-----
 lib/Sbuild/{Log.pm => LogBase.pm} |   94 +++-----
 lib/Sbuild/Makefile.am            |    1 +
 lib/Sbuild/Options.pm             |    2 +-
 lib/Sbuild/Sysconfig.pm.in        |    1 +
 man/Makefile.am                   |    1 +
 man/sbuild.1.in                   |    2 +-
 25 files changed, 111 insertions(+), 1235 deletions(-)
 delete mode 100755 bin/buildd-clean-upload
 delete mode 100755 bin/do-merge-packages
 delete mode 100755 bin/do-merge-quinn
 delete mode 100755 bin/shlibdb-compare
 delete mode 100755 bin/shlibdb-dump
 delete mode 100755 bin/update-shlibdb
 copy lib/Sbuild/{Log.pm => LogBase.pm} (51%)


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list