summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-10-10 19:54:33 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-10 19:54:33 +0200
commit2aa5bf7e81c3fb98d54c43e7de0a1cd90edff8a4 (patch)
tree6ea86aad7c7712208a85817b5171a5d209be3a3c
parent6ef325e640de1acafbf3b0ff5a6b3c155039fd22 (diff)
downloadjenkins.debian.net-2aa5bf7e81c3fb98d54c43e7de0a1cd90edff8a4.tar.xz
reproducible Debian: add another timestamp to debug bottleneck
-rwxr-xr-xbin/reproducible_scheduler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index cbe24620..5cfee548 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -216,6 +216,7 @@ def update_sources(suite):
for arch in ARCHS:
log.info('Updating sources db for %s/%s...', suite, arch)
update_sources_db(suite, arch, sources)
+ log.info('DB update done for %s/%s done at %s.', suite, arch, datetime.now())
def update_sources_db(suite, arch, sources):