AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
938 stars 332 forks source link

rez-diff broken #1022

Open bfloch opened 3 years ago

bfloch commented 3 years ago

Compare: https://github.com/nerdvegas/rez/blob/7f760bf849ac096dc2b498705080c8b6668765d8/src/rezplugins/release_vcs/git.py#L230

This should probably come from rez.utils.filesystem

I've hit this during rez-diff on windows.

bfloch commented 3 years ago

It seems there is more wrong here. git does not exist and as class method it can't access self.git. Probably a bit more work here.

bfloch commented 3 years ago

Verified same problem on linux