[Title] Fixed a bug that build server failed with undefined method
authordonghee yang <donghee.yang@samsung.com>
Mon, 29 Oct 2012 03:00:59 +0000 (12:00 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Mon, 29 Oct 2012 03:00:59 +0000 (12:00 +0900)
src/build_server/GitBuildJob.rb

index 8b97de497481d72495d0c2e8c8559857b4f36a67..5d33bafcfdd305cc1b7bad5bf206aa6c47a9dde8 100644 (file)
@@ -64,7 +64,6 @@ class GitBuildJob < BuildJob
                        @project.save_source_info( @pkginfo.get_version(), @git_commit)
                        @project.save_package_info_from_manifest( @pkginfo.get_version(),
                                "#{@source_path}/package/pkginfo.manifest", @os)
-                       @project.write_ext_info
 
                        # clean up
                        @server.cleaner.clean(@id)