mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Optimized mastodon and network integration. added options for mig build to make
This commit is contained in:
9
Makefile
9
Makefile
@@ -25,10 +25,17 @@ clean:
|
||||
@echo "Removing ignored git files"
|
||||
git clean -fdX
|
||||
|
||||
list:
|
||||
@echo Generating the roles list
|
||||
python3 main.py build roles_list
|
||||
|
||||
tree:
|
||||
@echo Generating Tree
|
||||
python3 main.py build tree -D 2 --no-signal
|
||||
|
||||
mig: list tree
|
||||
@echo Creating meta data for meta infinity graph
|
||||
|
||||
dockerignore:
|
||||
@echo Create dockerignore
|
||||
cat .gitignore > .dockerignore
|
||||
@@ -61,7 +68,7 @@ build: clean dockerignore
|
||||
install: build
|
||||
@echo "⚙️ Install complete."
|
||||
|
||||
partial-test:
|
||||
messy-test:
|
||||
@echo "🧪 Running Python tests…"
|
||||
PYTHONPATH=. python -m unittest discover -s tests
|
||||
@echo "📑 Checking Ansible syntax…"
|
||||
|
Reference in New Issue
Block a user