Always create the directory for downloading tag's rpms
AbandonedPublic

Authored by jskladan on Feb 27 2015, 9:15 AM.

Details

Summary
In T351#4854, @kparal wrote:

@jskladan, D267 doesn't seem to have fixed it:
http://taskotron-dev.fedoraproject.org/taskmaster/builders/x86_64/builds/73376/steps/runtask/logs/stdio

libtaskotron 0.3.11 should contain the fix. Can you look at it? Thanks.

I was unable to reproduce, but this patch ensures that the directory is created.
file_utils.makedirs() will not fail if the provided path is an already existing directory.

Test Plan

ran locally, unitests pass

Diff Detail

Repository
rLTRN libtaskotron
Branch
feature/t351
Lint
Lint OK
Unit
No Unit Test Coverage
jskladan retitled this revision from to Always create the directory for downloading tag's rpms.Feb 27 2015, 9:15 AM
jskladan updated this object.
jskladan edited the test plan for this revision. (Show Details)
jskladan added reviewers: kparal, tflink, mkrizek.
jskladan added a subscriber: kparal.

I really want to know why it fails. I'll investigate.

kparal requested changes to this revision.Feb 27 2015, 4:22 PM

I've found the root issue, please see T351.

This revision now requires changes to proceed.Feb 27 2015, 4:22 PM
jskladan abandoned this revision.Feb 27 2015, 4:57 PM

@kparal will provide a better patch see T351