Project

General

Profile

action #134390

Updated by livdywan 9 months ago

## Motivation 
 When ~~locally~~ working on a wheel the folder structure is very important. In practice when the import of a function from a module contained in a wheel doesn't work one will end up with verbose Perl errors without knowing exactly where os-autoinst **was** trying to import from. 

 ## Acceptance Criteria 
 * **AC1:** It is possible to specify a local wheels directory for development purposes. 
 * **AC2:** Used wheel paths are logged in a way that is useful for debugging. 

 **AC1**:  

 ## Suggestions 
 * Support arbitrary paths in wheels.yaml (maybe not the best idea but checking whether a local path was specified before cloning from Git would not hurt) 
 * Allow users to specify the local toplevel wheel path used for all wheels (instead of the pool dir) 
 * Check whether the `WHEELS_DIR` variable can be used

Back