Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename format_number() into bytes_to_size() | Cédric Bosdonnat | 2017-07-05 | 1 | -2/+2 |
| | | | | rename the function to match its counterpart size_to_bytes(). | ||||
* | Gather common utility functions in "utils" module | Radostin Stoyanov | 2017-07-05 | 1 | -0/+346 |
Add new module to collect utility functions used in virt-bootstrap. Move the function definitions from "sources" and "virt_bootstrap" to the new module. |