update output msg with new proj name
authorJF Ding <jian-feng.ding@intel.com>
Mon, 5 Dec 2011 03:15:28 +0000 (11:15 +0800)
committerJF Ding <jian-feng.ding@intel.com>
Mon, 5 Dec 2011 03:15:28 +0000 (11:15 +0800)
data/build.sh
data/packaging.sh

index 08b3182..3098755 100644 (file)
@@ -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
index fee744e..aa673dd 100644 (file)
@@ -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"`