[Buildd-tools-devel] [GIT] sbuild branch, master, updated. sbuild-0.57.5-359-gb274870

Roger Leigh rleigh at alioth.debian.org
Sun Mar 8 16:38:36 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  b27487008883dbb7e7ac8824d9a73bdca636dd14 (commit)
       via  065e54512f67b6491945d65ec5f5595524bbcdef (commit)
      from  ac4acf683741eb2602fc0c6a383d4df9717723a1 (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 b27487008883dbb7e7ac8824d9a73bdca636dd14
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Mar 8 16:36:29 2009 +0000

    [db] Split database creation into separate files
    
    archive-data.sql: Initial data for archive tables
    archive.sql: Tables for archive information, Packages and Sources data
    build-data.sql: Initial data for build status
    build.sql: Build status, history, logs and buildd information
    db.sql: Sources all other files
    functions.sql: Functions and triggers

commit 065e54512f67b6491945d65ec5f5595524bbcdef
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Mar 8 16:24:30 2009 +0000

    [db] language.sql: Split procedural language setup from db.sql

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

Summary of changes:
 db/archive-data.sql              |   54 ++++
 db/archive.sql                   |  255 +++++++++++++++
 db/build-data.sql                |   39 +++
 db/build.sql                     |  246 ++++++++++++++
 db/db.sql                        |  651 +-------------------------------------
 db/functions.sql                 |  129 ++++++++
 db/{install.sql => language.sql} |   22 +-
 7 files changed, 746 insertions(+), 650 deletions(-)
 create mode 100644 db/archive-data.sql
 create mode 100644 db/archive.sql
 create mode 100644 db/build-data.sql
 create mode 100644 db/build.sql
 create mode 100644 db/functions.sql
 copy db/{install.sql => language.sql} (72%)


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list