-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support changing uid/gid from the vinyl object to the file on disk #157
Comments
@erikkemperman @piranna would either of you have time to look into this? |
Probably not much, swamped at work. For what it's worth, I expect this to be pretty easy to implement but annoying to test (cough-windows-cough). |
Sweet! |
@phated closed this in 9fd1689 on Jul 6, 2016 Looks like this was fixed. However, I still see a chown fail sindresorhus/gulp-chown#5 (comment) using gulp-chown. That was originally pointed at vinyl-fs as the culprit, but I've installed vinyl-fs#master, and still see the problem. Just checking in to see which thread to pull on -- gulp-chown, gulp-dest, or still vinyl-fs .., ? |
We now allow
mtime
,atime
andmode
to be set on the actual file if they exist on the vinyl object. We should also supportuid
andgid
through use offs.fchown
.Ref #151 (comment)
The text was updated successfully, but these errors were encountered: