From 8001b7de05a949ca1356579c696c3b0eed9da701 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 4 Jun 2022 14:50:26 +0200 Subject: [PATCH] tools: makefile: delete software/tags/platforms data before full initial import - use WIP version of the generation tool/test new features --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2c8e4ea7c1..e73935ecc1 100644 --- a/Makefile +++ b/Makefile @@ -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 ./