Auto generate TODO list

This commit is contained in:
Khue Doan 2021-04-19 22:35:05 +07:00
parent b7aabba637
commit 1b0a3c74fe
3 changed files with 19 additions and 0 deletions

View File

@ -17,3 +17,7 @@ infra:
.PHONY: apps
apps:
make -C apps
.PHONY: docs
docs:
make -C docs

5
docs/Makefile Normal file
View File

@ -0,0 +1,5 @@
.POSIX:
todo:
printf "# TODO\n\n" > TODO.md
git grep -h TODO .. | sed 's/.* TODO /- /g' >> TODO.md

10
docs/TODO.md Normal file
View File

@ -0,0 +1,10 @@
# TODO
- check if this is a bug
- use Ansible wait_for /var/run/docker.sock
- remote backend (etcd or minio)
- convert to YAML for Terraform yamldecode
- Optimize SELinux
- Optimize firewall
- change to /var/lib/lxd/server.crt after https://wiki.debian.org/LXD
- use btrfs in k8s 1.19.8 https://github.com/kubernetes/kubernetes/issues/94335