[buildd-tools-devel] [GIT] sbuild branch, master, updated. debian/sbuild-0.58.6-1-20-g2d4aa58

Roger Leigh rleigh at alioth.debian.org
Sat Jul 25 01:12:40 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  2d4aa5815cb28f1f8e013d3547e1aeeab09290f2 (commit)
       via  96eb64a7d0c6e2c8bf8c3975b0f85ce2798542e7 (commit)
       via  6d9de4c578fb29d625967f8cfdcbfdaa0b77157f (commit)
       via  f8cb432d1deafa7b7c94ab20c4b9bccf4db0cfc0 (commit)
      from  14c1788d9507bc924713d608f8717e1eb17718b5 (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 2d4aa5815cb28f1f8e013d3547e1aeeab09290f2
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat Jul 25 01:07:38 2009 +0100

    buildd: Update wanna-build configuration key names
    
    Unify wanna-build usage between buildd and sbuild.
    This initial patch changes the key names and buildd.conf variable names only.
    
    Configuration keys:
    
    ┌──────────────────────┬───────────────────────────────┬─────────────────────────┐
    │ buildd               │ sbuild                        │ unified                  │
    ├──────────────────────┼───────────────────────────────┼─────────────────────────┤
    │ WANNA_BUILD_DBBASE   │ WANNABUILD_DATABASE           │ WANNA_BUILD_DB_NAME     │
    │ WANNA_BUILD_USER     │ AUTO_GIVEBACK_WANNABUILD_USER │ WANNA_BUILD_DB_USER     │
    │ SSH_USER             │ AUTO_GIVEBACK_USER            │ WANNA_BUILD_SSH_USER    │
    │ n/a                  │ AUTO_GIVEBACK                 │ n/a                     │
    │ SSH_HOST             │ AUTO_GIVEBACK_HOST            │ WANNA_BUILD_SSH_HOST    │
    │ SSH_SOCKET           │ AUTO_GIVEBACK_SOCKET          │ WANNA_BUILD_SSH_SOCKET  │
    │ SSH_OPTIONS          │ n/a                           │ WANNA_BUILD_SSH_OPTIONS │
    └──────────────────────┴───────────────────────────────┴─────────────────────────┘
    
    buildd.conf:
    
    ┌───────────────────┬────────────────────────────────────┐
    │ old               │ new                                │
    ├───────────────────┼────────────────────────────────────┤
    │ $wanna_build_db   │ $wanna_build_db_name               │
    │ $wanna_build_user │ $wanna_build_db_user               │
    │ $ssh_user         │ $wanna_build_ssh_user              │
    │ $ssh_host         │ $wanna_build_ssh_host              │
    │ $ssh_socket       │ $wanna_build_ssh_socket            │
    │ @ssh_options      │ $wanna_build_ssh_options (hashref) │
    └───────────────────┴────────────────────────────────────┘
    
    These options may be introduced to sbuild.conf in the future if required.

commit 96eb64a7d0c6e2c8bf8c3975b0f85ce2798542e7
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat Jul 25 00:07:49 2009 +0100

    Sbuild::ConfBase: Add deprecated warning function

commit 6d9de4c578fb29d625967f8cfdcbfdaa0b77157f
Author: Roger Leigh <rleigh at debian.org>
Date:   Fri Jul 24 23:52:44 2009 +0100

    WannaBuild::Database: Remove unused code

commit f8cb432d1deafa7b7c94ab20c4b9bccf4db0cfc0
Author: Roger Leigh <rleigh at debian.org>
Date:   Fri Jul 24 23:29:26 2009 +0100

    wanna-build: Remove deprecated propagation options and configuration variables
    
    * Remove the command-line options --no-propagation and --no-down-propagation
    * Remove the configuration keys DB_NO_PROPAGATION and DB_NO_DOWN_PROPAGATION
    * Remove the configuration file variables for the old format configuration
      which was no longer supported.

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

Summary of changes:
 NEWS                       |   22 +++++++++++++++-
 etc/buildd.conf            |   60 +++++++++++++++++++++++++++----------------
 lib/Buildd.pm              |   10 +++---
 lib/Buildd/Conf.pm         |   51 +++++++++++++++++++------------------
 lib/Buildd/Daemon.pm       |   28 ++++++++++----------
 lib/Buildd/Mail.pm         |    4 +-
 lib/Sbuild/ConfBase.pm     |   10 +++++++
 lib/WannaBuild/Conf.pm     |   31 ----------------------
 lib/WannaBuild/Database.pm |    3 --
 lib/WannaBuild/Options.pm  |   36 ++++++++++----------------
 man/wanna-build.1.in       |   12 ---------
 11 files changed, 130 insertions(+), 137 deletions(-)


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list