[Docs] change art to bart artifactory in docs
authorYelin Jeong <yelini.jeong@samsung.com>
Thu, 8 Dec 2022 01:42:48 +0000 (10:42 +0900)
committer추지호/NPU Lab(SR)/삼성전자 <jiho.chu@samsung.com>
Thu, 15 Dec 2022 07:10:58 +0000 (16:10 +0900)
This patch changes art to bart artifactory in documentation.

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
docs/markdown/Artifactory.md
docs/markdown/QuickStart.md
docs/markdown/TizenSample.md

index 745d1879bc5e1ce28a6b258c5ab7752a6d82ff13..f77ab56b14b08be8d65d11a65ee5068910577900 100644 (file)
@@ -5,16 +5,16 @@ short-description: Artifactory Debian Repository
 
 # Artifactory Debian Repository
 
-[Artifactory](https://art.sec.samsung.net/ui/packages) supports Debian repositories which can be accessed by the existing `apt` tool.
+[Artifactory](https://bart.sec.samsung.net/ui/packages) supports Debian repositories which can be accessed by the existing `apt` tool.
 
 ## Configuration
 
 First, let's add our repository to your apt source list.
 ```console
 $ sudo apt install ca-certificates
-$ sudo echo "deb [trusted=yes] https://art.sec.samsung.net/artifactory/aip_debian bionic-nightly universe"\
+$ sudo echo "deb [trusted=yes] https://bart.sec.samsung.net/artifactory/aip-debian-remote bionic-nightly universe"\
     | sudo tee /etc/apt/sources.list.d/artifactory.list
-$ wget -qO - https://art.sec.samsung.net:443/artifactory/api/gpg/key/public | sudo apt-key add -
+$ wget -qO - https://bart.sec.samsung.net:443/artifactory/api/gpg/key/public | sudo apt-key add -
 $ sudo apt update
 ...
 ```
@@ -37,7 +37,7 @@ TRIV221_8TOPS  TRIV238_2TOPS
 
 # Artifactory RPM Repository
 
-[Artifactory](https://art.sec.samsung.net/ui/packages) supports RPM repositories which can be accessed by the existing `yum`, `zypper` tool.
+[Artifactory](https://bart.sec.samsung.net/ui/packages) supports RPM repositories which can be accessed by the existing `yum`, `zypper` tool.
 
 ## Configuration
 
@@ -50,15 +50,21 @@ If the configured depth is 0 the baseurl should point to the root of the reposit
 ```
 [Artifactory]
 name=Artifactory
-baseurl=https://art.sec.samsung.net/artifactory/aip_rpm
+baseurl=https://[BART USERNAME]:[BART API Key]@bart.sec.samsung.net/artifactory/aip-rpm-local
 enabled=1
 gpgcheck=0
 ```
 
 To resolve .rpm files using the Zypper client, use addrepo command.
+BART artifactory account is needed.
 ```console
-$ sudo zypper addrepo https://art.sec.samsung.net/artifactory/aip_rpm artifactory
+$ sudo zypper addrepo https://bart.sec.samsung.net/artifactory/aip-rpm-local artifactory
 $ sudo zypper refresh
+Retrieving repository 'artifactory' metadata -----------------------------------------------------------------------------------------------[\]
+Authentication required for 'https://bart.sec.samsung.net/artifactory/aip-rpm-local'
+User Name: [BART USERNAME]
+Password: [BART API Key]
+Retrieving repository 'artifactory' metadata -----------------------------------------------------------------------------------------------[\]
 ```
 
 ## Installation
index 235c90d52b3747f0591e1d704ccf034a705a9f8c..66972f90c6b7c1406d25f9f7031c43ec14b5e38e 100644 (file)
@@ -15,8 +15,9 @@ To download our docker image, please follow the following instructions. You may
 
 ```console
 $ sudo apt install docker.io
-$ sudo docker pull art.sec.samsung.net/aip_docker/n2s2_docker/bionic
-$ sudo docker run -i -t art.sec.samsung.net/aip_docker/n2s2_docker/bionic /bin/bash
+$ docker login aip-docker-local.bart.sec.samsung.net
+$ docker pull aip-docker-local.bart.sec.samsung.net/n2s2_docker/bionic
+$ docker run -i -t aip-docker-local.bart.sec.samsung.net/n2s2_docker/bionic /bin/bash
 root# ls /opt/trinity/lib
 libmrpsim.a  libmrpsim.so  libnpu-engine.a  libnpu-engine.so  pkgconfig
 ```
index 2223be0f631274259c22bdb0db32b4100aadf0cc..3186577f830d39a49eb556dc425575f8eb6425fa 100644 (file)
@@ -18,7 +18,7 @@ The mandatory packages to be installed are as follows.
 - `npu-engine`: NPU User Library ([Repo](https://github.sec.samsung.net/AIP/NPU_SystemService))
 - `nnstreamer-trix-engine`: NNStreamer Tensor Filter Subplugin for TRIx Engine ([Repo](https://github.sec.samsung.net/AIP/NPU_SystemService/tree/tizen/plugins/nnstreamer))
 
-Note that before such packages are shipped to official emulator images, you should download the pre-built packages in [here](https://art.sec.samsung.net/artifactory/aip_generic/RPMS_FOR_TIZEN_EMUL/) and customize your emulator image. Please refer to [here](https://github.sec.samsung.net/AIP/TRIV2_TIZEN_SAMPLE) for detail.
+Note that before such packages are shipped to official emulator images, you should download the pre-built packages in [here](https://bart.sec.samsung.net/artifactory/aip-generic-local/RPMS_FOR_TIZEN_EMUL/) and customize your emulator image. Please refer to [here](https://github.sec.samsung.net/AIP/TRIV2_TIZEN_SAMPLE) for detail.
 
 ```console
 $ git clone https://github.sec.samsung.net/AIP/TRIV2_TIZEN_SAMPLE