commit
a6b706bd9d
@ -19,7 +19,7 @@ class CheckCommand(object):
|
||||
|
||||
print('Checking staging project: {}'.format(project))
|
||||
if type(state) is list:
|
||||
print(' -- Project still neeeds attention')
|
||||
print(' -- Project still needs attention')
|
||||
for issue in state:
|
||||
print(issue)
|
||||
else:
|
||||
@ -90,7 +90,7 @@ class CheckCommand(object):
|
||||
report.extend(subreport)
|
||||
|
||||
if report and not is_subproject:
|
||||
report.insert(0, ' -- Project %s still neeeds attention' % project['name'])
|
||||
report.insert(0, ' -- Project %s still needs attention' % project['name'])
|
||||
elif not is_subproject:
|
||||
report.append(' ++ Acceptable staging project %s' % project['name'])
|
||||
|
||||
|
@ -35,13 +35,13 @@ FULL_REPORT = """
|
||||
|
||||
++ Acceptable staging project openSUSE:Factory:Staging:E
|
||||
|
||||
-- Project openSUSE:Factory:Staging:F still neeeds attention
|
||||
-- Project openSUSE:Factory:Staging:F still needs attention
|
||||
- yast2-iscsi-client: Missing reviews: factory-repo-checker
|
||||
|
||||
-- Project openSUSE:Factory:Staging:G still neeeds attention
|
||||
-- Project openSUSE:Factory:Staging:G still needs attention
|
||||
- Mesa: Missing reviews: opensuse-review-team
|
||||
|
||||
-- Project openSUSE:Factory:Staging:H still neeeds attention
|
||||
-- Project openSUSE:Factory:Staging:H still needs attention
|
||||
- kiwi: Missing reviews: opensuse-review-team
|
||||
- At least following repositories are still building:
|
||||
standard/i586: building
|
||||
@ -54,12 +54,12 @@ FULL_REPORT = """
|
||||
|
||||
++ Acceptable staging project openSUSE:Factory:Staging:I
|
||||
|
||||
-- Project openSUSE:Factory:Staging:J still neeeds attention
|
||||
-- Project openSUSE:Factory:Staging:J still needs attention
|
||||
- jeuclid: Missing reviews: factory-repo-checker
|
||||
"""
|
||||
|
||||
H_REPORT = """
|
||||
-- Project openSUSE:Factory:Staging:H still neeeds attention
|
||||
-- Project openSUSE:Factory:Staging:H still needs attention
|
||||
- kiwi: Missing reviews: opensuse-review-team
|
||||
- At least following repositories are still building:
|
||||
standard/i586: scheduling
|
||||
|
Loading…
x
Reference in New Issue
Block a user