Don't delete images dist while clean#962
Conversation
In case if someone is trying to use local EVE it could lead to repo deletion Signed-off-by: Pavel Abramov <[email protected]>
|
In that case we will not able to clean current context completely. |
|
This code has just completely removed my ~/projects, with all the projects inside (tens of them). I demand this code to be eliminated!!! (Well, if the code is fixed and no one can get the same, I'm also happy)) |
|
@giggsoff , when you want to run EVE locally and you point to an image (or a folder in our case, because I didn't remember) and then you do make clean it'll delete the directory, quite cruel behaviour. Maybe we can delete it only if path to EVE is not specified |
Current logic is to fill options by default, including EVE path. It is not easy to check if user override it manually. |
In case if someone is trying to use local EVE it could lead to repo deletion