After creating #2999 I started to think about how we can create a file that will allow us to replay module creation with a new MNS. What I was wondering is if there is a way in python to trace what self properties are being accessed by a method?
We could then sanitize that list and that should be enough to replay the module creation. We can enforce using the same easyblock (tree) as the original installation since this is now stored in the reprod dir.
After creating #2999 I started to think about how we can create a file that will allow us to replay module creation with a new MNS. What I was wondering is if there is a way in python to trace what
selfproperties are being accessed by a method?We could then sanitize that list and that should be enough to replay the module creation. We can enforce using the same easyblock (tree) as the original installation since this is now stored in the
reproddir.