[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 05/17] schema updates: Be willing to apply Ready changes
If the oldest code declares itself Ready for this change, or (implausibly) Needed, then it is OK to push. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- mg-schema-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mg-schema-update b/mg-schema-update index 43f313a..44e4283 100755 --- a/mg-schema-update +++ b/mg-schema-update @@ -102,7 +102,7 @@ sub getstate () { if (!$there) { $out->{Todo} = 1; $out->{Msg} = "would break any old code"; - } elsif ($tst =~ m/Harmless|Preparatory/) { + } elsif ($tst =~ m/Harmless|Preparatory|Ready|Needed/) { $out->{Todo} = 2; $out->{Msg} = "specified revision can cope"; } else { -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |