This repository was archived by the owner on Sep 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +27
-14
lines changed Expand file tree Collapse file tree 13 files changed +27
-14
lines changed Original file line number Diff line number Diff line change @@ -656,7 +656,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
656656ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
657657RUN cd /opt/build && \
658658 git clone -b master ${OWT_SDK_REPO} && \
659- cd owt-client-javascript/scripts && \
659+ cd owt-client-javascript/scripts && \
660+ git reset --hard v5.0 && \
660661 npm install && grunt
661662
662663# Get quic
Original file line number Diff line number Diff line change @@ -657,7 +657,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
657657ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
658658RUN cd /opt/build && \
659659 git clone -b master ${OWT_SDK_REPO} && \
660- cd owt-client-javascript/scripts && \
660+ cd owt-client-javascript/scripts && \
661+ git reset --hard v5.0 && \
661662 npm install && grunt
662663
663664# Get quic
Original file line number Diff line number Diff line change @@ -468,7 +468,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc && \
468468ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
469469RUN cd /opt/build && \
470470 git clone -b master ${OWT_SDK_REPO} && \
471- cd owt-client-javascript/scripts && git reset --hard d727af2927731ff16214d73f57964a992258636d && \
471+ cd owt-client-javascript/scripts && \
472+ git reset --hard d727af2927731ff16214d73f57964a992258636d && \
472473 npm install && grunt
473474
474475# Get quic
Original file line number Diff line number Diff line change @@ -699,7 +699,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
699699ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
700700RUN cd /opt/build && \
701701 git clone -b master ${OWT_SDK_REPO} && \
702- cd owt-client-javascript/scripts && \
702+ cd owt-client-javascript/scripts && \
703+ git reset --hard v5.0 && \
703704 npm install && grunt
704705
705706# Get quic
Original file line number Diff line number Diff line change @@ -699,7 +699,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
699699ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
700700RUN cd /opt/build && \
701701 git clone -b master ${OWT_SDK_REPO} && \
702- cd owt-client-javascript/scripts && \
702+ cd owt-client-javascript/scripts && \
703+ git reset --hard v5.0 && \
703704 npm install && grunt
704705
705706# Get quic
Original file line number Diff line number Diff line change @@ -506,7 +506,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc && \
506506ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
507507RUN cd /opt/build && \
508508 git clone -b master ${OWT_SDK_REPO} && \
509- cd owt-client-javascript/scripts && git reset --hard d727af2927731ff16214d73f57964a992258636d && \
509+ cd owt-client-javascript/scripts && \
510+ git reset --hard d727af2927731ff16214d73f57964a992258636d && \
510511 npm install && grunt
511512
512513# Get quic
Original file line number Diff line number Diff line change @@ -709,7 +709,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
709709ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
710710RUN cd /opt/build && \
711711 git clone -b master ${OWT_SDK_REPO} && \
712- cd owt-client-javascript/scripts && \
712+ cd owt-client-javascript/scripts && \
713+ git reset --hard v5.0 && \
713714 npm install && grunt
714715
715716# Get quic
Original file line number Diff line number Diff line change @@ -710,7 +710,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
710710ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
711711RUN cd /opt/build && \
712712 git clone -b master ${OWT_SDK_REPO} && \
713- cd owt-client-javascript/scripts && \
713+ cd owt-client-javascript/scripts && \
714+ git reset --hard v5.0 && \
714715 npm install && grunt
715716
716717# Get quic
Original file line number Diff line number Diff line change @@ -538,7 +538,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc && \
538538ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
539539RUN cd /opt/build && \
540540 git clone -b master ${OWT_SDK_REPO} && \
541- cd owt-client-javascript/scripts && git reset --hard d727af2927731ff16214d73f57964a992258636d && \
541+ cd owt-client-javascript/scripts && \
542+ git reset --hard d727af2927731ff16214d73f57964a992258636d && \
542543 npm install && grunt
543544
544545# Get quic
Original file line number Diff line number Diff line change @@ -770,7 +770,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
770770ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
771771RUN cd /opt/build && \
772772 git clone -b master ${OWT_SDK_REPO} && \
773- cd owt-client-javascript/scripts && \
773+ cd owt-client-javascript/scripts && \
774+ git reset --hard v5.0 && \
774775 npm install && grunt
775776
776777# Get quic
You can’t perform that action at this time.
0 commit comments