Conversation
we should use our fork of openedx translations. not bothering to parameterize this because ec2 is not long for this world. FIXES: AU-2734
There was a problem hiding this comment.
Pull request overview
This PR aims to configure the Atlas translation system to use a forked version of the openedx-translations repository for the edxapp production EC2 deployment. The change adds an environment variable to specify a custom repository and revision when pulling translations.
- Adds
ATLAS_OPTIONSenvironment variable export to configure translation source - Specifies repository and branch for Atlas translation pulls
- Hardcodes the configuration specifically for EC2 (acknowledged as temporary)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - name: "Pull translations using Atlas" | ||
| shell: | | ||
| source "{{ edxapp_venv_dir }}/bin/activate" | ||
| export ATLAS_OPTIONS="--repository=edx/openedx-translations --revision=main" |
There was a problem hiding this comment.
The PR description states the intention is to "use our fork of openedx translations," but the repository specified here is "edx/openedx-translations" which appears to be the upstream repository, not a fork. If the goal is to use a forked version, the repository should be changed to point to your organization's fork (e.g., "yourorg/openedx-translations"). Please verify this is the correct repository reference.
| export ATLAS_OPTIONS="--repository=edx/openedx-translations --revision=main" | |
| export ATLAS_OPTIONS="--repository=yourorg/openedx-translations --revision=main" |
we should use our fork of openedx translations for edxapp prod (ec2). not bothering to parameterize this because ec2 is not long for this world.
FIXES: AU-2734
Make sure that the following steps are done before merging: