Optimized mastodon and network integration. added options for mig build to make

This commit is contained in:
2025-07-17 18:50:28 +02:00
parent 409e659143
commit d1982af63d
8 changed files with 26 additions and 18 deletions

View File

@@ -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…"