From 9b4e31762d074a7935f448475b5fa4533fd095cc Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Thu, 7 Apr 2016 18:23:50 +0200 Subject: [PATCH] distros: add ubuntu 16.04 / xenial Signed-off-by: Loic Dachary --- distros/all/ubuntu_16.04.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 distros/all/ubuntu_16.04.yaml diff --git a/distros/all/ubuntu_16.04.yaml b/distros/all/ubuntu_16.04.yaml new file mode 100644 index 00000000000..a459fddffb2 --- /dev/null +++ b/distros/all/ubuntu_16.04.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "16.04"