Skip to content

Commit 057aead

Browse files
authored
feat: update openedx version to teak.3 tag (#1308)
1 parent 7868afa commit 057aead

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [Feature] Update OPENEDX_COMMON_VERSION to teak.3 tag (by @ahmed-arb)

docs/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Open edX customisation
132132

133133
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.
134134

135-
- ``OPENEDX_COMMON_VERSION`` (default: ``"release/teak.2"``, or ``master`` in :ref:`Tutor Main <main>`)
135+
- ``OPENEDX_COMMON_VERSION`` (default: ``"release/teak.3"``, or ``master`` in :ref:`Tutor Main <main>`)
136136

137137
This defines the default version that will be pulled from all Open edX git repositories.
138138

tutor/templates/config/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ OPENEDX_LMS_UWSGI_WORKERS: 2
6161
OPENEDX_MYSQL_DATABASE: "openedx"
6262
OPENEDX_MYSQL_USERNAME: "openedx"
6363
# the common version will be automatically set to "master" in the main branch
64-
OPENEDX_COMMON_VERSION: "release/teak.2"
64+
OPENEDX_COMMON_VERSION: "release/teak.3"
6565
OPENEDX_EXTRA_PIP_REQUIREMENTS: []
6666
MYSQL_HOST: "mysql"
6767
MYSQL_PORT: 3306

0 commit comments

Comments
 (0)