From 8cab74f966eebb9135539a98945b57d89e62e24b Mon Sep 17 00:00:00 2001 From: James Kachel Date: Thu, 9 Jan 2025 11:55:14 -0600 Subject: [PATCH 1/2] Switch the versioning strategy for UE frontend (since it's not actually a Django app) --- repos_info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos_info.json b/repos_info.json index 49cba06..9f594a6 100644 --- a/repos_info.json +++ b/repos_info.json @@ -215,7 +215,7 @@ "channel_name": "doof-ue-frontend", "project_type": "web_application", "web_application_type": "django", - "versioning_strategy": "python" + "versioning_strategy": "npm" } ] } From e8717bb43ee90c39875f57d97d27f8b2dcf2b877 Mon Sep 17 00:00:00 2001 From: James Kachel Date: Thu, 9 Jan 2025 11:58:12 -0600 Subject: [PATCH 2/2] Pull edx-username-changer as this is deprecated --- repos_info.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/repos_info.json b/repos_info.json index 9f594a6..a9670ec 100644 --- a/repos_info.json +++ b/repos_info.json @@ -168,14 +168,6 @@ "packaging_tool": "npm", "versioning_strategy": "npm" }, - { - "name": "edx-username-changer", - "repo_url": "https://github.com/mitodl/edx-username-changer.git", - "channel_name": "doof-edx-username-changer", - "project_type": "library", - "packaging_tool": "setuptools", - "versioning_strategy": "python" - }, { "name": "mitxonline", "repo_url": "https://github.com/mitodl/mitxonline.git",