summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-03-06 13:29:25 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2017-03-06 13:29:25 +0100
commit2812dcb4e38e73d8397defe3b86fcc807d60080b (patch)
treef43ce96c0705faa8a63b88a6d7718d91a9157651 /Makefile
parentfb1827e5935350f20d11f2663f53ee7e9b65db9f (diff)
downloadalpine-secdb-2812dcb4e38e73d8397defe3b86fcc807d60080b.tar.bz2
alpine-secdb-2812dcb4e38e73d8397defe3b86fcc807d60080b.tar.xz
add sanity check of generated yaml
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 932bb7a..23fff52 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ repo=$(notdir $(basename $@))
$(rel)/%.yaml:
$(LUA) secfixes.lua --repo $(repo) --release $(rel) \
$(aports)/$(repo)/*/APKBUILD > $@.tmp \
+ && $(LUA) secfixes.lua --verify $@.tmp \
&& mv $@.tmp $@
clean: