Fix delete obs package failure in linked project
authorLin Yang <lin.a.yang@intel.com>
Fri, 8 Nov 2013 06:33:02 +0000 (14:33 +0800)
committerGerrit Code Review <gerrit2@otctools.fi.intel.com>
Fri, 8 Nov 2013 09:28:37 +0000 (11:28 +0200)
commit0fdcb4e061ee902ed85d36ccc1e893e27ff748e0
tree409615d343fd33c8f08ccd0b54df1cba63775beb
parent4b5830af45425ac581044a829688bd8bcbe17172
Fix delete obs package failure in linked project

Before delete obs package, we should make sure this package still exist in obs.
Origin function bs.exists() will return true if this package don't exist in this
project, but in another linked project. So move to get_package_real_project_name
to check it.

Fixes: #1428

Change-Id: I969aac13df6df532694ef7ed3a30adfc8e7ec5c1
Signed-off-by: Lin Yang <lin.a.yang@intel.com>
job_request.py