-
v59.00b7b6ca5 · ·
59.0: Support for Conflicts and replan on finish * Added support for Conflicts field * Option replan is now string expecting "finished" or "immediate" * Huge amount of changes in dependencies and packages description in SAT solver * Only single approved state is now stored * pkgupdate has now --no-replan option to ignore replans * Running Script with same name multiple times is no longer allowed * Userlists in entry.lua are ensured to be included only once ignoring duplicates
-
-
-
v58.43aa513c4 · ·
58.4: changeable usign tool path and updater.sh arguments pass trough * Argument --usign can be used to change path to usign tool * updater.sh passes arguments it doesn't know to pkgupdate. This way any additional options can be passed to it. * migrator now uses state file same as pkgupdate so other tools should see it as running update.
-
v58.372494e90 · ·
58.3: Support for localization packages * Added variable l10n and helper function for_l10n to be used for localization packages. It reads uci list updater.l10n. * Add ability to export variables between scripts using Export command * Fix updater-migrate init script hanging because of opened standard io
-
v58.25e389ee0 · ·
58.2: Check arguments passed to request functions * Type and values for some arguments are checked as they are passed to request functions from configuration scripts to catch invalid usage. * Report migrator failure using system notification * Fix migrator being killed when it uninstalls it self * Small cleanups and debug/trace messages changes
-
v533f7041cd · ·
Make opkg wrapper more resilient and some fixes * opkg wrapper now adds Install command only if it detects that package was installed in current run. * Fix failure when requesting for specific version of package with content given in configuration. * Fix when package was miss reported as having multiple candidates. * Fix possibility of updater hanging if subprocess of subprocess hanged.