Patrick McCarty a9f13e939c build: add 'compliant' target for fixing code style issues
To simplify the discovery of C code style issues and enforce the rules
specified in .clang-format, I've added a new 'compliant' target for
running the appropriate clang-format command.

In case code style issues are found, source files are modified in place,
and the resulting diff can be viewed. The exit code in this case will be
1, so make will exit with an error. This helps to automate testing for
code style issues.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2017-01-03 11:20:27 -08:00
2016-12-08 10:57:36 -08:00
2016-12-01 11:15:46 -08:00
2016-03-03 08:39:11 -08:00
2016-12-08 11:04:15 -08:00
2016-02-24 10:00:31 -08:00
2016-02-24 10:00:31 -08:00
2016-02-24 10:00:31 -08:00
2016-02-24 10:00:31 -08:00

The swupd-server package provides a reference implementation of a software
update server-side component that generates update content consumable by a
software update client (swupd-client). Such content includes manifests that
describe incremental changes in the OS from build to build, binary deltas,
full copies of files (fullfiles) that were added/changed from a previous
build, and packs composed of binary deltas and/or fullfiles.
S
Description
No description provided
Readme 1.1 MiB
Languages
C 69.3%
Shell 27.7%
Makefile 1.6%
M4 1.4%