Moved delete_package call after pushing accepted tag
authorEd Bartosh <eduard.bartosh@intel.com>
Wed, 2 Oct 2013 15:34:17 +0000 (18:34 +0300)
committerGerrit Code Review <gerrit2@otctools.jf.intel.com>
Wed, 9 Oct 2013 06:23:21 +0000 (23:23 -0700)
commitc022ddbdadf20bd98cb622896cf57ee3453f60e9
treeb8d756e0eb6649013a7dc5300065864b0aafcd3d
parent57d6ede4454de57442e2c832291f5d24fd98033b
Moved delete_package call after pushing accepted tag

request_accepted funcion deletes package from OBS before making and
pushing accepted tag. As OBS operations can cause unexpected errors
it's better to delete project after making a tag. Another point is
that making a tag is more important and anything, which can prevent
this operation should be done after it.

Change-Id: I1199738a88adca26f293909645cd736b71637cf3
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
job_request.py