Fix package directory and path for the autoupdater

This commit is contained in:
Daniel Frank 2019-02-08 20:11:23 +01:00
parent d26278e871
commit f7fdd8081f
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -7,7 +7,7 @@
opkg = { opkg = {
lede = 'http://lede.opkg.services.ffhh/snapshots/packages/%A', lede = 'http://lede.opkg.services.ffhh/snapshots/packages/%A',
extra = { 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 = { branches = {
stable = { stable = {
name = '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, good_signatures = 2,
pubkeys = { pubkeys = {
<% signing_keys.each do | key | -%> <% signing_keys.each do | key | -%>
@ -97,7 +97,7 @@
}, },
beta = { beta = {
name = '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, good_signatures = 2,
pubkeys = { pubkeys = {
<% signing_keys.each do | key | -%> <% signing_keys.each do | key | -%>
@ -107,7 +107,7 @@
}, },
experimental = { experimental = {
name = '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, good_signatures = 1,
pubkeys = { pubkeys = {
<% signing_keys_experimental.each do | key | -%> <% signing_keys_experimental.each do | key | -%>