Implement reinstall mode
authorJihoon Chung <jihoon.chung@samsung.com>
Tue, 2 Apr 2013 08:14:22 +0000 (17:14 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 9 Apr 2013 14:06:29 +0000 (23:06 +0900)
commit22da51a3726e6645e723a56e2b199206c7610f9a
tree2a015134e01e61d4f3c9f3a412ea09034bc021e3
parentc54b0e72310303ffff0ba1581f9e59c2fe613017
Implement reinstall mode

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Implement reinstall mode
This option support RDS mode with new path "/opt/usr/apps/tmp/<pkgid>"
Read .rds_delta file and update web application
Test command is wrt-installer -r option
[SCMRequest] N/A

Change-Id: If4678cbde39643f84fd9519d8e4579eab406d37a
14 files changed:
src/CMakeLists.txt
src/jobs/widget_install/job_widget_install.cpp
src/jobs/widget_install/job_widget_install.h
src/jobs/widget_install/task_prepare_reinstall.cpp [new file with mode: 0644]
src/jobs/widget_install/task_prepare_reinstall.h [new file with mode: 0644]
src/jobs/widget_install/widget_install_context.h
src/jobs/widget_install/widget_install_errors.h
src/jobs/widget_install/widget_installer_struct.h
src/misc/widget_location.cpp
src/misc/widget_location.h
src/pkg-manager/pkgmgr_signal.cpp
src/wrt-installer/wrt-installer.cpp
src/wrt-installer/wrt_installer_api.cpp
src/wrt-installer/wrt_installer_api.h