tools: makefile: delete software/tags/platforms data before full initial import

- use WIP version of the generation tool/test new features
This commit is contained in:
nodiscc 2022-06-04 14:50:26 +02:00
parent b4b573e481
commit 8001b7de05

View file

@ -4,14 +4,15 @@ SHELL := /bin/bash
install:
python3 -m venv .venv
source .venv/bin/activate && \
pip3 install git+https://github.com/nodiscc/hecat.git@master
pip3 install git+https://github.com/nodiscc/hecat.git@hecat-process
.PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted
import: install
rm -rf awesome-selfhosted && git clone --depth=1 https://github.com/awesome-selfhosted/awesome-selfhosted
cp awesome-selfhosted/.github/.mailmap .mailmap
cp awesome-selfhosted/AUTHORS.md AUTHORS.md
mkdir -p {tags,software,platforms}
rm -rf tags/ software/ platforms/
mkdir -p tags/ software/ platforms/
source .venv/bin/activate && \
hecat import --source-file awesome-selfhosted/README.md --output-directory ./