From 4dbb2c726b7594685ed7857a3f2f89d9a08f36ff Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 14 Mar 2017 00:04:47 +0100 Subject: Use http://deb.leap.se/platform jessie snapshots for platform CI --- provider_base/common.json | 4 ++-- tests/platform-ci/provider/common.json | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/provider_base/common.json b/provider_base/common.json index 2cf9cf72..41e1daa3 100644 --- a/provider_base/common.json +++ b/provider_base/common.json @@ -75,8 +75,8 @@ }, "platform": { "apt": { - "basic": "http://deb.leap.se/0.9", - "component": "main" + "basic": "http://deb.leap.se/platform", + "component": "snapshots" } }, "soledad": { diff --git a/tests/platform-ci/provider/common.json b/tests/platform-ci/provider/common.json index 2c63c085..e5096c47 100644 --- a/tests/platform-ci/provider/common.json +++ b/tests/platform-ci/provider/common.json @@ -1,2 +1,10 @@ { + "sources": { + "platform": { + "apt": { + "basic": "http://deb.leap.se/platform", + "component": "snapshots" + } + } + } } -- cgit v1.2.3