diff options
author | Varac <varac@leap.se> | 2017-06-21 13:16:36 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-21 13:30:10 +0200 |
commit | 5a0d716c70c5e62edb83df91b084e1c9b89a33f6 (patch) | |
tree | da1cfb907c1d4b1eb85871ec34dc92cbc5eaf737 /provider_base/common.json | |
parent | eb904e99e5f2a8ec77feca52f2a076bec1d0383a (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/common.json')
-rw-r--r-- | provider_base/common.json | 2 |
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": { |