From f992b7c5af1babe5127aea82acf7b4dbae7e357e Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Mon, 22 Dec 2025 09:40:30 -0800 Subject: [PATCH] chore: finish removing openedx references for enterprise repos As part of ENT-11240 (epic: ENT-11239) for cutting over enterprise IDAs from the `openedx` github org to the `edx` github org, this change codifies the cutover by updating devstack URLs to clone the correct URLs and stop creating fork remotes. This keeps things simple because we are not actually making an effort to keep the forks in sync. --- repo.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/repo.sh b/repo.sh index b6a31a9..87ea30e 100755 --- a/repo.sh +++ b/repo.sh @@ -35,7 +35,7 @@ repos=( "https://github.com/edx/frontend-app-payment.git" "https://github.com/edx/frontend-app-publisher.git" "https://github.com/edx/edx-analytics-data-api.git" - "https://github.com/openedx/enterprise-catalog.git" + "https://github.com/edx/enterprise-catalog.git" "https://github.com/edx/portal-designer.git" "https://github.com/edx/license-manager.git" "https://github.com/openedx/codejail-service.git" @@ -76,7 +76,7 @@ ssh_repos=( "git@github.com:openedx/cs_comments_service.git" "git@github.com:edx/ecommerce.git" "git@github.com:openedx/edx-notes-api.git" - "git@github.com:openedx/enterprise-catalog.git" + "git@github.com:edx/enterprise-catalog.git" "git@github.com:edx/edx-platform.git" "git@github.com:openedx/xqueue.git" "git@github.com:edx/edx-analytics-dashboard.git" @@ -345,16 +345,12 @@ FORKED_REPOS=( "openedx-translations" "frontend-app-payment" "edx-analytics-data-api" - "enterprise-catalog" "portal-designer" - "license-manager" "codejail-service" - "enterprise-access" "frontend-app-authn" "frontend-app-course-authoring" "registrar" "frontend-app-account" - "enterprise-subsidy" "edx-exams" )