From 5a0d716c70c5e62edb83df91b084e1c9b89a33f6 Mon Sep 17 00:00:00 2001
From: Varac <varac@leap.se>
Date: Wed, 21 Jun 2017 13:16:36 +0200
Subject: [PATCH] Use apt master component for LEAP packages

Currently, the platform configures the `snapshots` component in
/etc/apt/sources.list.d/leap.list.
`snapshots` contains packages uploaded by feature branches and merge
requests so we change to `master` (which contains packges built from
changes to the master branches.

Resolves: #8828
---
 provider_base/common.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provider_base/common.json b/provider_base/common.json
index 97519950..346e86a6 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -77,7 +77,7 @@
     "platform": {
       "apt": {
         "basic": "http://deb.leap.se/platform",
-        "component": "snapshots"
+        "component": "master"
       }
     },
     "soledad": {
-- 
GitLab