[buildd-tools-devel] [GIT] sbuild branch master updated. release/sbuild-0.69.0-21-g3cb958d

Johannes Schauer josch at moszumanska.debian.org
Fri Jul 1 15:00:18 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  3cb958df86686c2f8c6e83dae22b88aec0a24a95 (commit)
       via  74ee2f09d238200accb700787a872e0248e72e26 (commit)
      from  956fc29b2e297e20f1ab9a9ddb80ae8fa04c3370 (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 3cb958df86686c2f8c6e83dae22b88aec0a24a95
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Fri Jul 1 16:56:15 2016 +0200

    lib/Sbuild/Build.pm: refactor check_space()
    
     - move unrelated operations to build()
     - let it return a value instead of just setting 'This Space' as a
       side-effect
     - add comments to the code
     - remove usage of implicitly set variables like $_ and $1 and replace
       them by explicitly set ones
     - on error, immediately return instead of continuing operation

commit 74ee2f09d238200accb700787a872e0248e72e26
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Fri Jul 1 16:42:13 2016 +0200

    lib/Sbuild/Build.pm/check_space(): Add up correct size when looping over files (closes: #825359)
    
    Due to a possible copy&paste bug, the loop that is supposed to add up
    the sizes of the generated build artifacts was instead repeatedly adding
    up the size of the unpacked source package, leading to implausible
    results as the unpacked source package can be an order of magnitude
    bigger in size than each of the generated binary packages. The problem
    was pronounced for source packages with many binary packages.

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

Summary of changes:
 lib/Sbuild/Build.pm | 48 ++++++++++++++++++++++++++++++------------------
 1 file changed, 30 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list