[gnome-ostree] build: Aesthetic tweak to log messages



commit 4a66dc932e7cfc8148da1a6edf6e372ddd038aa2
Author: Colin Walters <walters verbum org>
Date:   Sat Sep 8 10:56:45 2012 -0400

    build: Aesthetic tweak to log messages

 src/ostbuild/pyostbuild/builtin_build.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ostbuild/pyostbuild/builtin_build.py b/src/ostbuild/pyostbuild/builtin_build.py
index 78c9d3e..cef50dd 100755
--- a/src/ostbuild/pyostbuild/builtin_build.py
+++ b/src/ostbuild/pyostbuild/builtin_build.py
@@ -462,7 +462,6 @@ class OstbuildBuild(builtins.Builtin):
                 contents = []
                 for component in target_components:
                     if component.get('bootstrap'):
-                        log("Skipping bootstrap component %r" % (component['name'], ))
                         continue
                     builds_for_component = component_to_arches[component['name']]
                     if architecture not in builds_for_component:
@@ -477,6 +476,7 @@ class OstbuildBuild(builtins.Builtin):
                 target['contents'] = contents
 
         for target in targets_list:
+            log("Composing %r from %d components" % (target['name'], len(target['contents'])))
             self._compose_one_target(target, component_build_revs)
 
         self._write_status({'status': 'complete'})



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]