On 26/03/2014 05:57, "Reyna, David" <[email protected]> wrote:
>Hi Belen, > >The simple fix can be found here: dreyna/cache_attempts_5923 This works for me. Thanks! Belén > >I just changed the filter from ³'sstate_result:%d'%Task.SSTATE_NA² to >³'sstate_result__gt:%d'%Task.SSTATE_NA². This works because you wanted >all _but_ the ³SSTATE_NA² (which is 0), and all states that you want to >include are greater than ³SSTATE_NA². > > SSTATE_NA = 0 > SSTATE_MISS = 1 > SSTATE_FAILED = 2 > SSTATE_RESTORED = 3 > >- David > > -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
