You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/12/03 07:02:18 UTC

[buildstream] branch tristan/debug-cache-keys updated: BLA

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/debug-cache-keys
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/tristan/debug-cache-keys by this push:
     new 9e6fdb93c BLA
9e6fdb93c is described below

commit 9e6fdb93c5d2f84dbaf02fcac406c4572a41f357
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Sat Dec 3 16:02:03 2022 +0900

    BLA
---
 src/buildstream/buildelement.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/buildstream/buildelement.py b/src/buildstream/buildelement.py
index 40355f5cf..df3e60b0c 100644
--- a/src/buildstream/buildelement.py
+++ b/src/buildstream/buildelement.py
@@ -245,6 +245,8 @@ class BuildElement(Element):
         dictionary = {}
 
         for command_name, command_list in self.__commands.items():
+            import sys
+            sys.stderr.write("\n\nCOMMAND KEY: '{}'\nCOMMAND LIST: '{}'\n".format(command_name, command_list))
             dictionary[command_name] = command_list
 
         if self._command_subdir: