Add git branch specification for os-webrtc-janus repository in 'env' and 'build-webrtc.sh'

This commit is contained in:
Robert Adams
2025-10-03 18:49:37 +00:00
parent ae61b2fbba
commit 198913f338
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -30,6 +30,7 @@ docker build \
--build-arg OS_GIT_BRANCH=$OS_GIT_BRANCH \
--build-arg OS_BUILDTARGET=$OS_BUILDTARGET \
--build-arg OS_SLN=$OS_SLN \
--build-arg WEBRTC_BRANCH=$WEBRTC_BRANCH \
-t "$IMAGE_NAME" \
-f Dockerfile-webrtc \
.
@@ -20,5 +20,3 @@
AdminAPIToken = AdminAPITokenToNeverCheckIn
; Debugging: output to log file messages sent and received from Janus
MessageDetails = false
+5 -2
View File
@@ -9,13 +9,16 @@
# assignment file and a docker-compose env-file
# The sources to build
#OS_GIT_REPO=git://opensimulator.org/git/opensim
OS_GIT_REPO=git://github.com/opensim/opensim.git
# OS_GIT_REPO=git://opensimulator.org/git/opensim
OS_GIT_REPO=https://github.com/opensim/opensim.git
OS_GIT_BRANCH=master
# OS_GIT_BRANCH=opensim-rel-0.9.3.8940
OS_BUILDTARGET=Release
OS_SLN=OpenSim.sln
# Branch of os-webrtc-janus repository to build
WEBRTC_BRANCH=main
# The container parameters
IMAGE_OWNER=misterblue
IMAGE_NAME=opensim-webrtc