mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-06-06 18:08:31 +02:00
F39 and Qubes 4.2, no longer F37 and Qubes 4.1.
This commit is contained in:
parent
6014c6f190
commit
d1af78c00b
4
bin/qrun
4
bin/qrun
@ -1,9 +1,9 @@
|
|||||||
#!/usr/bin/python3 -u
|
#!/usr/bin/python3 -u
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from shlex import quote
|
|
||||||
except ImportError:
|
|
||||||
from pipes import quote
|
from pipes import quote
|
||||||
|
except ImportError:
|
||||||
|
from shlex import quote
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
@ -1 +1 @@
|
|||||||
["RELEASE": "q4.1 36 37 38"]
|
["RELEASE": "q4.2 38 39"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user