remove extra output info about build commands
authorZhang Qiang <qiang.z.zhang@intel.com>
Tue, 5 Jun 2012 05:38:16 +0000 (13:38 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Tue, 5 Jun 2012 06:04:46 +0000 (14:04 +0800)
gitbuildsys/cmd_build.py

index 5b66a56..f889d7b 100644 (file)
@@ -249,8 +249,6 @@ def do(opts, args):
         cmd += ['--rsync-dest=/home/abuild/rpmbuild/BUILD/%s-%s' % \
                 (spec.name, spec.version)]
 
-    msger.info(' '.join(cmd))
-
     # runner.show() can't support interactive mode, so use subprocess insterad.
     msger.debug("running command %s" % cmd)
     try: