projects
/
services
/
jenkins-scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12db8ef
)
directory for update_scm_meta_git_for_dashboard changed.
06/133406/1
author
Junghyun Kim
<jh0822.kim@samsung.com>
Mon, 12 Jun 2017 05:43:31 +0000
(14:43 +0900)
committer
Junghyun 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
patch
|
blob
|
history
diff --git
a/job_update_scm_meta_git_for_dashboard.py
b/job_update_scm_meta_git_for_dashboard.py
index
25ba98f
..
9e88f31
100644
(file)
--- a/
job_update_scm_meta_git_for_dashboard.py
+++ b/
job_update_scm_meta_git_for_dashboard.py
@@
-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)