Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 5c6fc85

Browse files
author
dpatel257
authored
upgrde javascript version for owt to 5.0 (#736)
1 parent 0ed1950 commit 5c6fc85

File tree

13 files changed

+27
-14
lines changed

13 files changed

+27
-14
lines changed

Xeon/centos-7/service/owt-dev/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
656656
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
657657
RUN 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

Xeon/centos-7/service/owt/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
657657
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
658658
RUN 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

Xeon/centos-7/service/owt360/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc && \
468468
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
469469
RUN 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

Xeon/ubuntu-18.04/service/owt-dev/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
699699
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
700700
RUN 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

Xeon/ubuntu-18.04/service/owt/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
699699
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
700700
RUN 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

Xeon/ubuntu-18.04/service/owt360/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc && \
506506
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
507507
RUN 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

XeonE3/centos-7/service/owt-dev/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
709709
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
710710
RUN 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

XeonE3/centos-7/service/owt/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
710710
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
711711
RUN 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

XeonE3/centos-7/service/owt360/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc && \
538538
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
539539
RUN 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

XeonE3/ubuntu-18.04/service/owt-dev/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
770770
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
771771
RUN 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

0 commit comments

Comments
 (0)