[Title] Modify buildscript
authorTaeyoung Son <taeyoung2.son@samsung.com>
Thu, 15 Dec 2011 10:02:46 +0000 (19:02 +0900)
committerTaeyoung Son <taeyoung2.son@samsung.com>
Thu, 15 Dec 2011 10:02:46 +0000 (19:02 +0900)
[Type] Feature
[Module] Sub
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

build.sh

index 6bc408c..edf9914 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -27,11 +27,11 @@ metadata_path=$start_path/builder
 #      exit 1
 #fi
 
-platform=linux
-based_eclipse_path=/home/taeyoung/work/slp/git/indigo-pde/eclipse
-build_path=/home/taeyoung/work/slp/tizen/build_result
-ir_version=1000
-build_version=200
+platform=$1
+based_eclipse_path=$2
+build_path=$3
+ir_version=$4
+build_version=$5
 
 build_time=`date +%Y%m%e-%H%M`
 build_result_path="$build_path/$build_result_directory"