bigbluebutton / bigbluebutton

Complete open source web conferencing system.
https://bigbluebutton.org
GNU Lesser General Public License v3.0
8.4k stars 5.92k forks source link

Build: Figure out zzz-bbb-docker-libreoffice #14396

Open antobinary opened 2 years ago

antobinary commented 2 years ago

I am not sure why this file is handled differently in packaging. Instead of being copied over, we create it on the spot via piping. Which means we have to keep an extra copy (see https://github.com/bigbluebutton/bigbluebutton/pull/14368#discussion_r807190376 )

Apply (see https://github.com/bigbluebutton/bigbluebutton/pull/13183 )

cp assets/zzz-bbb-docker-libreoffice /etc/sudoers.d/zzz-bbb-docker-libreoffice
chmod 0440 /etc/sudoers.d/zzz-bbb-docker-libreoffice
chown root:root /etc/sudoers.d/zzz-bbb-docker-libreoffice

Remove https://github.com/bigbluebutton/bigbluebutton/blob/v2.5.x-release/build/packages-template/bbb-libreoffice-docker/after-install.sh#L28-L33

stale[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.