build: ship legacy 0.81/0.9.0 recording players as an optional package#21
Draft
antobinary wants to merge 1 commit into
Draft
build: ship legacy 0.81/0.9.0 recording players as an optional package#21antobinary wants to merge 1 commit into
antobinary wants to merge 1 commit into
Conversation
The standalone 0.81 and 0.9.0 presentation playback players were bundled in
bbb-playback-presentation, so they landed on every server by default. Move
them into a new, optional bbb-playback-presentation-legacy package so operators
install them only when they need to play recordings from those eras.
- bbb-playback-presentation no longer stages playback/presentation/{0.81,0.9.0}
- new build/packages-template/bbb-playback-presentation-legacy/ ships those two
players and their nginx redirect; it declares
Replaces: bbb-playback-presentation (<< this version) so dpkg hands the files
over without a conflict, and its postinst explains how to recover if an
upgrade transition fails
- the legacy-only /playback/presentation/playback.html redirect moves out of
presentation.nginx into the new package's nginx
- register the package in package-names.inc.sh and add a GitLab CI build job;
it is intentionally left out of the bigbluebutton meta-package, so it is not
part of a default install
The 2.3 React player (bbb-playback) and recordings from BBB 2.0+ are unaffected.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
🚨 Automated tests failed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The standalone 0.81 and 0.9.0 presentation playback players were bundled in bbb-playback-presentation, so they landed on every server by default. Move them into a new, optional bbb-playback-presentation-legacy package so operators install them only when they need to play recordings from those eras.
The 2.3 React player (bbb-playback) and recordings from BBB 2.0+ are unaffected.
What does this PR do?
Closes Issue(s)
Closes #
Motivation
How to test
More