[yocto] [AUH][PATCH v3 1/2] Send emails for a list of recipes

Paul Eggleton paul.eggleton at linux.intel.com
Sun Aug 24 09:10:40 PDT 2014


Hi Marius,

On Friday 22 August 2014 12:08:38 Marius Avram wrote:
> If the --send-emails or -e command line argument is active and a single
> or a list of recipes are given to the script, emails with the results
> and patches will be sent to their maintainers or to the overriden
> addresses from the configuration file.

I've merged this and the other patch; I had to do some rebasing after my 
earlier changes and I stumbled over what appears to be a logic error. Here's 
what was removed from one part in the patch:

> -        if ("drop_previous_commits" in settings and
> -                settings["drop_previous_commits"] == "yes" and
> -                err is None) or (err is not None and self.patch_file is not

And here is what was added:

> +        if ("drop_previous_commits" in settings and
> +                settings["drop_previous_commits"] == "yes" and
> +                err) or (err and self.patch_file):

I assumed this should have been "and not err" so I changed it to that when 
merging.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the yocto mailing list