devutils/validate_patches.py: Add --dry-run to verbose error

Fixes #957
This commit is contained in:
Eloston
2020-03-08 04:39:37 +00:00
parent 4679001429
commit 7ccefb672e
9 changed files with 254 additions and 25 deletions

View File

@@ -2,4 +2,4 @@
FROM python:3.7-slim
RUN apt update && apt install -y xz-utils
RUN apt update && apt install -y xz-utils patch