- 05 Jun, 2020 1 commit
-
-
Karel Koci authored
This is filter for both package lists as well its options to skip them if they are not compatible with current board. This is primarily intended to support hardware specific extension in package lists. No change is required outside of updater-supervisor as package lists are just skipped and considered as not defined (not existing).
-
- 09 Apr, 2020 3 commits
-
-
Karel Koci authored
-
-
Karel Koci authored
Labels are new generic approach to existing official boolean option. This removes that option and instead introduces flags that can symbol anything. This implementation is just extension of existing one so everything is till returned all at once. Labels can be matched by name between various pkglists but that has to be done by user. Here info for labels is duplicated to every occurrence of that label.
-
- 08 Mar, 2020 1 commit
-
-
Martin Matějek authored
Don't rely on type autodetection
-
- 20 Jan, 2020 1 commit
-
-
Martin Matějek authored
Hidden flag is rarely used so False should be safe default.
-
- 16 Jan, 2020 1 commit
-
-
Martin Matějek authored
Generate correct title and description of pkglist options.
-
- 11 Dec, 2019 3 commits
-
-
Martin Matějek authored
-
Martin Matějek authored
-
Martin Matějek authored
Also polish exceptions
-
- 30 Oct, 2019 1 commit
-
-
Martin Matějek authored
-
- 24 Oct, 2019 1 commit
-
-
Martin Matějek authored
-
- 18 Oct, 2019 1 commit
-
-
Martin Matějek authored
-
- 14 Oct, 2019 1 commit
-
-
Martin Matějek authored
-
- 28 Aug, 2019 1 commit
-
-
Maciej Lenartowicz authored
-
- 26 Aug, 2019 1 commit
-
-
Karel Koci authored
This uses environment variable ROOT_DIR provided by pkgupdater.
-
- 14 May, 2019 2 commits
-
-
Karel Koci authored
This API is obsolete now for some time. If I am not mistaken then Foris is now using pkglists API calls so we can drop these.
-
Karel Koci authored
This adds support for URL and support marking. The idea is that we can have not-translated URL to documentation and also we can separate now officially supported pkglists from those not supported.
-
- 30 Apr, 2019 1 commit
-
-
Karel Koci authored
-
- 10 Apr, 2019 1 commit
-
-
Karel Koci authored
-
- 26 Mar, 2019 5 commits
-
-
Karel Koci authored
-
Karel Koci authored
We are already using EUci so those are obsolete.
-
Karel Koci authored
This should allow caller to possibly handle state when no configuration is set. No other code should be dirrectly affected because None evaluates to False in boolean so we are able to still use this function the same way in conditions. The default value is still False but representation is None now.
-
Karel Koci authored
This is to increase security. Although OpenWRT currently does not support multiple users in default installation and everything runs under root needless to say we should not write to /tmp which can contain some bogus files or links to root only writable location by non-root users.
-
Karel Koci authored
-
- 11 Mar, 2019 1 commit
-
-
Karel Koci authored
Separate project from updater-ng repository and mark is as 1.0.
-