[Yum-devel] [PATCH 2/3] Fail quickly for merged transactions of 123..xyz etc., which are invalid.

tim.lauridsen at gmail.com tim.lauridsen at gmail.com
Sat Apr 23 06:00:04 UTC 2011


On Thu, Apr 21, 2011 at 10:28 PM, James Antill <james at and.org> wrote:

> ---
>  output.py |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/output.py b/output.py
> index 07c1d56..71e4e24 100755
> --- a/output.py
> +++ b/output.py
> @@ -1391,6 +1391,9 @@ to exit.
>         if etid > old.tid:
>             return None
>
> +        if btid is None or etid is None:
> +            return None
> +
>         # Have a range ... do a "merged" transaction.
>         if btid > etid:
>             btid, etid = etid, btid
> --
> 1.7.3.4
>
> _______________________________________________
> Yum-devel mailing list
> Yum-devel at lists.baseurl.org
> http://lists.baseurl.org/mailman/listinfo/yum-devel


ACK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.baseurl.org/pipermail/yum-devel/attachments/20110423/02a9016c/attachment-0001.html>


More information about the Yum-devel mailing list