On Tue, Oct 20, 2020 at 11:10:53AM +0800, Sun Yukui wrote:
On Tue, Oct 20, 2020 at 10:58:51AM +0800, Li Yuanchao wrote:
sometimes the testcase needs a specific version software, add upstream_tag can help find the specific version.
Signed-off-by: Li Yuanchao lyc163mail@163.com
sbin/auto_submit | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/sbin/auto_submit b/sbin/auto_submit index 1f55701..88ec560 100755 --- a/sbin/auto_submit +++ b/sbin/auto_submit @@ -28,12 +28,25 @@ class AutoSubmit return pkgbuild_repo end
- def if_tagged(tag_list, commit_id)
if_tagged这个名字不太合适,函数名称本身体现该函数是做什么
It means 'if it is tagged?' That is what the method do, just check if the commit is tagged.
Thanks, Yuanchao