[gnome-ostree] ostbuild: Add log message containing component JSON



commit 5a7d5004d104befe906247b90529a644ef0dd556
Author: Colin Walters <walters verbum org>
Date:   Thu Jun 21 23:17:18 2012 -0400

    ostbuild: Add log message containing component JSON

 .../pyostbuild/builtin_chroot_compile_one.py       |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ostbuild/pyostbuild/builtin_chroot_compile_one.py b/src/ostbuild/pyostbuild/builtin_chroot_compile_one.py
index 1ed8fdb..083a0a0 100755
--- a/src/ostbuild/pyostbuild/builtin_chroot_compile_one.py
+++ b/src/ostbuild/pyostbuild/builtin_chroot_compile_one.py
@@ -172,6 +172,8 @@ class OstbuildChrootCompileOne(builtins.Builtin):
 
         component = self.get_expanded_component(component_name)
 
+        log("Building component: %r" % (component, ))
+
         workdir = self.workdir
             
         log("Using working directory: %s" % (workdir, ))



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