~alexmurray/ubuntu-security-tools:cmd-qrt

Last commit made on 2019-12-10
Get this branch:
git clone -b cmd-qrt https://git.launchpad.net/~alexmurray/ubuntu-security-tools
Only Alex Murray can upload to this branch. If you are Alex Murray please log in for upload directions.

Branch merges

Branch information

Name:
cmd-qrt
Repository:
lp:~alexmurray/ubuntu-security-tools

Recent commits

8b03bce... by Alex Murray

umt: Remove extra junk left over from previous commit

67f072c... by Alex Murray

umt: Reduce duplicated code for new qrt command

Add a new function, runcmdopt() which wraps the existing runcmd() and
handles any error from runcmd() but raises and exception in this case -
this makes the calling code a lot simpler as then we can change the calling
code control-flow to run all commands sequentially but catch the exception
at the end to clean-up appropriately.

989cc37... by Alex Murray

umt-completion.bash: Add new uvt subcommand

a135ac8... by Alex Murray

umt: Don't revert uvt VM after QRT tests if --no-snapshot present

9ea7da0... by Alex Murray

umt: Ensure uvt VM is stopped before trying to update it

Otherwise update will skip it if it is running

2ebdc31... by Alex Murray

umt: Run qrt tests with -v for verbose output

d8b061e... by Alex Murray

umt: Remove unnecessary --no-revert option for qrt subcommand

As pointed out by mdeslaur, uvt update will revert by default

4edcbf3... by Alex Murray

umt: Add qrt command which tries to automatically run QRT tests

43783ce... by Alex Murray

umt: Refactor cmd_repo so can be used by other commands

e2a6687... by Alex Murray

umt: Add read support