projects
/
tools
/
gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86f7336
)
Change tab to spaces
author
Huang Hao
<hao.h.huang@intel.com>
Thu, 6 Sep 2012 07:47:42 +0000
(15:47 +0800)
committer
Huang Hao
<hao.h.huang@intel.com>
Thu, 6 Sep 2012 07:47:42 +0000
(15:47 +0800)
Change-Id: I1b939a7f2cfe1644eaa6df8b7cba860b075f154e
gitbuildsys/cmd_remotebuild.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/cmd_remotebuild.py
b/gitbuildsys/cmd_remotebuild.py
index
1cf58b1
..
e733684
100644
(file)
--- a/
gitbuildsys/cmd_remotebuild.py
+++ b/
gitbuildsys/cmd_remotebuild.py
@@
-102,13
+102,13
@@
def do(opts, args):
package = spec.name
if opts.base_obsprj is None:
- base_prj = configmgr.get('base_prj', 'remotebuild')
+
base_prj = configmgr.get('base_prj', 'remotebuild')
else:
base_prj = opts.base_obsprj
if opts.target_obsprj is None:
target_prj = configmgr.get('target_prj', 'remotebuild') or \
-
"home:%s:gbs:%s" % (USER, base_prj)
+ "home:%s:gbs:%s" % (USER, base_prj)
else:
target_prj = opts.target_obsprj