+* 2.1.30
+- Fixed a bug that infinite loop of getting source code
+== donghee yang <donghee.yang@samsung.com> 2013-04-19
* 2.1.29
- Fixed a bug that migrating DB does not work
== donghee yang <donghee.yang@samsung.com> 2013-04-19
Source : dibs
-Version :2.1.29
+Version :2.1.30
Maintainer : taejun ha<taejun.ha@samsung.com>, jiil hyoun <jiil.hyoun@samsung.com>, donghyuk yang <donghyouk.yang@samsung.com>, donghee yang <donghee.yang@samsung.com>, sungmin kim <dev.sungmin.kim@samsung.com
Package : dibs
if not git_cmd("reset --hard #{@git_commit}", git_path, @log) then
@log.warn( "Failed on \"git reset --hard #{@git_commit}\"", Log::LV_USER)
FileUtils.rm_rf git_path
+ @git_commit = nil
@git_commit = get_source_code_internal()
end
end