From 1f9da0490a3d55831e2b834ab5801c629123d226 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 10 Dec 2015 12:30:52 +0100 Subject: [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. --- provider_base/common.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'provider_base') 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", -- cgit v1.2.3