diff options
-rwxr-xr-x | bin/reproducible_scheduler.py | 1 |
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): |