Karsten Böddeker 3f8381d864 Minify all Lua code | %!s(int64=8) %!d(string=hai) anos | |
---|---|---|
.. | ||
files | %!s(int64=8) %!d(string=hai) anos | |
luasrc | %!s(int64=8) %!d(string=hai) anos | |
src | %!s(int64=8) %!d(string=hai) anos | |
LICENSE | %!s(int64=8) %!d(string=hai) anos | |
Makefile | %!s(int64=8) %!d(string=hai) anos | |
ReadMe.md | %!s(int64=8) %!d(string=hai) anos | |
check_site.lua | %!s(int64=8) %!d(string=hai) anos |
This is a customized version of gluon-autoupdater
.
autoupdater.branch: optional
autoupdater.branches.$name.name:
autoupdater.branches.$name.mirrors: There are various patterns which can be used in the URLs
%n
is replaced by the OpenWrt version codename%v
is replaced by the OpenWrt version number%S
is replaced by the target architecture%GS
is replaced by the Gluon site code%GV
is replaced by the Gluon version%GR
is replaced by the Gluon releaseautoupdater.branches.$name.good_signatures:
autoupdater.branches.$name.pubkeys:
{
autoupdater = {
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = { 'http://firmware.ffho.net/%GS/stable' },
good_signatures = 2,
pubkeys = {
'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX', -- Alice
'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX', -- Bob
},
},
...
},
},
...
},