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:
7a37268
)
fix gbs build twice issue
author
Zhang Qiang
<qiang.z.zhang@intel.com>
Fri, 20 Jul 2012 21:45:11 +0000
(
05:45
+0800)
committer
Zhang Qiang
<qiang.z.zhang@intel.com>
Fri, 20 Jul 2012 21:45:11 +0000
(
05:45
+0800)
gitbuildsys/cmd_build.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/cmd_build.py
b/gitbuildsys/cmd_build.py
index 9f40c0a564dd86b91b43d6972fb78a804f3631e2..35b7d75562f59f3928a5250ab832af3f65321e99 100644
(file)
--- a/
gitbuildsys/cmd_build.py
+++ b/
gitbuildsys/cmd_build.py
@@
-446,7
+446,6
@@
def do(opts, args):
cmd = ['sudo'] + proxies + ['GBS_BUILD_REPOAUTH=%s' % \
repo_auth_conf ] + cmd
- cmd += [os.path.join(export_dir, os.path.basename(specfile))]
# runner.show() can't support interactive mode, so use subprocess insterad.
msger.debug("running command %s" % cmd)
try: