Skip to content

Commit ba10b71

Browse files
xiaowei-guanJSUYA
authored andcommitted
[Tizen] Update base_repo and unified_repo of generate_sysroot script (#364)
* Update base_repo and unified_repo url * Code format
1 parent a2634f4 commit ba10b71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/tizen/generate_sysroot.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ def generate_sysroot(sysroot: Path, api_version: float, arch: str, quiet=False):
4040
else:
4141
sys.exit('Unknown arch: ' + arch)
4242

43-
base_repo = 'http://download.tizen.org/snapshots/tizen/{}-base/latest/repos/standard/packages'.format(
44-
api_version
43+
base_repo = 'http://download.tizen.org/snapshots/TIZEN/Tizen-{}/Tizen-{}-Base/latest/repos/standard/packages'.format(
44+
api_version, api_version
4545
)
46-
unified_repo = 'http://download.tizen.org/snapshots/tizen/{}-unified/latest/repos/standard/packages'.format(
47-
api_version
46+
unified_repo = 'http://download.tizen.org/snapshots/TIZEN/Tizen-{}/Tizen-{}-Unified/latest/repos/standard/packages'.format(
47+
api_version, api_version
4848
)
4949

5050
# Retrieve html documents.

0 commit comments

Comments
 (0)