Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

django-require miss URL #1013

Closed
rsuigh opened this issue Mar 8, 2024 · 3 comments
Closed

django-require miss URL #1013

rsuigh opened this issue Mar 8, 2024 · 3 comments

Comments

@rsuigh
Copy link

rsuigh commented Mar 8, 2024

Bug description
the repository https://github.com/edx/django-require.git changed to https://github.com/openedx/django-require, then tutor image build openedx are broken

How to reproduce
Just run tutor image build openedx

Environment
im using ubuntu bullseye/sid and tutor v13.3.2

@DawoudSheraz
Copy link
Contributor

@rsuigh Hi, can you add more context on build failure, like what step does it fail on? Also, is it failing on the latest version of tutor? If not, this might not be worked on as the old versions of tutor are not actively supported.

@rsuigh
Copy link
Author

rsuigh commented Mar 19, 2024

Hi, i figure it out.
just added this snipet in a plugin:

name: django-require-edx-org-fix
version: 0.2.0
patches:
  openedx-dockerfile-minimal: |
    #----------------------------------------------------DJANGO-REQUIRE-EDX-ORG-FIX----------------------------------------------------#
    RUN git config --global url."https://github.com/openedx/django-require.git".insteadOf "https://github.com/edx/django-require.git"
    #--------------------------------------------------END DJANGO-REQUIRE-EDX-ORG-FIX--------------------------------------------------#

thanks!

@DawoudSheraz DawoudSheraz closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2024
@regisb
Copy link
Contributor

regisb commented Mar 26, 2024

FYI this issue was triggered by this change documented here: https://discuss.openedx.org/t/please-update-your-git-urls-for-edx-platform-and-several-other-repos/12387

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Won't fix
Development

No branches or pull requests

3 participants