diff --git a/changelog.d/20250822_164455_ahmed.khalid_teak_2.md b/changelog.d/20250822_164455_ahmed.khalid_teak_2.md new file mode 100644 index 0000000000..a25d53607a --- /dev/null +++ b/changelog.d/20250822_164455_ahmed.khalid_teak_2.md @@ -0,0 +1 @@ +- [Feature] Update OPENEDX_COMMON_VERSION to teak.2 tag (by @ahmed-arb) diff --git a/docs/configuration.rst b/docs/configuration.rst index d276304a1e..0d4d9ac296 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -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: ``"release/teak.1"``, or ``master`` in :ref:`Tutor Main
`) +- ``OPENEDX_COMMON_VERSION`` (default: ``"release/teak.2"``, or ``master`` in :ref:`Tutor Main
`) This defines the default version that will be pulled from all Open edX git repositories. diff --git a/tutor/templates/config/defaults.yml b/tutor/templates/config/defaults.yml index 507a3db570..6ad300e717 100644 --- a/tutor/templates/config/defaults.yml +++ b/tutor/templates/config/defaults.yml @@ -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 main branch -OPENEDX_COMMON_VERSION: "release/teak.1" +OPENEDX_COMMON_VERSION: "release/teak.2" OPENEDX_EXTRA_PIP_REQUIREMENTS: [] MYSQL_HOST: "mysql" MYSQL_PORT: 3306