give ancor something to review
This commit is contained in:
parent
546d85f720
commit
5f916e23e4
@ -83,7 +83,7 @@ def _checker_accept_request(self, opts, id, msg, diff=10000):
|
||||
if diff > 12:
|
||||
self._checker_add_review_team(opts, id)
|
||||
else:
|
||||
self._checker_add_review(opts, id, by_user='coolo', msg='Does it look ok?')
|
||||
self._checker_add_review(opts, id, by_user='ancorgs', msg='Does it look harmless?')
|
||||
|
||||
self._checker_add_review(opts, id, by_user='factory-repo-checker', msg='Please review build success')
|
||||
|
||||
|
@ -310,6 +310,7 @@ def do_totest(self, subcmd, opts, *args):
|
||||
can_release = False
|
||||
elif self.tt_build_of_ftp_tree('openSUSE:Factory') == self.tt_build_of_ftp_tree('openSUSE:Factory:ToTest'):
|
||||
# there was no change in factory since the last release, so drop it
|
||||
print "FTP tree is the same"
|
||||
can_release = False
|
||||
elif not self.tt_all_repos_done('openSUSE:Factory:ToTest'):
|
||||
# the repos have to be done, otherwise we better not touch them with a new release
|
||||
|
Loading…
x
Reference in New Issue
Block a user