Jitsi Meet ========== * Have docker installed * Run ``make d-pack`` as root * Inspect the generated node_deps.tar.xz for file ``BRANCH`` using ``tar --use=pixz -xf node_deps.tar.xz BRANCH``. It contains something like ``stable/jitsi-meet_10314``. * Bump the ``Source:`` line in ``jitsi-meet.spec`` file accordingly to match the version number from BRANCH. * Run ``osc service lr download_files`` to obtain the new source .tar.gz. * Run ``make info``. This gives the string to use for the ``Version:`` line in ``jitsi-meet.spec``. Local build: * osc does not inspect the constraints file, you need to manually look at the ``_constraints`` file for the desired memory. * Start build: ``osc build --vm-type=kvm --vm-memory=8192``.
Description
Languages
Shell
75.6%
Dockerfile
13.3%
Makefile
11.1%