[Title] Fixed not to transfer a job to remote when there is initiaizing or just creat...
authordonghee yang <donghee.yang@samsung.com>
Mon, 3 Sep 2012 14:25:15 +0000 (23:25 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Mon, 3 Sep 2012 14:25:15 +0000 (23:25 +0900)
package/pkginfo.manifest
src/build_server/RemoteBuildServer.rb

index 00d9518115e864b2f8e7249a5f3c56e93d4a77c8..f3105029755d72708a8364c0432b54f82855a30d 100644 (file)
@@ -1,5 +1,5 @@
 Source : dibs
-Version :0.99.31
+Version :0.99.32
 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 c6e3003972ad55191621accc015be16aefd09d4f..c942ecc5816f36432f0f95c59700861142a62866 100644 (file)
@@ -94,7 +94,7 @@ class RemoteBuildServer
                                job_id = tok[1]
                                new_job = RemoteBuildJob.new(job_id,self)
                                case job_status
-                               when "WAITING" 
+                               when "WAITING", "JUST_CREATED", "INITIALIZING"
                                        @waiting_jobs.push new_job
                                when "WORKING" 
                                        @working_jobs.push new_job