Project

Profile

Help

Task #1701

Updated by ipanova@redhat.com about 8 years ago

We can get rid of DownloaderConfig.finalize() because now the temp directory of tasks is used which is removed within the task completion. 

 https://github.com/pulp/nectar/blob/master/nectar/config.py#L186 


 We need to check that in every plugin 'working_dir' of tasks is used in the DownloaderConfig() 

 We also need to remove dead code from platform and plugins.

Back