~jslarraz/ubuntu-qa-tools:snapcraft

Last commit made on 2024-04-01
Get this branch:
git clone -b snapcraft https://git.launchpad.net/~jslarraz/ubuntu-qa-tools
Only Jorge Sancho Larraz can upload to this branch. If you are Jorge Sancho Larraz please log in for upload directions.

Branch merges

Branch information

Name:
snapcraft
Repository:
lp:~jslarraz/ubuntu-qa-tools

Recent commits

679d8ef... by Jorge Sancho Larraz

Add snapcraft.yaml

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