diff --git a/site.conf b/site.conf index 3749485..7c92e6d 100644 --- a/site.conf +++ b/site.conf @@ -50,9 +50,9 @@ stable = { name = 'stable', mirrors = { - 'http://update1.infra.fftdf/innenstadt/stable/sysupgrade', - 'http://update2.infra.fftdf/innenstadt/stable/sysupgrade', - 'http://update3.infra.fftdf/innenstadt/stable/sysupgrade' + 'http://update1.infra.fftdf/inn/stable/sysupgrade', + 'http://update2.infra.fftdf/inn/stable/sysupgrade', + 'http://update3.infra.fftdf/inn/stable/sysupgrade' }, probability = 1.00, good_signatures = 2, @@ -72,9 +72,9 @@ beta = { name = 'beta', mirrors = { - 'http://update1.infra.fftdf/innenstadt/beta/sysupgrade', - 'http://update2.infra.fftdf/innenstadt/beta/sysupgrade', - 'http://update3.infra.fftdf/innenstadt/beta/sysupgrade' + 'http://update1.infra.fftdf/inn/beta/sysupgrade', + 'http://update2.infra.fftdf/inn/beta/sysupgrade', + 'http://update3.infra.fftdf/inn/beta/sysupgrade' }, probability = 1.00, good_signatures = 1, @@ -93,9 +93,9 @@ experimental = { name = 'experimental', mirrors = { - 'http://update1.infra.fftdf/innenstadt/experimental/sysupgrade', - 'http://update2.infra.fftdf/innenstadt/experimental/sysupgrade', - 'http://update3.infra.fftdf/innenstadt/experimental/sysupgrade' + 'http://update1.infra.fftdf/inn/experimental/sysupgrade', + 'http://update2.infra.fftdf/inn/experimental/sysupgrade', + 'http://update3.infra.fftdf/inn/experimental/sysupgrade' }, probability = 1.00, good_signatures = 1, @@ -130,4 +130,4 @@ service, }, }, - } \ No newline at end of file + }