[buildd-tools-devel] [GIT] sbuild branch user/josch/bug803505 created. release/sbuild-0.66.0-7-ge72e7a4

Johannes Schauer josch at moszumanska.debian.org
Sat Dec 26 16:10:58 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/bug803505 has been created
        at  e72e7a40f3547a03380de0000e6f027a0c738b4f (commit)

- Log -----------------------------------------------------------------
commit e72e7a40f3547a03380de0000e6f027a0c738b4f
Author: Dima Kogan <dima at secretsauce.net>
Date:   Fri Dec 25 18:01:08 2015 +0100

    added another -failed external command: chroot-update-failed (closes: #803505)

commit eeb82a380ab1b540c8ea0fd2b2637afcef3bcf5a
Author: Dima Kogan <dima at secretsauce.net>
Date:   Fri Nov 13 20:01:19 2015 -0800

    run_external_commands(): small cleanup to reduce boilerplate
    
    Prior to this patch all calls to run_external_commands() looked like this:
    
      $self->run_external_commands("post-build-commands",
                                   $self->get_conf('LOG_EXTERNAL_COMMAND_OUTPUT'),
                                   $self->get_conf('LOG_EXTERNAL_COMMAND_ERROR'));
    
    In particular, the last two arguments were ALWAYS these. This patch moves the
    get_conf() calls to inside run_external_commands(), so the same call now looks
    like this:
    
      $self->run_external_commands("post-build-commands");

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


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list