[buildd-tools-devel] [GIT] sbuild branch master updated. release/sbuild-0.71.0

Johannes Schauer josch at moszumanska.debian.org
Wed Aug 24 11:51:11 UTC 2016


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  bda06fa5b33be026e8c6404e997efcea60deb8af (commit)
       via  135b6db40a904f0af803955a9161c4155e6e621a (commit)
       via  c268d28dded69333edd597bf051927efc80a0636 (commit)
       via  a8c4c1b179d48505dd05bbff33f3215b5a66df52 (commit)
       via  24565b9af2e079e538477d2adfd381db7b510767 (commit)
       via  d56c4db29eec4c24ddf3fe0947529dc87c4d5eb1 (commit)
       via  4690cf02a7df3b3db298ba0173797985a4698afb (commit)
       via  7603dfad277e3703b8da87b693f69796086e84de (commit)
       via  c499ed2f2005620a3995229baa6aef48f3a1fcd1 (commit)
       via  7182a3211d2da924edc4ba9917ac63727f94c598 (commit)
       via  ec8985c7f246957b911e98cf88e17a9c2e977188 (commit)
       via  00251a1b6f59c19efb0a65a8117631be2d271a7a (commit)
       via  745b160257ee69084b70fb851dcfb57b01556f2d (commit)
      from  96712e04743583075a5527fad38782f3b7c5d890 (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 bda06fa5b33be026e8c6404e997efcea60deb8af
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Wed Aug 24 12:45:24 2016 +0200

    Bump version to 0.71.0

commit 135b6db40a904f0af803955a9161c4155e6e621a
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Wed Aug 24 12:44:48 2016 +0200

    Some small fixes in HACKING

commit c268d28dded69333edd597bf051927efc80a0636
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Wed Aug 24 12:56:14 2016 +0200

    Add .gitattributes

commit a8c4c1b179d48505dd05bbff33f3215b5a66df52
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Wed Aug 24 10:49:58 2016 +0200

    Partly revert 956fc29b and --import old keys instead of trying to use them with --secret-keyring (closes: #827315)
    
    It turns out that gpg2 *can* read the old format, just not with its
    --secret-keyring and --keyring arguments but with --import. This makes storing
    the keys in armored format as it was introduced by commit 956fc29b useless.
    Since key signing is only required for Debian squeeze anyways, we want to avoid
    carrying more complexity forward than absolutely needed.
    
    To also cater for chroots without gpg, signing is now also dependent on
    gpg being present. No signing is done if the gpg binary doesn't exist.
    Since the gnupg package originally was drawn in by apt and only apt
    versions of 1.3~exp1 or newer stopped depending on gnupg, it should be
    safe to assume that if no gpg is present in the chroot, then also apt is
    new enough to understand [trusted=yes].

commit 24565b9af2e079e538477d2adfd381db7b510767
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Tue Aug 23 16:46:02 2016 +0200

    Add percent escape support to piuparts, autopkgtest and adt-virt options (closes: #833285, #833286)

commit d56c4db29eec4c24ddf3fe0947529dc87c4d5eb1
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Tue Aug 23 16:35:36 2016 +0200

    man/sbuild.1.in: Document that external commands need escaping of the percent sign

commit 4690cf02a7df3b3db298ba0173797985a4698afb
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Tue Aug 23 14:03:55 2016 +0200

    Allow running autopkgtest when sbuild downloads the .dsc (closes: #833549)

commit 7603dfad277e3703b8da87b693f69796086e84de
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Tue Aug 23 11:41:41 2016 +0200

    add sbuild-destroychroot

commit c499ed2f2005620a3995229baa6aef48f3a1fcd1
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Tue Aug 23 09:28:15 2016 +0200

    bin/sbuild-createchroot: replace the SUITE-VARIANT syntax with the --chroot-prefix option (closes: #834515)
    
    Introducing the SUITE-VARIANT syntax was a mistake because it makes it
    impossible to create a chroot for distribution names that contain the
    minus character. So instead of overloading the meaning of the SUITE
    argument with the prefix of the resulting chroot name, we add a new
    option called --chroot-prefix which works analogous to --chroot-suffix
    and defaults to the value of SUITE if not set.

commit 7182a3211d2da924edc4ba9917ac63727f94c598
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Sun Aug 21 15:29:15 2016 +0200

    lib/Sbuild/Conf.pm: Check if the fakeroot binary exists.

commit ec8985c7f246957b911e98cf88e17a9c2e977188
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Thu Aug 18 12:16:29 2016 +0200

    Run apt-cache without --only-source (closes: #834704)
    
    We would like to call apt-cache with --only-source so that the result
    only contains source packages with the given name but this feature was
    only introduced in apt 1.1~exp10 so it is only available in Debian
    Stretch and later. Thus we don't add this flag and instead filter the
    generate result to only consider the source packages we are interested
    in.

commit 00251a1b6f59c19efb0a65a8117631be2d271a7a
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Aug 16 11:48:09 2016 +0200

    Avoid dropping extra repositories before using them (closes: #834497)
    
    apt aspcud and xapt resolvers were dropping the extra repositories since
    0e71b40 was introduced, the aptitude resolver is not affected since it's
    not calling the cleanup_apt_archive, assuming this is the correct
    approach, this patch removes the cleanup_apt_archive in the resolvers.

commit 745b160257ee69084b70fb851dcfb57b01556f2d
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Mon Aug 15 12:24:12 2016 +0200

    lib/Sbuild/ResolverBase.pm: Fix copypaste error s/public/private/ (closes: #834330)

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

Summary of changes:
 .gitattributes                                     |   7 +
 HACKING                                            |   3 +-
 NEWS                                               |  21 ++-
 bin/Makefile.am                                    |   3 +-
 bin/sbuild-createchroot                            |  21 ++-
 bin/sbuild-destroychroot                           | 174 +++++++++++++++++++++
 lib/Sbuild/AptResolver.pm                          |   2 -
 lib/Sbuild/AspcudResolver.pm                       |   2 -
 lib/Sbuild/Build.pm                                |  61 +++++++-
 lib/Sbuild/ChrootSetup.pm                          |  12 +-
 lib/Sbuild/Conf.pm                                 | 100 ++++++++++--
 lib/Sbuild/ResolverBase.pm                         | 100 +++---------
 lib/Sbuild/XaptResolver.pm                         |   2 -
 man/Makefile.am                                    |   1 +
 man/sbuild-createchroot.8.in                       |  36 +++--
 ...sbuild-shell.1.in => sbuild-destroychroot.8.in} |  28 ++--
 man/sbuild.1.in                                    | 104 ++++++++++--
 17 files changed, 517 insertions(+), 160 deletions(-)
 create mode 100644 .gitattributes
 create mode 100755 bin/sbuild-destroychroot
 copy man/{sbuild-shell.1.in => sbuild-destroychroot.8.in} (65%)


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list