ubuntu-qa-tools:master

Last commit made on 2024-04-22
Get this branch:
git clone -b master https://git.launchpad.net/ubuntu-qa-tools
Members of Ubuntu Bug Control can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:ubuntu-qa-tools

Recent commits

0b3f2ed... by Jorge Sancho Larraz

fix acl permission check

6e82bbb... by Jorge Sancho Larraz

Add cmd_ssh, remove ping (in favor of ssh connect), add ssh known_hosts file location to uvt config, update default vm resources, and small snap specialities

d828c55... by Alex Murray

vm-tools/uvt: one more regex to raw string for python 3.12

Signed-off-by: Alex Murray <email address hidden>

ce6e2da... by Alex Murray

Merge branch 'uvt-fix-python-3-12-deprecation-warnings'

Signed-off-by: Alex Murray <email address hidden>

2fac3b3... by Alex Murray

vm-tools/uvt: switch python regexes to raw strings

This avoids the following warnings when running Python 3.12 in noble:

/home/amurray/ubuntu/git/ubuntu-qa-tools/vm-tools/uvt:2239: SyntaxWarning: invalid escape sequence '\;'
  grub_contents = '''
/home/amurray/ubuntu/git/ubuntu-qa-tools/vm-tools/uvt:2255: SyntaxWarning: invalid escape sequence '\;'
  grub_contents = '''
/home/amurray/ubuntu/git/ubuntu-qa-tools/vm-tools/uvt:2783: SyntaxWarning: invalid escape sequence '\#'
  late_contents += '''
/home/amurray/ubuntu/git/ubuntu-qa-tools/vm-tools/uvt:2801: SyntaxWarning: invalid escape sequence '\#'
  late_contents += '''
/home/amurray/ubuntu/git/ubuntu-qa-tools/vm-tools/uvt:3408: SyntaxWarning: invalid escape sequence '\$'
  config[k] = re.sub("\$HOME", os.path.expanduser("~"), config[k])

Signed-off-by: Alex Murray <email address hidden>

c553f55... by Marc Deslauriers

uvt: refresh snaps too when updating a vm

7e07fe1... by Jorge Sancho Larraz

Merge branch 'add-premissions-for-libvirt-qemu-user'

8cb5322... by Jorge Sancho Larraz

uvt: ask user before running setfacl

2cd0484... by Jorge Sancho Larraz

Merge branch 'fix-find-latest-release'

708745e... by Marc Deslauriers

compare-versions: add -b to display the uploader