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.jack...@eu.citrix.com>
---
 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@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to