[Docs] Update artifactory url
authorDongju Chae <dongju.chae@samsung.com>
Mon, 12 Jul 2021 01:15:10 +0000 (10:15 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Mon, 12 Jul 2021 04:56:49 +0000 (13:56 +0900)
This patch updates artifactory url changed according to the upgraded JFrog.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
README.md
docs/markdown/Artifactory.md

index 16b2aba..ac5e09a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ NPU_SystemService/    Root directory
   - Tizen: http://10.113.136.32/download_trbs/snapshots/devel/tizen-6.0-ai/latest/repos/Tizen_Unified_standard
   - Ubuntu (18.04): http://10.113.136.32/download_trbs/newlive/devel:/Tizen:/6.0:/AI:/UbuntuTools
 - Artifactory
-  - Ubuntu (18.04): https://art.sec.samsung.net/artifactory/list/aip_debian
+  - Ubuntu (18.04): https://art.sec.samsung.net/artifactory/aip_debian
 
 ## Additional Notes
 - The FastModel simulator requires Ubuntu 18.04 as your Host OS.
index 8977871..fa6c561 100644 (file)
@@ -5,14 +5,14 @@ short-description: Artifactory Debian Repository
 
 # Artifactory Debian Repository
 
-[Artifactory](https://art.sec.samsung.net/artifactory/webapp/#/home) supports Debian repositories which can be accessed by the existing `apt` tool.
+[Artifactory](https://art.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] http://art.sec.samsung.net/artifactory/list/aip_debian bionic universe"\
+$ sudo echo "deb [trusted=yes] https://art.sec.samsung.net/artifactory/aip_debian 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 -
 $ sudo apt update