summaryrefslogtreecommitdiff
path: root/builder_logic.py
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-16 12:23:04 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-16 12:23:04 +0100
commit76d03329ea2cb9750df95a527552ddf61054c91d (patch)
treeadf1adf4215a6ea8620ec06fcc031ffa292a05f5 /builder_logic.py
parent62450e47164c3adf908934c7d9a4bf4dd17f72d7 (diff)
downloadbuildslave-scripts-76d03329ea2cb9750df95a527552ddf61054c91d.tar.gz
Add debug
Diffstat (limited to 'builder_logic.py')
-rw-r--r--builder_logic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder_logic.py b/builder_logic.py
index 67261c0..bec7dc9 100644
--- a/builder_logic.py
+++ b/builder_logic.py
@@ -89,6 +89,7 @@ def get_buildslave_scripts_sha():
_cmd = ['git', 'log', REF, '--format=format:%H', '-1']
_proc = subprocess.Popen(_cmd, stdout=subprocess.PIPE)
_out, _err = _proc.communicate()
+ print _out
return _out.split()[0]
def get_definitions_sha():