From 1199b45f59b238ac45b31929b54c011b76416891 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 12 Oct 2021 07:18:45 -0300 Subject: [PATCH] process.sh: force fetching bugs --- process.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/process.sh b/process.sh index 6979d91..e440468 100755 --- a/process.sh +++ b/process.sh @@ -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}" -- GitLab