6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-23 21:48:24 +00:00

feat: upgrade to redwood.3 (#1146)

This commit is contained in:
Syed Muhammad Dawoud Sheraz Ali 2024-10-24 15:13:50 +05:00 committed by GitHub
parent 2440970c58
commit 0dbb12c820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
- [Feature] Update Open edX version to redwood.3 (by @dawoudsheraz)

View File

@ -132,7 +132,7 @@ Open edX customisation
This defines the git repository from which you install Open edX platform code. If you run an Open edX fork with custom patches, set this to your own git repository. You may also override this configuration parameter at build time, by providing a ``--build-arg`` option.
- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/redwood.2"``, or ``master`` in :ref:`nightly <nightly>`)
- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/redwood.3"``, or ``master`` in :ref:`nightly <nightly>`)
This defines the default version that will be pulled from all Open edX git repositories.

View File

@ -61,7 +61,7 @@ OPENEDX_LMS_UWSGI_WORKERS: 2
OPENEDX_MYSQL_DATABASE: "openedx"
OPENEDX_MYSQL_USERNAME: "openedx"
# the common version will be automatically set to "master" in the nightly branch
OPENEDX_COMMON_VERSION: "open-release/redwood.2"
OPENEDX_COMMON_VERSION: "open-release/redwood.3"
OPENEDX_EXTRA_PIP_REQUIREMENTS: []
MYSQL_HOST: "mysql"
MYSQL_PORT: 3306