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:
ea94602
)
Set default value for distconf to fix backtrace issue
author
Zhang Qiang
<qiang.z.zhang@intel.com>
Sun, 3 Jun 2012 01:54:21 +0000
(09:54 +0800)
committer
Zhang Qiang
<qiang.z.zhang@intel.com>
Sun, 3 Jun 2012 01:54:21 +0000
(09:54 +0800)
gitbuildsys/conf.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/conf.py
b/gitbuildsys/conf.py
index 9a77a5375e31e5a2826503394c0d0ba57f7c3d27..3ec3415501c00519469fc1fc3079af6f38694d5b 100644
(file)
--- a/
gitbuildsys/conf.py
+++ b/
gitbuildsys/conf.py
@@
-228,7
+228,7
@@
class ConfigMgr(object):
'build_cmd': '/usr/bin/build',
'build_root': '/var/tmp/build-root-gbs',
'su-wrapper': 'sudo',
- 'distconf':
None
,
+ 'distconf':
'/usr/share/gbs/tizen-1.0.conf'
,
},
'import': {
'commit_name': None,