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

Commit

Permalink
upgrde javascript version for owt to 5.0 (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpatel257 authored May 17, 2021
1 parent 0ed1950 commit 5c6fc85
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 14 deletions.
3 changes: 2 additions & 1 deletion Xeon/centos-7/service/owt-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
RUN cd /opt/build && \
git clone -b master ${OWT_SDK_REPO} && \
cd owt-client-javascript/scripts && \
cd owt-client-javascript/scripts && \
git reset --hard v5.0 && \
npm install && grunt

# Get quic
Expand Down
3 changes: 2 additions & 1 deletion Xeon/centos-7/service/owt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
RUN cd /opt/build && \
git clone -b master ${OWT_SDK_REPO} && \
cd owt-client-javascript/scripts && \
cd owt-client-javascript/scripts && \
git reset --hard v5.0 && \
npm install && grunt

# Get quic
Expand Down
3 changes: 2 additions & 1 deletion Xeon/centos-7/service/owt360/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc && \
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
RUN cd /opt/build && \
git clone -b master ${OWT_SDK_REPO} && \
cd owt-client-javascript/scripts && git reset --hard d727af2927731ff16214d73f57964a992258636d && \
cd owt-client-javascript/scripts && \
git reset --hard d727af2927731ff16214d73f57964a992258636d && \
npm install && grunt

# Get quic
Expand Down
3 changes: 2 additions & 1 deletion Xeon/ubuntu-18.04/service/owt-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
RUN cd /opt/build && \
git clone -b master ${OWT_SDK_REPO} && \
cd owt-client-javascript/scripts && \
cd owt-client-javascript/scripts && \
git reset --hard v5.0 && \
npm install && grunt

# Get quic
Expand Down
3 changes: 2 additions & 1 deletion Xeon/ubuntu-18.04/service/owt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
RUN cd /opt/build && \
git clone -b master ${OWT_SDK_REPO} && \
cd owt-client-javascript/scripts && \
cd owt-client-javascript/scripts && \
git reset --hard v5.0 && \
npm install && grunt

# Get quic
Expand Down
3 changes: 2 additions & 1 deletion Xeon/ubuntu-18.04/service/owt360/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc && \
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
RUN cd /opt/build && \
git clone -b master ${OWT_SDK_REPO} && \
cd owt-client-javascript/scripts && git reset --hard d727af2927731ff16214d73f57964a992258636d && \
cd owt-client-javascript/scripts && \
git reset --hard d727af2927731ff16214d73f57964a992258636d && \
npm install && grunt

# Get quic
Expand Down
3 changes: 2 additions & 1 deletion XeonE3/centos-7/service/owt-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
RUN cd /opt/build && \
git clone -b master ${OWT_SDK_REPO} && \
cd owt-client-javascript/scripts && \
cd owt-client-javascript/scripts && \
git reset --hard v5.0 && \
npm install && grunt

# Get quic
Expand Down
3 changes: 2 additions & 1 deletion XeonE3/centos-7/service/owt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
RUN cd /opt/build && \
git clone -b master ${OWT_SDK_REPO} && \
cd owt-client-javascript/scripts && \
cd owt-client-javascript/scripts && \
git reset --hard v5.0 && \
npm install && grunt

# Get quic
Expand Down
3 changes: 2 additions & 1 deletion XeonE3/centos-7/service/owt360/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc && \
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
RUN cd /opt/build && \
git clone -b master ${OWT_SDK_REPO} && \
cd owt-client-javascript/scripts && git reset --hard d727af2927731ff16214d73f57964a992258636d && \
cd owt-client-javascript/scripts && \
git reset --hard d727af2927731ff16214d73f57964a992258636d && \
npm install && grunt

# Get quic
Expand Down
3 changes: 2 additions & 1 deletion XeonE3/ubuntu-18.04/service/owt-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
RUN cd /opt/build && \
git clone -b master ${OWT_SDK_REPO} && \
cd owt-client-javascript/scripts && \
cd owt-client-javascript/scripts && \
git reset --hard v5.0 && \
npm install && grunt

# Get quic
Expand Down
3 changes: 2 additions & 1 deletion XeonE3/ubuntu-18.04/service/owt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc-m79 && \
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
RUN cd /opt/build && \
git clone -b master ${OWT_SDK_REPO} && \
cd owt-client-javascript/scripts && \
cd owt-client-javascript/scripts && \
git reset --hard v5.0 && \
npm install && grunt

# Get quic
Expand Down
3 changes: 2 additions & 1 deletion XeonE3/ubuntu-18.04/service/owt360/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,8 @@ RUN mkdir -p /opt/build/owt-server/third_party/webrtc && \
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
RUN cd /opt/build && \
git clone -b master ${OWT_SDK_REPO} && \
cd owt-client-javascript/scripts && git reset --hard d727af2927731ff16214d73f57964a992258636d && \
cd owt-client-javascript/scripts && \
git reset --hard d727af2927731ff16214d73f57964a992258636d && \
npm install && grunt

# Get quic
Expand Down
5 changes: 3 additions & 2 deletions template/components/owt.m4
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ DECLARE(`OWT_LICODE_VER',8b4692c88f1fc24dedad66b4f40b1f3d804b50ca)
DECLARE(`OWT_WEBRTC_BRANCH',59-server)
DECLARE(`OWT_WEBRTC_VER',)
DECLARE(`OWT_SDK_BRANCH',master)
DECLARE(`OWT_SDK_VER',)
DECLARE(`OWT_SDK_VER',v5.0)
DECLARE(`OWT_QUIC_VER',v0.1)
DECLARE(`LIBNICE_PATCH_VER',5.0)

Expand Down Expand Up @@ -123,7 +123,8 @@ RUN mkdir -p BUILD_HOME/owt-server/third_party/webrtc-m79 && \
ARG OWT_SDK_REPO=https://github.com/open-webrtc-toolkit/owt-client-javascript.git
RUN cd BUILD_HOME && \
git clone -b OWT_SDK_BRANCH ${OWT_SDK_REPO} && \
cd owt-client-javascript/scripts && ifelse(OWT_360,true,`git reset --hard OWT_SDK_VER &&') \
cd owt-client-javascript/scripts && \
git reset --hard OWT_SDK_VER && \
npm install && grunt

# Get quic
Expand Down

0 comments on commit 5c6fc85

Please sign in to comment.