Commit 1199b45f authored by Antonio Terceiro's avatar Antonio Terceiro
Browse files

process.sh: force fetching bugs

parent 90be9ae8
......@@ -3,6 +3,10 @@
set -eu
for todo in $@; do
# force downloading bugs
awk '{print(".bugs." $1)}' "${todo}" | xargs rm -f
cqa-fetchbugs --TODO="${todo}"
cqa-annotate \
--template=template.txt.jinja2 \
--TODO="${todo}"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment