#### Metadata Startdate: 2020-05-30 15:51 References: Everything on this page, for jq filtering. https://stedolan.github.io/jq/manual/#Basicfilters # Flow 1. Use gitlablib to list all issue web urls, and then remove all the "build", "buildmodify" and similar CI/CD issues. . gitlablib.sh list_all_issues | tee output/issues.all output/issues.all.web_url Manually munge the data to put the devuan/devuan-project/issues/20 on top. 2. Use fetch-issue-webpages.py to fetch all those webpages ln -s issues.all.web_url output/files-to-fetch.txt ./fetch-issue-webpages.py 3. munge the downloaded html All of the following is performed by `flow-part2.sh` * fix newlines sed -i -r -e 's/\\n/\n/g;' /mnt/public/www/gitlab-issues/*.html * find data-original-titles and replace the