give ancor something to review

This commit is contained in:
Stephan Kulow 2014-06-05 10:52:33 +02:00
parent 546d85f720
commit 5f916e23e4
2 changed files with 2 additions and 1 deletions

View File

@ -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')

View File

@ -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