From f7fdd8081f284bd6a4a85f9978384b2839cb3003 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Fri, 8 Feb 2019 20:11:23 +0100 Subject: [PATCH] Fix package directory and path for the autoupdater --- template/site.conf.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 | -%>