manual: document ways of obtaining source hashes

... and security nuances
This commit is contained in:
danbst
2019-01-11 02:06:52 +02:00
parent 68a6b47b8c
commit 663b8cc929
2 changed files with 105 additions and 2 deletions
+4 -2
View File
@@ -9,8 +9,10 @@ debug:
.PHONY: format
format:
find . -iname '*.xml' -type f -print0 | xargs -0 -I{} -n1 \
xmlformat --config-file "$$XMLFORMAT_CONFIG" -i {}
find . -iname '*.xml' -type f | while read f; do \
echo $$f ;\
xmlformat --config-file "$$XMLFORMAT_CONFIG" -i $$f ;\
done
.PHONY: fix-misc-xml
fix-misc-xml: