Skip to content

Commit

Permalink
give ancor something to review
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Jun 5, 2014
1 parent 546d85f commit 5f916e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion osc-check_source.py
Expand Up @@ -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')

Expand Down
1 change: 1 addition & 0 deletions osc-totest.py
Expand Up @@ -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
Expand Down

0 comments on commit 5f916e2

Please sign in to comment.