major-refactoring-to-adjust-to-helm-community #5

Merged
jem merged 33 commits from major-refactoring-to-adjust-to-helm-community into main 2025-02-20 15:50:51 +00:00
9 changed files with 2 additions and 5328 deletions
Showing only changes of commit c14ef6028b - Show all commits
build.py
infrastructure
excalidraw-backend/image/resources
excalidraw

View file

@ -23,8 +23,7 @@ def initialize(project):
"release_primary_build_file": "project.clj",
"release_secondary_build_files": [
"package.json",
"infrastructure/web/build.py",
"infrastructure/excalidraw-backend/build.py",
"infrastructure/excalidraw/build.py",
],
"release_artifact_server_url": "https://repo.prod.meissa.de",
"release_organisation": "meissa",

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,7 @@ from pybuilder.core import task, init
from ddadevops import *
name = "c4k-jitsi"
MODULE = "excalidraw-backend"
MODULE = "excalidraw"
PROJECT_ROOT_PATH = "../.."
version = "2.2.1-dev"