mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
Merge pull request #284 from stevekuznetsov/skuznets/formatting
Format package list more cleanly
This commit is contained in:
commit
6566ec5646
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ class BuilderBase(object):
|
|||
self.artifacts.extend(files_written)
|
||||
|
||||
print
|
||||
info_out("Successfully built: %s" % ' '.join(files_written))
|
||||
info_out("Successfully built: %s" % '\n\t- '.join(files_written))
|
||||
|
||||
def _scl_to_rpmbuild_option(self):
|
||||
""" Returns rpmbuild option which disable or enable SC and print warning if needed """
|
||||
|
|
Loading…
Add table
Reference in a new issue