|
|
@ -138,6 +138,7 @@ class ExcuseFinder(object):
|
|
|
|
# if the new binary package is not from the same source as the testing one, then skip it
|
|
|
|
# if the new binary package is not from the same source as the testing one, then skip it
|
|
|
|
# this implies that this binary migration is part of a source migration
|
|
|
|
# this implies that this binary migration is part of a source migration
|
|
|
|
if source_u.version == pkgsv and source_t.version != pkgsv:
|
|
|
|
if source_u.version == pkgsv and source_t.version != pkgsv:
|
|
|
|
|
|
|
|
if binary_t is None or binary_t.version != binary_u.version:
|
|
|
|
anywrongver = True
|
|
|
|
anywrongver = True
|
|
|
|
excuse.add_verdict_info(
|
|
|
|
excuse.add_verdict_info(
|
|
|
|
wrong_verdict,
|
|
|
|
wrong_verdict,
|
|
|
|