diff --git a/template/site.conf.erb b/template/site.conf.erb index c83bf2e..d8b93f1 100644 --- a/template/site.conf.erb +++ b/template/site.conf.erb @@ -7,7 +7,7 @@ opkg = { lede = 'http://lede.opkg.services.ffhh/snapshots/packages/%A', extra = { - modules = 'http://updates.hamburg.freifunk.net/multi/stable/archive/modules/gluon-ffhh-%GR/%S', + modules = 'http://updates.hamburg.freifunk.net/%GS/stable/archive/modules/gluon-%GS-%GR/%S', }, }, @@ -87,7 +87,7 @@ branches = { stable = { name = 'stable', - mirrors = {'http://1.updates.services.ffhh/multi/stable/sysupgrade','http://2.updates.services.ffhh/multi/stable/sysupgrade'}, + mirrors = {'http://1.updates.services.ffhh/multi/stable/images/sysupgrade','http://2.updates.services.ffhh/multi/stable/images/sysupgrade'}, good_signatures = 2, pubkeys = { <% signing_keys.each do | key | -%> @@ -97,7 +97,7 @@ }, beta = { name = 'beta', - mirrors = {'http://1.updates.services.ffhh/multi/beta/sysupgrade','http://2.updates.services.ffhh/multi/beta/sysupgrade'}, + mirrors = {'http://1.updates.services.ffhh/multi/stable/images/sysupgrade','http://2.updates.services.ffhh/multi/stable/images/sysupgrade'}, good_signatures = 2, pubkeys = { <% signing_keys.each do | key | -%> @@ -107,7 +107,7 @@ }, experimental = { name = 'experimental', - mirrors = {'http://1.updates.services.ffhh/multi/experimental/sysupgrade','http://2.updates.services.ffhh/multi/experimental/sysupgrade'}, + mirrors = {'http://1.updates.services.ffhh/multi/experimental/images/sysupgrade','http://2.updates.services.ffhh/multi/experimental/images/sysupgrade'}, good_signatures = 1, pubkeys = { <% signing_keys_experimental.each do | key | -%>