Skip to content

Commit f992b7c

Browse files
committed
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.
1 parent ec1dbf2 commit f992b7c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

repo.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos=(
3535
"https://github.com/edx/frontend-app-payment.git"
3636
"https://github.com/edx/frontend-app-publisher.git"
3737
"https://github.com/edx/edx-analytics-data-api.git"
38-
"https://github.com/openedx/enterprise-catalog.git"
38+
"https://github.com/edx/enterprise-catalog.git"
3939
"https://github.com/edx/portal-designer.git"
4040
"https://github.com/edx/license-manager.git"
4141
"https://github.com/openedx/codejail-service.git"
@@ -76,7 +76,7 @@ ssh_repos=(
7676
"git@github.com:openedx/cs_comments_service.git"
7777
"git@github.com:edx/ecommerce.git"
7878
"git@github.com:openedx/edx-notes-api.git"
79-
"git@github.com:openedx/enterprise-catalog.git"
79+
"git@github.com:edx/enterprise-catalog.git"
8080
"git@github.com:edx/edx-platform.git"
8181
"git@github.com:openedx/xqueue.git"
8282
"git@github.com:edx/edx-analytics-dashboard.git"
@@ -345,16 +345,12 @@ FORKED_REPOS=(
345345
"openedx-translations"
346346
"frontend-app-payment"
347347
"edx-analytics-data-api"
348-
"enterprise-catalog"
349348
"portal-designer"
350-
"license-manager"
351349
"codejail-service"
352-
"enterprise-access"
353350
"frontend-app-authn"
354351
"frontend-app-course-authoring"
355352
"registrar"
356353
"frontend-app-account"
357-
"enterprise-subsidy"
358354
"edx-exams"
359355
)
360356

0 commit comments

Comments
 (0)