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

2021-10-11 Thread Spyros Seimenis
Thanks for the review Alex. I reverted my last commit and added a change which should maintain backwards compatibility. -- https://code.launchpad.net/~sespiros/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/409517 Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master. ___

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

2021-10-11 Thread Steve Beattie
See inline comments. 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, > start=False, > return False > > ssh_command = ['ssh'

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

2021-10-11 Thread Steve Beattie
Diff comments: > diff --git a/vm-tools/uvt b/vm-tools/uvt > index 233ee46..c06b93a 100755 > --- a/vm-tools/uvt > +++ b/vm-tools/uvt > @@ -2832,6 +2834,12 @@ def download_release_iso(release, release_num, arch, > iso_type): > latest_release = find_latest_release(release_num, iso_type) >