Comment 1 for bug 444247

Revision history for this message
schettino72 (schettino72) wrote :

After I finish my implementation. I realized that i actually implemented "clean-dep" parameter to "follow" dependencies in the opposite direction as described by javier...
if T1 is cleaned and T1 depends on T2, T2 will be cleaned before cleaning T1. Well my use case was more like this than the opposite.