You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i can't seem to find doc (not from fpm or fpm-cookery) how to package files with different owner or permission.
currently seems when building rpm files get owned by root and permissions stay what they were on checkout from vcs, meaning it's rather dependant on umask as well:
# ls -l tmp-build/1.2-1
-rw-rw---- 1 vagrant vagrant 4,9K aug 5 16:27 AbstractAutoload.php
# rpm -qplv pkg/php-ClassLoader-1.2-1.noarch.rpm
-rw-rw---- 1 root root 4957 aug 25 12:27 /usr/share/php/AbstractAutoload.php
i would need to package some dirs of files like (rpm .spec syntax):
i can't seem to find doc (not from fpm or fpm-cookery) how to package files with different owner or permission.
currently seems when building rpm files get owned by root and permissions stay what they were on checkout from vcs, meaning it's rather dependant on umask as well:
i would need to package some dirs of files like (rpm .spec syntax):
The text was updated successfully, but these errors were encountered: