summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-05-05 21:22:57 +0000
committerClark Laughlin <clark.laughlin@linaro.org>2015-05-05 21:22:57 +0000
commit1bce9c87e2f6f269f64a6c3435f6a704d7c64047 (patch)
tree445d7cfaaabe7549f69041588dddad2dfd40493c
parente5e851f28128f39804f201b65deaa13cdc723a9c (diff)
additional debugging
-rw-r--r--lava-pull/lava-pull.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lava-pull/lava-pull.py b/lava-pull/lava-pull.py
index 7f17448..04a8dbe 100644
--- a/lava-pull/lava-pull.py
+++ b/lava-pull/lava-pull.py
@@ -212,6 +212,7 @@ def process_bundle(sha1, job_id, uploaded_on, data):
create_index(logs_root_path, bundle_id, uploaded_on, attributes)
# touch the directory with the original creation date
+ print "setting date on [%s]" % logs_root_path
print subprocess.check_output(["touch", "--date=%s" % uploaded_on, logs_root_path])