From 93d1e8a10e06285399b8061c6e590b77c05b4e50 Mon Sep 17 00:00:00 2001
From: Andrej Shadura <andrew.shadura@collabora.co.uk>
Date: Thu, 21 Mar 2019 14:28:03 +0100
Subject: [PATCH] Enable chaiwala-user-session-wayland, mutter and ivitools

Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
---
 apertis-ospack-target.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apertis-ospack-target.yaml b/apertis-ospack-target.yaml
index ecd5837a..09cea450 100644
--- a/apertis-ospack-target.yaml
+++ b/apertis-ospack-target.yaml
@@ -4,7 +4,7 @@
 {{- $suite := or .suite "v2019dev0" -}}
 {{- $timestamp := or .timestamp "" -}}
 {{- $ospack := or .ospack (printf "ospack_%s-%s-%s" $suite $architecture $type) -}}
-{{- $ivitools := or .ivitools "disabled" -}}
+{{- $ivitools := or .ivitools "enabled" -}}
 {{- $lxc := or .lxc "disabled" -}}
 
 architecture: {{ $architecture }}
@@ -94,7 +94,7 @@ actions:
   - action: apt
     description: "Target user session packages"
     packages:
-      #- chaiwala-user-session-wayland
+      - chaiwala-user-session-wayland
 
   - action: apt
     description: "Target packages"
@@ -140,7 +140,7 @@ actions:
       - lzma
       - mawk
       - mobile-broadband-provider-info
-      #- mutter
+      - mutter
       - net-tools
       - netbase
       - openssh-client
-- 
GitLab