Navigation Menu

Skip to content

Commit

Permalink
Improved debugging for RPM build step
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
  • Loading branch information
stevekuznetsov committed Jan 25, 2017
1 parent 459b377 commit 66a0a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tito/builder/main.py
Expand Up @@ -248,7 +248,7 @@ def rpm(self):
'--define "_binary_filedigest_algorithm md5" %s %s %s %s '
'-ba %s' % (rpmbuild_options,
self._get_rpmbuild_dir_options(), define_dist, self._get_clean_option(), self.spec_file))
debug(cmd)
debug("Building RPMs with: \n%s".format(cmd))
try:
output = run_command_print(cmd)
except (KeyboardInterrupt, SystemExit):
Expand Down

0 comments on commit 66a0a9e

Please sign in to comment.