Add a new file for upload_service in common
authorZhuoX Li <zhuox.li@intel.com>
Thu, 3 Apr 2014 04:47:48 +0000 (12:47 +0800)
committerZhuoX Li <zhuox.li@intel.com>
Thu, 3 Apr 2014 04:47:48 +0000 (12:47 +0800)
commit7bb35cf7dd918cbcd7d6e9bf22a87ec04c6a26fc
tree084550a97184b373b4adc71cb32ba9ba834dbfd4
parent4e55dd0f598a9f8df1e4478333e4111c4f7cad2c
Add a new file for upload_service in common

The server include job_image.py doesn't have gitbuildsys module.
When executes job_image.py, the gitbuildsys module in common/utils.py
is imported and causes 'No module named gitbuildsys.errors'.
In common/utils.py, the only method of upload_service needs gitbuildsys,
so here should put the method in a new file.

Change-Id: Ib4df37a580c47c430caa39d09865cf877cdeedc6
common/upload_service.py [new file with mode: 0644]
common/utils.py
job_submit.py
job_submitobs.py
packaging/jenkins-scripts.spec