Modify the data structure for new description info.
authorZhuoX Li <zhuox.li@intel.com>
Fri, 11 Jul 2014 01:58:47 +0000 (09:58 +0800)
committerLin Yang <lin.a.yang@intel.com>
Tue, 15 Jul 2014 07:20:13 +0000 (15:20 +0800)
commit7af95bdc41d16e291da70007128bcbd313c9f057
tree2f363b642f1162b36ad35ee1c9755ca574a92e55
parent530770f6f4ac924e816ba9fe2029175e29487a31
Modify the data structure for new description info.

When accept group submission, repa will only list the first one
on project name list in the previous. So jenkins can't get
complete project name list to update accepted branch on them.
Now the latest released repa will list the all projects name.
To be compatible the old and the new, so should modify it.
As below, the old formate and the new:
{"description": "project: platform/upstream/e2fsprogs"} -->
{"description": "project: [platform/upstream/e2fsprogs,
                           profile/ivi/meta-ivi]"}

Fixes: #2025

Change-Id: I9392d485484383233d43c78faf278c126f26de0f
job_request.py
requests/mailer.py