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

Fix links to repos moved from edx org #558

Closed
3 tasks done
timmc-edx opened this issue Feb 26, 2024 · 1 comment
Closed
3 tasks done

Fix links to repos moved from edx org #558

timmc-edx opened this issue Feb 26, 2024 · 1 comment
Assignees

Comments

@timmc-edx
Copy link
Member

timmc-edx commented Feb 26, 2024

A/C:

  • High-urgency references updated in edx and openedx repos, and 2U deployments unblocked
  • Remaining references updated or maintainers notified
  • Communication about possible effects on named releases

Context: https://discuss.openedx.org/t/please-update-your-git-urls-for-edx-platform-and-several-other-repos/12387

GitHub search for all URLs that should be updated: (org:openedx OR org:edx) NOT is:archived /(?i)github\.com[^A-Za-z]+edx\/(edx-platform|cs_comments_service|XBlock|xblock-sdk|devstack|django-require)\b/ (based on repos of same name in both orgs)

Snippet for fixing these URLs in a repo:

git ls-tree HEAD -r --full-tree | grep '^10' | cut -d$'\t' -f2 | while IFS= read -r 'path'; do sed -i 's%\(github\.com[^A-Za-z]\+\)ed[xX]/\(ed[xX]-platform\|cs_comments_service\|XBlock\|xblock-sdk\|devstack\|django-require\)%\1openedx/\2%g' -- "$path"; done

@timmc-edx timmc-edx converted this from a draft issue Feb 26, 2024
timmc-edx added a commit to edx/docs.edx.org that referenced this issue Feb 26, 2024
timmc-edx added a commit to edx/docs.edx.org that referenced this issue Feb 26, 2024
See edx/edx-arch-experiments#558

Plus some small link/syntax fixes for the README.
timmc-edx added a commit to edx/docs.edx.org that referenced this issue Feb 26, 2024
See edx/edx-arch-experiments#558

Plus some small link/syntax fixes for the README.
timmc-edx added a commit to edx/docs.edx.org that referenced this issue Feb 26, 2024
See edx/edx-arch-experiments#558

Plus some small link/syntax fixes for the README.
timmc-edx added a commit to edx/docs.edx.org that referenced this issue Feb 26, 2024
See edx/edx-arch-experiments#558

Plus some small link/syntax fixes for the README.
timmc-edx added a commit to openedx/edx-platform that referenced this issue Feb 26, 2024
@timmc-edx timmc-edx moved this to On-Call in Arch-BOM Feb 26, 2024
@timmc-edx timmc-edx moved this from On-Call to In Progress in Arch-BOM Feb 26, 2024
@timmc-edx timmc-edx self-assigned this Feb 26, 2024
timmc-edx added a commit to openedx-unsupported/configuration that referenced this issue Feb 29, 2024
timmc-edx added a commit to openedx-unsupported/configuration that referenced this issue Feb 29, 2024
@timmc-edx
Copy link
Member Author

There are still other references, but they're lower priority and we can find and fix them as needed.

@github-project-automation github-project-automation bot moved this from In Progress to Done in Arch-BOM Mar 7, 2024
@jristau1984 jristau1984 moved this from Done to Done - Long Term Storage in Arch-BOM Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done - Long Term Storage
Development

No branches or pull requests

1 participant