aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2019-06-23 14:42:54 +0000
committernodiscc <nodiscc@gmail.com>2019-06-23 14:42:54 +0000
commit6322e4b3f3a0a055faea4da76cb372c031913905 (patch)
tree2f97b1294d276955fa357996b82c91a36b59cc3b
parentmakefile: add a "monthly' target to run periodic maintenance tasks (diff)
downloadawesome-selfhosted-6322e4b3f3a0a055faea4da76cb372c031913905.tar.gz
awesome-selfhosted-6322e4b3f3a0a055faea4da76cb372c031913905.zip
makefile: add a target to run awesome-bot, add it to the monthly target
-rwxr-xr-xMakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b3b41691..21373e3a 100755
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all: checks
checks: nolicenselanguage nofullstop longdescriptions syntaxerrors
-monthly: checks check_github_commit_dates contrib
+monthly: checks awesome_bot check_github_commit_dates contrib
noexternallink:
@echo -e "\nLines with no source/demo/other link:"
@@ -32,6 +32,10 @@ syntaxerrors:
contrib:
@mv .github/.mailmap . && printf "|Commits | Author |\n| :---: | --- |\n" > AUTHORS.md && git shortlog -sne | sed -r 's/^\s*([[:digit:]]*?)\s*?(.*?)/|\1|\2|/' >> AUTHORS.md && mv .mailmap .github/.mailmap
+awesome_bot:
+ # https://github.com/dkhamsing/awesome_bot
+ awesome_bot --allow-redirect -f README.md
+
check_github_commit_dates:
python3 tests/check-github-commit-dates.py