projects
/
releases.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b180bdc
)
mkgitrel.pre: check the regexps in deblob-check
bin
author
Freedo
<freedo@linux-libre.fsfla.org>
Sun, 10 Nov 2024 00:58:06 +0000
(
00:58
+0000)
committer
Freedo
<freedo@linux-libre.fsfla.org>
Sun, 10 Nov 2024 00:58:06 +0000
(
00:58
+0000)
mkgitrel.pre
patch
|
blob
|
history
diff --git
a/mkgitrel.pre
b/mkgitrel.pre
index 9ab959b0372ca31fa11465a26bbe16f79fd1ac1e..8dea9162d9bc056c85a2f2759b3053c922fac32e 100755
(executable)
--- a/
mkgitrel.pre
+++ b/
mkgitrel.pre
@@
-122,6
+122,9
@@
for f in scripts/v$rel/.* scripts/v$rel/*; do
esac
done &&
+DEBLOB_CHECK_PYTHON_REGEX=debug scripts/v$rel/deblob-check \
+ -i linux-x.y -C /dev/null &&
+
continue
success=false