This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch aevri/win32_minimal in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 7b5c8717d64b8daf6f128cd118abadff4392af6d Author: Angelos Evripiotis <[email protected]> AuthorDate: Wed Apr 17 16:33:44 2019 +0100 WIP: win32: don't set owner of files --- src/buildstream/element.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildstream/element.py b/src/buildstream/element.py index bbb0459..1df70bb 100644 --- a/src/buildstream/element.py +++ b/src/buildstream/element.py @@ -1525,7 +1525,7 @@ class Element(Plugin): # Ensure deterministic mtime of sources at build time vdirectory.set_deterministic_mtime() # Ensure deterministic owners of sources at build time - vdirectory.set_deterministic_user() + #vdirectory.set_deterministic_user() # _set_required(): #
