From faf646f6de117d57c0a8522421e996ed3969a7bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?H=C3=A9ctor=20Or=C3=B3n=20Mart=C3=ADnez?=
 <hector.oron@collabora.co.uk>
Date: Thu, 8 Oct 2015 10:42:50 +0200
Subject: [PATCH] profiles: update for 15.12
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Héctor Orón Martínez <hector.oron@collabora.co.uk>
---
 templates/profiles.yaml | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/templates/profiles.yaml b/templates/profiles.yaml
index 31bf8c8..4351b55 100644
--- a/templates/profiles.yaml
+++ b/templates/profiles.yaml
@@ -9,62 +9,62 @@ main-profile:
     bootfstype: ext2
 
 profiles:
-  - name: apertis-15.09-daily-i386-vm-target
+  - name: apertis-15.12-daily-i386-vm-target
     variables:
       pretty: "I386 VM using target image"
       device_type: i386
-      imgpath: "daily/15.09/"
-      release_version: "15.09"
+      imgpath: "daily/15.12/"
+      release_version: "15.12"
       arch: i386
       image_type: target
       board: i386
       fs: btrfs
       image_variant: collabora
-  - name: apertis-15.09-daily-minnowboard-max-target
+  - name: apertis-15.12-daily-minnowboard-max-target
     variables:
       pretty: "Minnowboard max using target image"
       device_type: minnowboard-max-E3825
-      imgpath: "daily/15.09/"
-      release_version: "15.09"
+      imgpath: "daily/15.12/"
+      release_version: "15.12"
       arch: amd64
       image_type: target
       board: amd64-uefi
       fs: btrfs
       image_variant: collabora
-  - name: apertis-15.09-daily-minnowboard-max-target-wayland
+  - name: apertis-15.12-daily-minnowboard-max-target-wayland
     variables:
       pretty: "Minnowboard max using target image (Wayland)"
       device_type: minnowboard-max-E3825
-      imgpath: "daily/15.09/"
-      release_version: "15.09"
+      imgpath: "daily/15.12/"
+      release_version: "15.12"
       arch: amd64
       image_type: target
       board: amd64-uefi-wayland
       fs: btrfs
       image_variant: collabora
-  - name: apertis-15.09-daily-i386-vm-development
+  - name: apertis-15.12-daily-i386-vm-development
     variables:
       pretty: "I386 VM using development image"
       device_type: i386
-      imgpath: "daily/15.09/"
-      release_version: "15.09"
+      imgpath: "daily/15.12/"
+      release_version: "15.12"
       arch: i386
       image_type: development
       board: i386
       fs: btrfs
       image_variant: collabora
-  - name: apertis-15.09-daily-minnowboard-max-development
+  - name: apertis-15.12-daily-minnowboard-max-development
     variables:
       pretty: "Minnowboard max using development image"
       device_type: minnowboard-max-E3825
-      imgpath: "daily/15.09/"
-      release_version: "15.09"
+      imgpath: "daily/15.12/"
+      release_version: "15.12"
       arch: amd64
       image_type: development
       board: amd64-uefi
       fs: btrfs
       image_variant: collabora
-  - name: apertis-15.09-daily-i386-vm-sdk
+  - name: apertis-15.12-daily-i386-vm-sdk
     templates: [ group-apparmor-tpl.json,
                  group-common-tpl.json,
                  group-clutter-tpl.json,
@@ -74,8 +74,8 @@ profiles:
     variables:
       pretty: "I386 VM using SDK image"
       device_type: i386
-      imgpath: "daily/15.09/"
-      release_version: "15.09"
+      imgpath: "daily/15.12/"
+      release_version: "15.12"
       arch: i386
       image_type: sdk
       board: i386
-- 
GitLab