Re: [Ubuntu-bugcontrol] [Merge] ~sespiros/ubuntu-qa-tools/+git/ubuntu-qa-tools:uvt-improvements into ubuntu-qa-tools:master

2021-10-13 Thread Spyros Seimenis
Thanks for taking the time to review the changes and the suggestions. I replied inline. Diff comments: > diff --git a/vm-tools/uvt b/vm-tools/uvt > index 233ee46..c06b93a 100755 > --- a/vm-tools/uvt > +++ b/vm-tools/uvt > @@ -1410,6 +1410,8 @@ def vm_run_command(vm_name, command, root=False, >

Re: [Ubuntu-bugcontrol] [Merge] ~sespiros/ubuntu-qa-tools/+git/ubuntu-qa-tools:uvt-improvements into ubuntu-qa-tools:master

2021-10-13 Thread Marc Deslauriers
Diff comments: > diff --git a/vm-tools/uvt b/vm-tools/uvt > index 233ee46..c06b93a 100755 > --- a/vm-tools/uvt > +++ b/vm-tools/uvt > @@ -2908,12 +2916,19 @@ def find_latest_release(release_num, iso_type): > > text = re.compile(r'<[^>]+>').sub('', html).split('\n') > matches = [] >