Skip to content
Snippets Groups Projects
Verified Commit 5a0d716c authored by Varac's avatar Varac
Browse files

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
parent eb904e99
Branches
Tags
No related merge requests found
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
"platform": { "platform": {
"apt": { "apt": {
"basic": "http://deb.leap.se/platform", "basic": "http://deb.leap.se/platform",
"component": "snapshots" "component": "master"
} }
}, },
"soledad": { "soledad": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment