Skip to content

Commit

Permalink
[infra/gbs] Update gbs.conf (#14344)
Browse files Browse the repository at this point in the history
It updates gbs.conf.
- Remove not existing repository
- Add new repository: tizen 9.0, Tizen-(Unified/Base)-X

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Nov 25, 2024
1 parent 6c52205 commit 848333c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions infra/nnfw/config/gbs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repos = repo.base_7, repo.unified_7
[profile.tizen_8]
repos = repo.base_8, repo.unified_8

[profile.tizen-dev]
repos = repo.base-dev, repo.unified-dev
[profile.tizen_9]
repos = repo.base_9, repo.unified_9

[profile.tizen-riscv]
repos = repo.base-riscv, repo.unified-riscv
[profile.tizen_x]
repos = repo.base_x, repo.unified_x

[repo.unified]
url = http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/latest/repos/standard/packages/
Expand All @@ -35,14 +35,14 @@ url = http://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Unified/late
[repo.base_8]
url = http://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Base/latest/repos/standard/packages/

[repo.unified-dev]
url = http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified-Dev/latest/repos/standard/packages/
[repo.unified_9]
url = http://download.tizen.org/snapshots/TIZEN/Tizen-9.0/Tizen-9.0-Unified/latest/repos/standard/packages/

[repo.base-dev]
url = http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Base-Dev/latest/repos/standard/packages/
[repo.base_9]
url = http://download.tizen.org/snapshots/TIZEN/Tizen-9.0/Tizen-9.0-Base/latest/repos/standard/packages/

[repo.unified-riscv]
url = http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified-RISCV/latest/repos/standard/packages/
[repo.unified_x]
url = http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified-X/latest/repos/standard/packages/

[repo.base-riscv]
url = http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Base-RISCV/latest/repos/standard/packages/
[repo.base_x]
url = http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Base-X/latest/repos/standard/packages/

0 comments on commit 848333c

Please sign in to comment.