Fix upload of video transcripts to S3 (again)

This commit is contained in:
Régis Behmo 2020-12-15 12:53:23 +01:00
parent 4b3aa15e78
commit d45c354191
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Bugfix] Fix upload of video transcripts to S3 (again)
## v11.0.2 (2020-12-12)
- [Bugfix] Fix missing celery tasks from edx-platform (see [upstream PR](https://github.com/edx/edx-platform/pull/25840))

View File

@ -49,6 +49,10 @@ RUN curl https://github.com/overhangio/edx-platform/commit/fab755d80083575d3466b
# 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 -
# Fix video transcript upload to S3
# https://github.com/edx/edx-platform/pull/24800
RUN curl https://github.com/overhangio/edx-platform/commit/81b18b1b97ca89e2d941c9f7283e3f6e385c5f92.patch | git apply -
###### Download extra locales to /openedx/locale/contrib/locale