summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-12-10 12:30:52 +0100
committervarac <varacanero@zeromail.org>2015-12-10 12:30:52 +0100
commit1f9da0490a3d55831e2b834ab5801c629123d226 (patch)
treeaef163ed0a947aeb63e29f30e0a3a75efaf3bace /provider_base
parentefed34739df6cafbb5f5e8144aa98a87d96d6924 (diff)
[bug] Configure default sources.platform.apt.basic
Providing a custom sources.platform.apt.basic value worked with the last commit, but without that the platform would fail. So we provide a default value now in provider_base/common.json, which can get overridden.
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/common.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/provider_base/common.json b/provider_base/common.json
index 5821789b..61d3b6fc 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -78,6 +78,11 @@
"source": "https://leap.se/git/nickserver",
"revision": "origin/master"
},
+ "platform": {
+ "apt": {
+ "basic": "= 'http://deb.leap.se/' + Leap::Platform.major_version"
+ }
+ },
"soledad": {
"type": "apt",
"package": "soledad-server",