directory for update_scm_meta_git_for_dashboard changed. 06/133406/1
authorJunghyun Kim <jh0822.kim@samsung.com>
Mon, 12 Jun 2017 05:43:31 +0000 (14:43 +0900)
committerJunghyun Kim <jh0822.kim@samsung.com>
Mon, 12 Jun 2017 05:43:31 +0000 (14:43 +0900)
Since rync on download.tizen.org does not allow rync to
"snapshot/.dashboard", the target directory is changed to
"snasphot/.dashboard/domain".

Change-Id: Ic361223192198d891e6fda105b3c0af507efb712
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
job_update_scm_meta_git_for_dashboard.py

index 25ba98f..9e88f31 100644 (file)
@@ -171,7 +171,7 @@ prjdir = os.path.join(WORKSPACE, "meta-git")
 
 clone_gitproject(GERRIT_PROJECT, prjdir)
 
-target_dir = ".dashboard"
+target_dir = ".dashboard/domain"
 
 generate_mappings("meta-git", target_dir)