diff options
author | varac <varacanero@zeromail.org> | 2015-01-27 23:42:18 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-01-27 23:42:18 +0100 |
commit | c83b1bb71bb818d361bf7bae62ca3dd71f044efd (patch) | |
tree | bcca951073dbe7e6f2eabd69d7c8223ce0ec619b /provider_base | |
parent | 74b420220315b9b0731a6ebb22ce3f4a837cf052 (diff) | |
parent | 1b3455a697ae74b34f28f4960bf0a274e27a1ee8 (diff) |
Merge branch '6674_custom_apt_sources' into develop
Diffstat (limited to 'provider_base')
-rw-r--r-- | provider_base/common.json | 7 | ||||
-rw-r--r-- | provider_base/provider.json | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/provider_base/common.json b/provider_base/common.json index 649db0d9..cc4d2557 100644 --- a/provider_base/common.json +++ b/provider_base/common.json @@ -50,5 +50,12 @@ "platform": { "version": "= Leap::Platform.version.to_s", "major_version": "= Leap::Platform.major_version" + }, + "apt": { + "url": { + "basic": "= provider.apt.url.basic", + "security": "= provider.apt.url.security", + "backports": "= provider.apt.url.backports" + } } } diff --git a/provider_base/provider.json b/provider_base/provider.json index 77437935..84d033c5 100644 --- a/provider_base/provider.json +++ b/provider_base/provider.json @@ -59,5 +59,12 @@ "client_version": { "min": "0.5", "max": null + }, + "apt": { + "url": { + "basic": "http://http.debian.net/debian/", + "security": "http://security.debian.org/", + "backports": "http://http.debian.net/debian/" + } } } |