Skip to content

Commit bda9696

Browse files
committed
feat: upgrade to sumac.3
1 parent d00d72b commit bda9696

File tree

3 files changed

+3
-2
lines changed

3 files changed

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

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: ``"open-release/sumac.2"``, or ``master`` in :ref:`Tutor Main <main>`)
135+
- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/sumac.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: "open-release/sumac.2"
64+
OPENEDX_COMMON_VERSION: "open-release/sumac.3"
6565
OPENEDX_EXTRA_PIP_REQUIREMENTS: []
6666
MYSQL_HOST: "mysql"
6767
MYSQL_PORT: 3306

0 commit comments

Comments
 (0)