Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update certificate. #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -58,14 +58,14 @@ RUN mv ${HOME}/tizen-studio /tizen-studio \
&& ln -s /tizen-studio ${HOME}/tizen-studio

# Copy and extract webOS CLI
ARG WEBOS_CLI_VERSION=1.12.4-j27
ENV LG_WEBOS_TV_SDK_HOME=/webOS_TV_SDK
ENV WEBOS_CLI_TV=${LG_WEBOS_TV_SDK_HOME}/CLI/bin
COPY vendor/webOS_TV_CLI_linux_${WEBOS_CLI_VERSION}.tgz ./webos_cli.tgz
RUN mkdir -p ${LG_WEBOS_TV_SDK_HOME}
RUN tar -xvzf webos_cli.tgz -C ${LG_WEBOS_TV_SDK_HOME} \
&& chmod -R +x ${WEBOS_CLI_TV} \
&& rm webos_cli.tgz
# ARG WEBOS_CLI_VERSION=1.12.4-j27
# ENV LG_WEBOS_TV_SDK_HOME=/webOS_TV_SDK
# ENV WEBOS_CLI_TV=${LG_WEBOS_TV_SDK_HOME}/CLI/bin
# COPY vendor/webOS_TV_CLI_linux_${WEBOS_CLI_VERSION}.tgz ./webos_cli.tgz
# RUN mkdir -p ${LG_WEBOS_TV_SDK_HOME}
# RUN tar -xvzf webos_cli.tgz -C ${LG_WEBOS_TV_SDK_HOME} \
# && chmod -R +x ${WEBOS_CLI_TV} \
# && rm webos_cli.tgz

# Add tizen/webos cli to PATH
ENV PATH $PATH:/tizen-studio/tools/:/tizen-studio/tools/ide/bin/:/tizen-studio/package-manager/:${WEBOS_CLI_TV}
Binary file modified tizen-profile/author.p12
Binary file not shown.
6 changes: 2 additions & 4 deletions tizen-profile/profiles.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles active="dev" version="3.1">
<profiles active="RaydiantTest" version="3.1">
<profile name="dev">
<profileitem ca="" distributor="0" key="/home/developer/author.p12" password="eF0GFnArm/35qusNw7gjmQ==" rootca=""/>
<profileitem ca="" distributor="1" key="/home/developer/tizen-studio/tools/certificate-generator/certificates/distributor/tizen-distributor-signer.p12" password="Vy63flx5JBMc5GA4iEf8oFy+8aKE7FX/+arrDcO4I5k=" rootca=""/>
<profileitem ca="" distributor="2" key="" password="xmEcrXPl1ss=" rootca=""/>
<profileitem ca="" distributor="0" key="/home/developer/author.p12" password="Astronomija1" rootca=""/>
</profile>
</profiles>