fixed the wrong snapshot_url in [build_snapshot] table
before: http://download.tizen.org/snapshots/...
after : http://download.tizen.org/prerelease/...
Change-Id: I3990834b882af7b553758917792856fa51571af1
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
global bm_snapshot_name
global bm_snapshot_url
bm_snapshot_name = prerelease.build_id
- bm_snapshot_path = snapshot.path
- bm_snapshot_url = bm_snapshot_path.replace(base_path, base_url)
+ bm_snapshot_path = prerelease.path
+ bm_snapshot_url = os.path.join(bm_snapshot_path.replace(base_path, base_url),
+ bm_snapshot_name)
for repo in targets:
if block: