From: JF Ding Date: Mon, 5 Dec 2011 03:15:28 +0000 (+0800) Subject: update output msg with new proj name X-Git-Tag: v0.1~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16eeb2948fbd860e068cc24f9d7cdb4cda6f2750;p=tools%2Fgbs.git update output msg with new proj name --- diff --git a/data/build.sh b/data/build.sh index 08b3182..3098755 100644 --- a/data/build.sh +++ b/data/build.sh @@ -63,7 +63,7 @@ echo $ret_string|grep '302' > /dev/null if [ $? != 0 ]; then echo $ret_string - die "Server Error, please check you tizenpkg configuration" + die "Server Error, please check your pkghelper configuration" fi sleep 2 diff --git a/data/packaging.sh b/data/packaging.sh index fee744e..aa673dd 100644 --- a/data/packaging.sh +++ b/data/packaging.sh @@ -209,7 +209,7 @@ get_srctar_md5sum() echo $string|grep '302' > /dev/null if [ $? != 0 ]; then echo $string - die "Server Error, please check you tizenpkg configuration" + die "Server Error, please check your pkghelper configuration" fi last_id=`curl -s -u$user:$passwd "$HUDSON_SERVER/job/srctar_md5sum/lastBuild/buildNumber"`