Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dool: Add patch to fix rebuild | Alexander Stein | 2022-12-20 | 1 | -0/+1 |
| | | | | | | | | | | | When cleaning the package during rebuild in base_do_configure() 'make clean' deletes docs/dool.1. This files comes from source repository but can't be recreated using 'make docs'. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 19f28fb34e2fa15b30274b97d10b8ecbdafaaf19) Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | dool: upgrade 1.0.0 -> 1.1.0 | Wang Mingyu | 2022-10-08 | 1 | -0/+24 |
Changelog: ======== Use unicode box drawing characters to make things look more modern Add installation script Make the output cleaner by using better ANSI line clearing options Better compatibility on older versions of Python. Tested on Python 3.6 Memory calculation is now closer to free Include "available" memory instead of "buffers" Major README updates to help new users get started Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |