From: jonghwan2.park Date: Wed, 5 Feb 2014 08:51:39 +0000 (+0900) Subject: DIBS: Fixed package server sync bug( remove package ) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb9bd91f10b99f5d6b9e7c5c174305830403969f;p=sdk%2Ftools%2Fsdk-build.git DIBS: Fixed package server sync bug( remove package ) Change-Id: I1b48cad142653f664e347b83e6c4faef8fe06de7 Signed-off-by: jonghwan2.park --- diff --git a/src/pkg_server/distribution.rb b/src/pkg_server/distribution.rb index b39957b..523a517 100644 --- a/src/pkg_server/distribution.rb +++ b/src/pkg_server/distribution.rb @@ -308,9 +308,9 @@ class Distribution when "REMOVE" if not force then if @pkg_hash_os[os][pkg.package_name].origin.eql? "local" then + next else @log.info( "remove package [#{pkg.package_name}] in #{pkg.os}", Log::LV_USER) - next end end