+* 1.2.3
+- Set "wget" retry count to 3
+== hyoun jiil <jiil.hyoun@samsung.com> 2011-10-16
* 1.2.2
- Fixed server log contents
== hyoun jiil <jiil.hyoun@samsung.com> 2011-10-16
Source : dibs
-Version :1.2.2
+Version :1.2.3
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
logger.info "Downloading #{url}"
if is_remote then
- pid,status = Utils.execute_shell_with_log( "wget #{url} -O #{fullpath} -nv", logger.path )
+ pid,status = Utils.execute_shell_with_log( "wget #{url} -O #{fullpath} -nv --tries=3", logger.path )
ret = (not status.nil? and status.exitstatus) != 0 ? false : true
#ret = Utils.execute_shell( "wget #{url} -O #{fullpath} -q")
else