gluon/package/gluon-autoupdater
lemoer b3c9ac8bce scripts: check_site_lib: need_table() now merges all keys before calling subcheck(...)
This also introduces an api change to the subcheck()!

Before:
-> subcheck(key, value, conf_name)

After:
-> subcheck(key, conf_name)

The idea is, that it's hard to submit a value, which should be then checked
again. It's wouldn't be clear (after merging) from which config the value
is, and so an helpful error message would be impossible.
2017-12-28 19:59:38 +01:00
..
files gluon-autoupdater: double quote $1 to prevent globbing and word splitting 2016-10-10 05:44:27 +02:00
luasrc/lib/gluon/upgrade treewide: use new gluon.site Lua library 2017-08-11 22:07:34 +02:00
src treewide: check for NULL after uci_alloc_context() (#1224) 2017-09-21 20:56:40 +02:00
check_site.lua scripts: check_site_lib: need_table() now merges all keys before calling subcheck(...) 2017-12-28 19:59:38 +01:00
Makefile Use LEDE as base for Gluon 2017-01-18 17:21:43 +01:00