Make build_project_id even for srcsrv_update_project 78/114278/3
authorJunghyun Kim <jh0822.kim@samsung.com>
Mon, 13 Feb 2017 00:44:13 +0000 (09:44 +0900)
committerJunghyun Kim <jh0822.kim@samsung.com>
Fri, 17 Feb 2017 01:59:33 +0000 (10:59 +0900)
commit8c3769761e5fbe8706dc96c65f08f801f63fae3b
treec3e9f7b9d6ea24e9283e3038e60a573324d02449
parentf0781f6b570e87b67acbba8e04c7a9bc838e7d94
Make build_project_id even for srcsrv_update_project

PROBLEM:
- We found the case that 'SRCSRV_CREATE_PROJECT' event is missed
- In that case, we cannot make build_project_id for the current
  implementation

SOLUTION:
- make build_project_id if insert_project_id happens for both
  'SRCSRV_CREATE_PROJECT' and 'SRCSRV_UPDATE_PROJECT'

Change-Id: Ie69ae5e338d2890140deea539b3e6b9d55e0e36e
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
BuildMonitorDB.pm