6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 14:17:46 +00:00

Fix missing celery tasks in edx-platform

See: https://github.com/edx/edx-platform/pull/25840
This commit is contained in:
Régis Behmo 2020-12-12 11:48:39 +01:00
parent 88814c5457
commit 4d9b85a849
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Bugfix] Fix missing celery tasks from edx-platform (see [upstream PR](https://github.com/edx/edx-platform/pull/25840))
## v11.0.1 (2020-12-10)
- [Security] Apply security patch [25834](https://github.com/edx/edx-platform/pull/25834)

View File

@ -46,6 +46,9 @@ RUN curl https://github.com/overhangio/edx-platform/commit/63e8fcb403f18ff24ef9e
RUN curl https://github.com/overhangio/edx-platform/commit/bc0ab09f9945bd14aa6be1dbbf928cce58f079d2.patch | git apply -
# Apply security fixes
RUN curl https://github.com/overhangio/edx-platform/commit/fab755d80083575d3466b990cfcef3b9fd97e755.patch | git apply -
# Fix lost celery tasks
# https://github.com/edx/edx-platform/pull/25840
RUN curl https://github.com/overhangio/edx-platform/commit/928fe14a5656303b538281edce897faf082b549c.patch | git apply -
###### Download extra locales to /openedx/locale/contrib/locale