Revision e631cb25
b/lib/cmdlib.py | ||
---|---|---|
751 | 751 |
else: |
752 | 752 |
# not candidate and this is not a must-have file |
753 | 753 |
bad = True |
754 |
feedback_fn(" - ERROR: non master-candidate has old/wrong file"
|
|
755 |
" '%s'" % file_name)
|
|
754 |
feedback_fn(" - ERROR: file '%s' should not exist on non master"
|
|
755 |
" candidates (and the file is outdated)" % file_name)
|
|
756 | 756 |
else: |
757 | 757 |
# all good, except non-master/non-must have combination |
758 | 758 |
if not node_is_mc and not must_have_file: |
Also available in: Unified diff