[Buildd-tools-devel] [GIT] sbuild branch, master, updated. sbuild-0.57.5-355-g713f26d

Roger Leigh rleigh at alioth.debian.org
Sun Mar 8 15:31: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  713f26d056c714bd901d9c4cd77e4ce8e12a47b7 (commit)
      from  c9c41ceb2101fed1ccffd41074b3f20f7ae83676 (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 713f26d056c714bd901d9c4cd77e4ce8e12a47b7
Author: Adeodato Simó <dato at net.com.org.es>
Date:   Sun Mar 8 15:30:07 2009 +0000

    [db] Create a "suite_arches" table to list the architectures in a suite
    
    The database schema was missing a list of architectures in each suite.
    This is needed, because one can't simply use the "architectures" table
    to decide what arches to act on, eg. when importing packages
    information, or when creating a web interface: that table may contain no
    longer active architectures (which are kept around for build_logs), and
    many actions really need the list of architectures specific to a suite.
    
    This commit introduces a "suite_arches" table, with a relation of what
    architectures are available in each suite. It also adds foreign keys
    towards this table from suite_binaries and build_status; this way, it is
    ensured that dropping an architecture from a suite will clean up those
    tables from no longer relevant entries.
    
    Signed-off-by: Roger Leigh <rleigh at debian.org>

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

Summary of changes:
 db/db.sql |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list