summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-21 13:16:36 +0200
committerVarac <varac@leap.se>2017-06-21 13:30:10 +0200
commit5a0d716c70c5e62edb83df91b084e1c9b89a33f6 (patch)
treeda1cfb907c1d4b1eb85871ec34dc92cbc5eaf737 /provider_base
parenteb904e99e5f2a8ec77feca52f2a076bec1d0383a (diff)
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
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/common.json2
1 files changed, 1 insertions, 1 deletions
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": {