mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
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:
parent
b4b573e481
commit
8001b7de05
1 changed files with 3 additions and 2 deletions
5
Makefile
5
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 ./
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue