Fix the issue of parse commit a tag point to test-tzs-appliance
authorLin Yang <lin.a.yang@intel.com>
Tue, 24 Sep 2013 08:08:48 +0000 (16:08 +0800)
committerLin Yang <lin.a.yang@intel.com>
Tue, 24 Sep 2013 08:08:48 +0000 (16:08 +0800)
commit93fd2dfdfeaeee6cf13b00cba09ac4f47ba660a5
tree4c07d0d4b91f5b32ecd6c03aaa663bd759ef0d83
parent3c55f8fc9af2a4072a55660de7f1ebdeb911683f
Fix the issue of parse commit a tag point to

When use 'git rev-parse' to parse the commit a tag point to, it should add
^{commit} after tag name, otherwise git will return the tag SHA1.

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