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:
a864a2a
)
update error message
author
Zhang Qiang
<qiang.z.zhang@intel.com>
Fri, 29 Nov 2013 03:41:37 +0000
(11:41 +0800)
committer
Zhang Qiang
<qiang.z.zhang@intel.com>
Fri, 29 Nov 2013 03:41:37 +0000
(11:41 +0800)
Change-Id: Ia3b25e76523e68dd67a760f74f7f6805d7fb4f5d
gitbuildsys/cmd_build.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/cmd_build.py
b/gitbuildsys/cmd_build.py
index 878c58a4a04a0c1be0e0236d6917e35989d0c81b..969f3aa38e931257f3d838500703a6fb433ee321 100644
(file)
--- a/
gitbuildsys/cmd_build.py
+++ b/
gitbuildsys/cmd_build.py
@@
-332,6
+332,6
@@
def main(args):
log.debug("running command: %s" % ' '.join(cmd))
retcode = os.system(' '.join(cmd))
if retcode != 0:
- raise GbsError('
rpmbuild fails
')
+ raise GbsError('
some packages failed to be built
')
else:
log.info('Done')