Merge branch 'tizen_3.0' into tizen 05/52205/1 accepted/tizen/mobile/20151122.234151 submit/tizen/20151120.075753
authorAndrey Klimenko <and.klimenko@samsung.com>
Thu, 19 Nov 2015 18:17:18 +0000 (20:17 +0200)
committerAndrey Klimenko <and.klimenko@samsung.com>
Thu, 19 Nov 2015 18:28:43 +0000 (20:28 +0200)
Change-Id: I36d2e416b4635e8a3e29f6a558fd778ca08db77b
Signed-off-by: Andrey Klimenko <and.klimenko@samsung.com>
1  2 
run.sh

diff --cc run.sh
--- 1/run.sh
--- 2/run.sh
+++ b/run.sh
@@@ -296,13 -296,13 +296,13 @@@ install(
      do
        current_package=$current_package_name-$VERSION-$RELEASE.$PLATFORM.rpm
        ShowMessage "Installing the package $current_package ..."
 -      #$SDB install $RPMSPATH/$current_package
 +      $SDB install $RPMSPATH/$current_package
        #if hasPrefix $current_package; then
          # install with pkgcmd
-         #SdbShell "pkgcmd -q -i -t rpm -p $TEMPDIR/$current_package" 
+         #SdbShell "pkgcmd -q -i -t rpm -p $TEMPDIR/$current_package"
        #else
          # uninstall with rpm
-         #SdbShell "rpm -i $TEMPDIR/$current_package"
 -        SdbShell "rpm -ivh --force --nodeps $TEMPDIR/$current_package"
++        #SdbShell "rpm -ivh --force --nodeps $TEMPDIR/$current_package"
        #fi
      done
  
          ShowMessage "Installing the package $DEBUGSOURCEPKGNAME.rpm ..."
          SdbShell "rpm -i $TEMPDIR/$DEBUGSOURCEPKGNAME.rpm"
      fi
 -    SdbShell "pkg_initdb"
++    #SdbShell "pkg_initdb"
  }
  
  ##--------------- Running ----------------##
@@@ -345,10 -347,13 +347,13 @@@ installApp(
  {
    checkConnection
    initPackageList
-   
 -  $SDB root on
++  #$SDB root on
    #uninstall
 -  push
 +  #push
    install
 -  $SDB root off
++  #$SDB root off
  }
  
  runApp()