... not just run archive directories. This is to resolve a race
condition between the job creating its archive directory and the worker
symlinking its log into that directory.
Signed-off-by: Zack Cerza <zack@redhat.com>
return
log.info('Creating archive dir %s', job_config['archive_path'])
- safepath.makedirs(archive_dir, safe_archive)
+ safepath.makedirs('/', job_config['archive_path'])
log.info('Running job %s', job_config['job_id'])
suite_path = job_config['suite_path']