mbox series

[v4,0/3] block force_ro, rename binaires

Message ID 20191023071138.26395-1-adrian.freihofer@siemens.com
Headers show
Series block force_ro, rename binaires | expand

Message

Freihofer, Adrian Oct. 23, 2019, 7:11 a.m. UTC
- Fix a build warning
- Refactoring as suggested

Adrian Freihofer (3):
  add .editorconfig file
  raw_handler: handle ro block devices
  Makefile: rename tools binaries

 .editorconfig                                      | 18 +++++
 .gitignore                                         |  9 ++-
 handlers/raw_handler.c                             | 87 ++++++++++++++++++++++
 tools/Makefile                                     |  8 +-
 tools/{client.c => swupdate-client.c}              |  0
 tools/{hawkbitcfg.c => swupdate-hawkbitcfg.c}      |  0
 tools/{progress.c => swupdate-progress.c}          |  0
 .../{sendtohawkbit.c => swupdate-sendtohawkbit.c}  |  0
 8 files changed, 114 insertions(+), 8 deletions(-)
 create mode 100644 .editorconfig
 rename tools/{client.c => swupdate-client.c} (100%)
 rename tools/{hawkbitcfg.c => swupdate-hawkbitcfg.c} (100%)
 rename tools/{progress.c => swupdate-progress.c} (100%)
 rename tools/{sendtohawkbit.c => swupdate-sendtohawkbit.c} (100%)