[buildd-tools-devel] [GIT] sbuild branch, master, updated. sbuild-0.58.2-57-g3c630f4

Roger Leigh rleigh at alioth.debian.org
Mon Apr 27 16:59:30 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  3c630f43f92c0d6b732f63640a1b639f9ba54a6d (commit)
       via  953c51f699f89f548f17a8268fa59877fa1693ed (commit)
       via  6021424441bfd6f8e5834399062034d366fdefa9 (commit)
       via  071d71538fa600e9da73a4029ae05b1551346a59 (commit)
       via  0df118d59e3d38139844a04bf998bd7f26c2b172 (commit)
       via  3db3a9cdc0bb50ead3706bcd352dc25c6f5aba4c (commit)
       via  f1d4f027ac2302066f508f8475cf958070ee3889 (commit)
       via  de7dccdf650751af231c11a887be6c6a5ad2c6bd (commit)
       via  c19f53e9da6a0ff0a7de97d76690b6cd07ca02f7 (commit)
       via  2dfd604c42d98021999bcbbdce04a214462245e3 (commit)
       via  ebfdc2f1e3bc73d768c24e104d9952c2ff6287b9 (commit)
       via  40607ec5e5290789b4b30adec3b638e0ef54bd29 (commit)
       via  a4bdc24376d3ab3a62bafe74abc7935ccd28c6e6 (commit)
      from  570cb7754c9b68d9e0cbdf9de998587615cdeb23 (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 3c630f43f92c0d6b732f63640a1b639f9ba54a6d
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 22:19:38 2009 +0100

    [debian] buildd.cron.d: Enable cron jobs

commit 953c51f699f89f548f17a8268fa59877fa1693ed
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 22:17:46 2009 +0100

    [debian] preinst maintainer scripts are executable

commit 6021424441bfd6f8e5834399062034d366fdefa9
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 21:54:13 2009 +0100

    [build] Add all buildd directories

commit 071d71538fa600e9da73a4029ae05b1551346a59
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 21:53:38 2009 +0100

    [debian] buildd.postinst: Set ownership and permissions for all buildd dirs

commit 0df118d59e3d38139844a04bf998bd7f26c2b172
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 21:53:08 2009 +0100

    [debian] Correct getent conditional in maintainer scripts

commit 3db3a9cdc0bb50ead3706bcd352dc25c6f5aba4c
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 21:52:10 2009 +0100

    [debian] Update buildd init script to work

commit f1d4f027ac2302066f508f8475cf958070ee3889
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 20:56:28 2009 +0100

    [debian] Install buildd-abort symlink compressed and depend on adduser

commit de7dccdf650751af231c11a887be6c6a5ad2c6bd
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 20:42:38 2009 +0100

    [debian] Install all directories under /var
    
    Remove /var/sbuild/srcdep-lock, since it's only used inside the
    chroot.

commit c19f53e9da6a0ff0a7de97d76690b6cd07ca02f7
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 20:43:25 2009 +0100

    [build] Install /var/lib/buildd and /var/lib/sbuild

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

    [debian] buildd: Add maintainer scripts

commit ebfdc2f1e3bc73d768c24e104d9952c2ff6287b9
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 20:23:47 2009 +0100

    [debian] sbuild: Update maintainer scripts

commit 40607ec5e5290789b4b30adec3b638e0ef54bd29
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Apr 26 11:42:02 2009 +0100

    [.gitignore] Ignore buildd and debhelper files

commit a4bdc24376d3ab3a62bafe74abc7935ccd28c6e6
Author: Roger Leigh <rleigh at debian.org>
Date:   Mon Apr 20 22:15:33 2009 +0100

    [debian] Restore buildd package

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

Summary of changes:
 bin/Makefile.am                           |   13 +++-
 bin/buildd-watcher                        |    1 +
 debian/.gitignore                         |    2 +
 debian/buildd.cron.d                      |    4 +-
 debian/buildd.default                     |    9 ++
 debian/buildd.init                        |  122 +++++++++++++++++++++++++++++
 debian/buildd.install                     |    4 +-
 debian/buildd.postinst                    |  106 +++++++++++++++++++++++++
 debian/{sbuild.postrm => buildd.postrm}   |   17 ++---
 debian/{sbuild.preinst => buildd.preinst} |    6 +-
 debian/changelog                          |   11 +++-
 debian/control                            |    6 ++
 debian/rules                              |    3 +
 debian/sbuild.dirs                        |    1 -
 debian/sbuild.install                     |    1 +
 debian/sbuild.postinst                    |   18 +----
 debian/sbuild.postrm                      |    4 +-
 debian/sbuild.preinst                     |    7 --
 debian/wanna-build.install                |   12 ++--
 19 files changed, 297 insertions(+), 50 deletions(-)
 create mode 100644 debian/buildd.default
 create mode 100755 debian/buildd.init
 create mode 100755 debian/buildd.postinst
 copy debian/{sbuild.postrm => buildd.postrm} (82%)
 copy debian/{sbuild.preinst => buildd.preinst} (86%)
 mode change 100644 => 100755
 delete mode 100644 debian/sbuild.dirs
 mode change 100644 => 100755 debian/sbuild.preinst


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list