-
Notifications
You must be signed in to change notification settings - Fork 404
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
deb file has wrong ownership of files #1579
Comments
Add flag to dpkg-deb to make root the owner and group on installed files. Addresses surge-synthesizer#1579.
I added the |
Add flag to dpkg-deb to make root the owner and group on installed files. Addresses #1579.
So --root-owner-group doesn't exist on the deb in the azure pipeline. Back to drawing board. Probably need to investigate fake root (and apt-getting that in the pipeline). Reverted the change for now. |
The recent changes to the pipeline in surge-synthesizer/releases@d3e2a51 have this one resolved. |
Great! |
@bgins points out the deb file has some weird user id for the files it installs
According to https://askubuntu.com/questions/735883/what-user-file-owner-to-use-when-creating-debian-packages a reasonable answer is to modify installer_linux/make-deb.sh to add the option
--root-owner-group
to deb-dpkg at line 93.The text was updated successfully, but these errors were encountered: