Compare commits
No commits in common. "fb2c9bcaf88f47d71ead8968cc5048eea2eeadbf" and "7c00b3408eb4e3f88e269c37c7984b5b44ae945d" have entirely different histories.
fb2c9bcaf8
...
7c00b3408e
2 changed files with 3 additions and 6 deletions
6
build.py
6
build.py
|
@ -30,9 +30,8 @@ def initialize(project):
|
||||||
"release_organisation": "meissa",
|
"release_organisation": "meissa",
|
||||||
"release_repository_name": name,
|
"release_repository_name": name,
|
||||||
"release_artifacts": [
|
"release_artifacts": [
|
||||||
f"target/graalvm/{name}",
|
"target/uberjar/c4k-jitsi-standalone.jar",
|
||||||
f"target/uberjar/{name}-standalone.jar",
|
"target/frontend-build/c4k-jitsi.js",
|
||||||
f"target/frontend-build/{name}.js",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -97,7 +96,6 @@ def package_frontend(project):
|
||||||
|
|
||||||
@task
|
@task
|
||||||
def package_uberjar(project):
|
def package_uberjar(project):
|
||||||
run("lein uberjar", shell=True, check=True)
|
|
||||||
run(
|
run(
|
||||||
"sha256sum target/uberjar/c4k-jitsi-standalone.jar > target/uberjar/c4k-jitsi-standalone.jar.sha256",
|
"sha256sum target/uberjar/c4k-jitsi-standalone.jar > target/uberjar/c4k-jitsi-standalone.jar.sha256",
|
||||||
shell=True,
|
shell=True,
|
||||||
|
|
|
@ -60,8 +60,7 @@
|
||||||
{:name "DISABLE_AUDIO_LEVELS", :value "true"}
|
{:name "DISABLE_AUDIO_LEVELS", :value "true"}
|
||||||
{:name "ETHERPAD_PUBLIC_URL", :value "https://etherpad.xy.xy.xy/p/"}
|
{:name "ETHERPAD_PUBLIC_URL", :value "https://etherpad.xy.xy.xy/p/"}
|
||||||
{:name "WHITEBOARD_ENABLED", :value "true"}
|
{:name "WHITEBOARD_ENABLED", :value "true"}
|
||||||
{:name "WHITEBOARD_COLLAB_SERVER_PUBLIC_URL", :value "https://excalidraw-backend.xy.xy.xy"}
|
{:name "WHITEBOARD_COLLAB_SERVER_PUBLIC_URL", :value "https://excalidraw-backend.xy.xy.xy"}]}
|
||||||
{:name "COLIBRI_WEBSOCKET_REGEX", :value "127.0.0.1"}]}
|
|
||||||
{:name "jvb",
|
{:name "jvb",
|
||||||
:image "jitsi/jvb:stable-9457-2",
|
:image "jitsi/jvb:stable-9457-2",
|
||||||
:imagePullPolicy "IfNotPresent",
|
:imagePullPolicy "IfNotPresent",
|
||||||
|
|
Loading…
Reference in a new issue