[Title] Fixed build server failure
authordonghee yang <donghee.yang@samsung.com>
Fri, 19 Apr 2013 06:37:26 +0000 (15:37 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Fri, 19 Apr 2013 06:37:26 +0000 (15:37 +0900)
package/changelog
package/pkginfo.manifest
src/build_server/BuildServer.rb

index cdb3e0ee0c6a0cd13e2d30c34e30e0b0ce005242..9887dd9264436252d12a75e82c07faf4e17ed7d8 100644 (file)
@@ -1,3 +1,6 @@
+* 2.1.27
+- Fixed build server failure caused by job number
+== donghee yang <donghee.yang@samsung.com> 2013-04-19
 * 2.1.26
 - Added new user "sync-manager" for package synchronization
 - Changed to insert error code when job is ended with "ERROR"
index 2b00ef293688f570f18a9b03d12733f576ee96a0..b959dba980236a114c47918b31afb9333298e69f 100644 (file)
@@ -1,5 +1,5 @@
 Source : dibs
-Version :2.1.26
+Version :2.1.27
 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
index e153e7ecd7e78e1a365102dacb6bd97a4ed93394..87950cf38dab2655cf1c8bb1f363a1dca6b3aa42 100644 (file)
@@ -954,7 +954,7 @@ class BuildServer
                        job_id = row['id']
                end 
 
-               if not job_id.nil? and not job_id.empty? then
+               if not job_id.nil? then
                        return job_id.to_s
                else
                        return "0"