Implemented submitting to OBS without creating local copy.
authorEd Bartosh <eduard.bartosh@intel.com>
Wed, 18 Jul 2012 07:07:20 +0000 (10:07 +0300)
committerEd Bartosh <eduard.bartosh@intel.com>
Thu, 2 Aug 2012 08:11:57 +0000 (11:11 +0300)
commit6808c6d74363b1a7645e2a4fe331a365cd6210c7
tree76db4b576cd81d949895de160457e7f7890ae4fa
parent57145bc1db0ff14e3e54d8a7daa15ae50711c2d3
Implemented submitting to OBS without creating local copy.

This change implements major redesign of the way gbs works
with OBS. Currently it creates working copy, which requires
a lot of code to support it. This change proposes much more
simple way - without creating local copy. It drastically
simplifies the code (+324, -1470) and illiminates buildservice
and obspkg modules. Fixes #137 and #138

Change-Id: I2fe944246da89b2919b6148abe9713d69558f1e1
gitbuildsys/buildservice.py [deleted file]
gitbuildsys/cmd_remotebuild.py
gitbuildsys/obspkg.py [deleted file]
gitbuildsys/oscapi.py [new file with mode: 0644]
gitbuildsys/utils.py