From c6537e0bd02b0cda6f44d73b6475e32590f0754c Mon Sep 17 00:00:00 2001
From: poldy79 <leonard@penzer.de>
Date: Wed, 15 Oct 2014 23:14:36 +0200
Subject: [PATCH] Update site.conf

Removed IPv4 addresses for updates, enabled automatic updates
---
 site.conf | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/site.conf b/site.conf
index a783ca3..617a1bc 100644
--- a/site.conf
+++ b/site.conf
@@ -52,14 +52,15 @@
         },
 
         autoupdater = {
+                enabled = 1,
                 branch = 'stable',
                 branches = {
                         stable = {
                                 name = 'stable',
                                 mirrors = {
                                         'http://[fd21:b4dc:4b1e::a38:1]/gluon/stable/sysupgrade', -- gluongw
-                                        'http://178.62.238.90/gluon/stable/sysupgrade',  -- gluongw
                                 },
+                                probability = 0.08,
                                 good_signatures = 1,
                                 pubkeys = {
                                         'eb609ccaa68d681aadbc4d00a4b0870f6cb1559ac9d280f590beee595ac4bc39', -- leonard
@@ -69,8 +70,8 @@
                                 name = 'beta',
                                 mirrors = {
                                         'http://[fd21:b4dc:4b1e::a38:1]/gluon/beta/sysupgrade', -- gluongw
-                                        'http://178.62.238.90/gluon/beta/sysupgrade',  -- gluongw
                                 },
+                                probability = 0.1,
                                 good_signatures = 1,
                                 pubkeys = {
                                         'eb609ccaa68d681aadbc4d00a4b0870f6cb1559ac9d280f590beee595ac4bc39', -- leonard
@@ -80,8 +81,8 @@
                                 name = 'nightly',
                                 mirrors = {
                                         'http://[fd21:b4dc:4b1e::a38:1]/gluon/nightly/sysupgrade', -- gluongw
-                                        'http://178.62.238.90/gluon/nightly/sysupgrade',  -- gluongw
                                 },
+                                probability = 1.00,
                                 good_signatures = 1,
                                 pubkeys = {
                                         'eb609ccaa68d681aadbc4d00a4b0870f6cb1559ac9d280f590beee595ac4bc39', -- leonard
-- 
GitLab