remove extra output info about build commands
authorZhang Qiang <qiang.z.zhang@intel.com>
Sun, 3 Jun 2012 01:48:27 +0000 (09:48 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Sun, 3 Jun 2012 01:48:27 +0000 (09:48 +0800)
gitbuildsys/cmd_build.py

index c09a9a5..7df819d 100644 (file)
@@ -156,8 +156,6 @@ def do(opts, args):
         cmd += ['--rsync-src=%s' % os.path.abspath(workdir)]
         cmd += ['--rsync-dest=/home/abuild/rpmbuild/BUILD/%s-%s' % (name, version)]
 
-    msger.info(' '.join(cmd))
-
     # runner.show() can't support interactive mode, so use subprocess insterad.
     try:
         rc = subprocess.call(cmd)