Ask Your Question

Yujun-Shi's profile - activity

2020-05-10 09:01:41 -0600 received badge  Teacher (source)
2017-10-23 08:55:57 -0600 marked best answer how to rerun buildbot

I was trying to contribute a module to opencv_extra(see https://github.com/opencv/opencv_cont...). At first, it failed because of a bug. Then I modified my local repo and "git push -f origin master" as people suggested. After that, the failed build history disappear, but the buildbot didn't rerun to build for a long time. Could anyone pls tell me how to force it to rerun? many thx!!!!

2017-10-23 08:55:54 -0600 received badge  Self-Learner (source)
2017-10-23 08:52:08 -0600 answered a question how to rerun buildbot

Well, it turns out that it was because my branch name is "master". The buildbot won't rerun it if it's branch name is "m

2017-10-19 01:08:34 -0600 received badge  Student (source)
2017-10-19 01:08:22 -0600 asked a question how to rerun buildbot

how to rerun buildbot I was trying to contribute a module to opencv_extra(see https://github.com/opencv/opencv_contrib/p