This is an automated email from the ASF dual-hosted git repository. not-in-ldap pushed a commit to branch aevri/win32_minimal_seemstowork_20190829 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit a8833a41dadd2e279e06937694ae88c9872fa0fc 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 7c70cfe..01af123 100644 --- a/src/buildstream/element.py +++ b/src/buildstream/element.py @@ -1493,7 +1493,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(): #
