Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ----- - Added ability skip addons specified in file during install/update/upgrade. - Added new options to `odood test` command: - `--file` that could be used to pass the path to file to read addons to test from - `--skip-file` read names of addons to skip from file Changed ------- - Installation of dependencies from manifest is now optional. It is frequent case, when authors of module place incorrect dependencies in manifest, thus installation of addon may fail. Fixes ----- - Fix error when running `addons install/update/uninstall` with non-existing logfile. This was caused by attempt to determine starting point of logfile to search for errors happened during operation. Now this case is handled correctly.
- Loading branch information