Verify that the SR was created on the correct branch 22/114622/4
authorYonghee Han <onstudy@samsung.com>
Tue, 14 Feb 2017 08:16:46 +0000 (17:16 +0900)
committerYonghee Han <onstudy@samsung.com>
Tue, 28 Feb 2017 00:04:02 +0000 (16:04 -0800)
commitea26e2f4e93f548e60fff72ba4048076e2d9e1f6
treecc74bb34bdc1868736fa06411efdc25feb29a793
parentd919a4803c4bea870fd4f34f7cabe337edf6c3a3
Verify that the SR was created on the correct branch
ex) Good SR
   $ git checkout tizen_3.0
   $ gbs submit -m 'Good SR'
 Bad SR
 $ git checkout tizen
 $ gbs submit --tag submit/tizen_3.0/{date}.{time} -m 'Bad SR'

Change-Id: I1560a18d7466d047fb1c4f25afd1563b2f1b8fbe
common/buildservice.py
common/gerrit.py
common/git.py
common/mapping.py
job_submit.py