mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
fix: use supported YouTube API for transcripts imports cherry-pick
This commit is contained in:
parent
9cd3d90e1c
commit
a373e24b2c
@ -0,0 +1,12 @@
|
|||||||
|
<!--
|
||||||
|
Create a changelog entry for every new user-facing change. Please respect the following instructions:
|
||||||
|
- Indicate breaking changes by prepending an explosion 💥 character.
|
||||||
|
- Prefix your changes with either [Bugfix], [Improvement], [Feature], [Security], [Deprecation].
|
||||||
|
- You may optionally append "(by @<author>)" at the end of the line, where "<author>" is either one (just one)
|
||||||
|
of your GitHub username, real name or affiliated organization. These affiliations will be displayed in
|
||||||
|
the release notes for every release.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- - 💥[Feature] Foobarize the blorginator. This breaks plugins by renaming the `FOO_DO` filter to `BAR_DO`. (by @regisb) -->
|
||||||
|
<!-- - [Improvement] This is a non-breaking change. Life is good. (by @billgates) -->
|
||||||
|
[Bugfix] Use supported YouTube API for transcripts imports (by @mariajgrimaldi)
|
@ -50,6 +50,10 @@ RUN git config --global user.email "tutor@overhang.io" \
|
|||||||
# Fix broken Circuit Schematic Builder problem template
|
# Fix broken Circuit Schematic Builder problem template
|
||||||
# https://github.com/openedx/edx-platform/pull/31365
|
# https://github.com/openedx/edx-platform/pull/31365
|
||||||
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/20b93b8b01276edadddfbbb67f15714fddd81c31.patch | git am
|
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/20b93b8b01276edadddfbbb67f15714fddd81c31.patch | git am
|
||||||
|
|
||||||
|
# Use supported YouTube API for transcripts imports
|
||||||
|
# https://github.com/openedx/edx-platform/pull/31862
|
||||||
|
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/210dd1d7c211e531b9bc4376d1692a0bb0e6b651.patch | git am
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{# Example: RUN curl -fsSL https://github.com/openedx/edx-platform/commit/<GITSHA1> | git am #}
|
{# Example: RUN curl -fsSL https://github.com/openedx/edx-platform/commit/<GITSHA1> | git am #}
|
||||||
|
Loading…
Reference in New Issue
Block a user