@@ -25,7 +25,6 @@ repos=(
2525 " https://github.com/openedx/credentials.git"
2626 " https://github.com/openedx/cs_comments_service.git"
2727 " https://github.com/openedx/ecommerce.git"
28- " https://github.com/edx/edx-e2e-tests.git"
2928 " https://github.com/openedx/edx-notes-api.git"
3029 " https://github.com/openedx/edx-platform.git"
3130 " https://github.com/openedx/xqueue.git"
@@ -46,15 +45,14 @@ non_release_repos=(
4645 " https://github.com/openedx/frontend-app-program-console.git"
4746 " https://github.com/openedx/frontend-app-account.git"
4847 " https://github.com/openedx/frontend-app-profile.git"
49- " https://github.com/edx /frontend-app-ora-grading.git"
48+ " https://github.com/openedx /frontend-app-ora-grading.git"
5049)
5150
5251ssh_repos=(
5352 " git@github.com:openedx/course-discovery.git"
5453 " git@github.com:openedx/credentials.git"
5554 " git@github.com:openedx/cs_comments_service.git"
5655 " git@github.com:openedx/ecommerce.git"
57- " git@github.com:edx/edx-e2e-tests.git"
5856 " git@github.com:openedx/edx-notes-api.git"
5957 " git@github.com:openedx/edx-platform.git"
6058 " git@github.com:openedx/xqueue.git"
@@ -75,12 +73,7 @@ non_release_ssh_repos=(
7573 " git@github.com:openedx/frontend-app-program-console.git"
7674 " git@github.com:openedx/frontend-app-account.git"
7775 " git@github.com:openedx/frontend-app-profile.git"
78- " git@github.com:edx/frontend-app-ora-grading.git"
79- )
80-
81- private_repos=(
82- # Needed to run whitelabel tests.
83- " https://github.com/edx/edx-themes.git"
76+ " git@github.com:openedx/frontend-app-ora-grading.git"
8477)
8578
8679if [ -n " ${OPENEDX_RELEASE} " ]; then
@@ -184,11 +177,6 @@ clone_ssh ()
184177 _clone " ${ssh_repos[@]} "
185178}
186179
187- clone_private ()
188- {
189- _clone " ${private_repos[@]} "
190- }
191-
192180reset ()
193181{
194182 read -p " This will switch to the default branch and pull changes in your local git checkouts. Would you like to proceed? [y/n] " -r
@@ -249,8 +237,6 @@ elif [ "$1" == "clone" ]; then
249237 clone
250238elif [ " $1 " == " clone_ssh" ]; then
251239 clone_ssh
252- elif [ " $1 " == " whitelabel" ]; then
253- clone_private
254240elif [ " $1 " == " reset" ]; then
255241 reset
256242elif [ " $1 " == " status" ]; then
0 commit comments