lp:~alexmurray/ubuntu-qa-tools

Owned by Alex Murray
Get this repository:
git clone https://git.launchpad.net/~alexmurray/ubuntu-qa-tools
Only Alex Murray can upload to this repository. If you are Alex Murray please log in for upload directions.

Branches

Name Last Modified Last Commit
uvt-fix-python-3-12-deprecation-warnings 2024-02-26 02:34:28 UTC
vm-tools/uvt: switch python regexes to raw strings

Author: Alex Murray
Author Date: 2024-02-26 02:34:28 UTC

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 <alex.murray@canonical.com>

unembargo-warn-security-updates-on-fridays 2022-08-09 07:24:07 UTC
unembargo: Do Friday check for ESM PPAs as well as the security pocket

Author: Alex Murray
Author Date: 2022-08-09 07:24:07 UTC

unembargo: Do Friday check for ESM PPAs as well as the security pocket

Signed-off-by: Alex Murray <alex.murray@canonical.com>

jammy-soft-freeze-check 2022-08-01 04:24:01 UTC
unembargo: Check and warn for any pending milestones

Author: Alex Murray
Author Date: 2022-08-01 04:24:01 UTC

unembargo: Check and warn for any pending milestones

Rather than use a hard-coded check for the pending jammy point release,
lookup milestones via LP and warn if 7 days or less until one is due. This
does not appear to have any noticeable performance impact during the
unembargo.

Signed-off-by: Alex Murray <alex.murray@canonical.com>

13 of 3 results
This repository contains Public information 
Everyone can see this information.

Subscribers