Fix the bug about accepting muliple packages.
authorZhuoX Li <zhuox.li@intel.com>
Sun, 4 Jan 2015 07:30:11 +0000 (15:30 +0800)
committerXu Chang <changx.xu@intel.com>
Mon, 19 Jan 2015 06:44:26 +0000 (14:44 +0800)
commit127285c117607b4fffdb14ad0ac912066956f134
treeb71e2815ea86a9feb40d89126ffd8d1d43f5c58c
parent58b4c87c227729134d69b41182ebe02bfedda789
Fix the bug about accepting muliple packages.

When accept/reject group submission, jenkins will accepts/rejects
muliple packages. There are the different sourcepackages and targetpackages.
we shouldn't use the same sourcepackage and targetpackage to work,
when accept/reject. So add them into the matched project.

Change-Id: Ie2e17897a3548f750e12dd79fb8f75e11138c3bd
common/buildservice.py
job_request.py