[buildd-tools-devel] [GIT] sbuild branch user/josch/unshare updated. release/sbuild-0.66.0-5-gac50af2

Johannes Schauer josch at moszumanska.debian.org
Sun Dec 13 11:49:08 UTC 2015


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, user/josch/unshare has been updated
  discards  fdd02239d38a4f0da18f057d7bb0d634abb08492 (commit)
       via  ac50af22e58ca66695cdb0ab4e2690e3095330ad (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (fdd02239d38a4f0da18f057d7bb0d634abb08492)
            \
             N -- N -- N (ac50af22e58ca66695cdb0ab4e2690e3095330ad)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 ac50af22e58ca66695cdb0ab4e2690e3095330ad
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Thu Dec 3 22:07:46 2015 +0100

    proof of concept for new sbuild backends (adt-virt-* and uchroot/user-unshare)

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

Summary of changes:
 bin/chrootwrapper.sh                              |  16 -
 bin/schroot.fake                                  |  75 ----
 bin/uchroot                                       | 254 +++++++++++
 bin/user-unshare                                  |  25 ++
 lib/Sbuild/Build.pm                               | 445 ++++++++-----------
 lib/Sbuild/Chroot.pm                              | 467 +++++++++++++++++++-
 lib/Sbuild/{ChrootSchroot.pm => ChrootADT.pm}     | 129 +++++-
 lib/Sbuild/{ChrootRoot.pm => ChrootInfoADT.pm}    |  40 +-
 lib/Sbuild/ChrootInfoUchroot.pm                   | 132 ++++++
 lib/Sbuild/ChrootSchroot.pm                       |   3 +-
 lib/Sbuild/{ChrootSchroot.pm => ChrootUchroot.pm} |  21 +-
 lib/Sbuild/Conf.pm                                |  55 ++-
 lib/Sbuild/Options.pm                             |   9 +
 lib/Sbuild/ResolverBase.pm                        | 507 ++++++----------------
 lib/Sbuild/Utility.pm                             |   4 +
 man/sbuild.1.in                                   |  16 +
 16 files changed, 1430 insertions(+), 768 deletions(-)
 delete mode 100755 bin/chrootwrapper.sh
 delete mode 100755 bin/schroot.fake
 create mode 100755 bin/uchroot
 copy lib/Sbuild/{ChrootSchroot.pm => ChrootADT.pm} (53%)
 copy lib/Sbuild/{ChrootRoot.pm => ChrootInfoADT.pm} (64%)
 create mode 100644 lib/Sbuild/ChrootInfoUchroot.pm
 copy lib/Sbuild/{ChrootSchroot.pm => ChrootUchroot.pm} (86%)


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list