forked from openedx-unsupported/devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openedx-unsupported#966 from openedx/tcril/fix-gh-…
…org-url Fix github url strings (org edx -> openedx)
- Loading branch information
Showing
14 changed files
with
162 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,7 +178,7 @@ Alternatively, if you are at a roadblock and | |
then you can always delete the repository and start over again:: | ||
|
||
rm -rf ./<repository> | ||
git clone [email protected]:edx/<repository> | ||
git clone [email protected]:openedx/<repository> | ||
|
||
Finally, if you regularly find yourself mystified by git, consider reading | ||
through `Understanding Git Conceptually`_. It explains core Git principles in way | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,59 +21,59 @@ fi | |
# (or non_release_repos and non_release_ssh_repos if they are not part | ||
# of Open edX releases). | ||
repos=( | ||
"https://github.com/edx/course-discovery.git" | ||
"https://github.com/edx/credentials.git" | ||
"https://github.com/edx/cs_comments_service.git" | ||
"https://github.com/edx/ecommerce.git" | ||
"https://github.com/openedx/course-discovery.git" | ||
"https://github.com/openedx/credentials.git" | ||
"https://github.com/openedx/cs_comments_service.git" | ||
"https://github.com/openedx/ecommerce.git" | ||
"https://github.com/edx/edx-e2e-tests.git" | ||
"https://github.com/edx/edx-notes-api.git" | ||
"https://github.com/edx/edx-platform.git" | ||
"https://github.com/edx/xqueue.git" | ||
"https://github.com/edx/edx-analytics-dashboard.git" | ||
"https://github.com/edx/frontend-app-gradebook.git" | ||
"https://github.com/edx/frontend-app-payment.git" | ||
"https://github.com/edx/frontend-app-publisher.git" | ||
"https://github.com/edx/edx-analytics-dashboard.git" | ||
"https://github.com/edx/edx-analytics-data-api.git" | ||
"https://github.com/openedx/edx-notes-api.git" | ||
"https://github.com/openedx/edx-platform.git" | ||
"https://github.com/openedx/xqueue.git" | ||
"https://github.com/openedx/edx-analytics-dashboard.git" | ||
"https://github.com/openedx/frontend-app-gradebook.git" | ||
"https://github.com/openedx/frontend-app-payment.git" | ||
"https://github.com/openedx/frontend-app-publisher.git" | ||
"https://github.com/openedx/edx-analytics-dashboard.git" | ||
"https://github.com/openedx/edx-analytics-data-api.git" | ||
) | ||
|
||
non_release_repos=( | ||
"https://github.com/openedx/frontend-app-authn.git" | ||
"https://github.com/edx/frontend-app-course-authoring.git" | ||
"https://github.com/edx/frontend-app-learning.git" | ||
"https://github.com/edx/frontend-app-library-authoring.git" | ||
"https://github.com/edx/registrar.git" | ||
"https://github.com/edx/frontend-app-program-console.git" | ||
"https://github.com/edx/frontend-app-account.git" | ||
"https://github.com/openedx/frontend-app-course-authoring.git" | ||
"https://github.com/openedx/frontend-app-learning.git" | ||
"https://github.com/openedx/frontend-app-library-authoring.git" | ||
"https://github.com/openedx/registrar.git" | ||
"https://github.com/openedx/frontend-app-program-console.git" | ||
"https://github.com/openedx/frontend-app-account.git" | ||
"https://github.com/openedx/frontend-app-profile.git" | ||
"https://github.com/edx/frontend-app-ora-grading.git" | ||
) | ||
|
||
ssh_repos=( | ||
"[email protected]:edx/course-discovery.git" | ||
"[email protected]:edx/credentials.git" | ||
"[email protected]:edx/cs_comments_service.git" | ||
"[email protected]:edx/ecommerce.git" | ||
"[email protected]:openedx/course-discovery.git" | ||
"[email protected]:openedx/credentials.git" | ||
"[email protected]:openedx/cs_comments_service.git" | ||
"[email protected]:openedx/ecommerce.git" | ||
"[email protected]:edx/edx-e2e-tests.git" | ||
"[email protected]:edx/edx-notes-api.git" | ||
"[email protected]:edx/edx-platform.git" | ||
"[email protected]:edx/xqueue.git" | ||
"[email protected]:edx/edx-analytics-dashboard.git" | ||
"[email protected]:edx/frontend-app-gradebook.git" | ||
"[email protected]:edx/frontend-app-payment.git" | ||
"[email protected]:edx/frontend-app-publisher.git" | ||
"[email protected]:edx/edx-analytics-dashboard.git" | ||
"[email protected]:edx/edx-analytics-data-api.git" | ||
"[email protected]:openedx/edx-notes-api.git" | ||
"[email protected]:openedx/edx-platform.git" | ||
"[email protected]:openedx/xqueue.git" | ||
"[email protected]:openedx/edx-analytics-dashboard.git" | ||
"[email protected]:openedx/frontend-app-gradebook.git" | ||
"[email protected]:openedx/frontend-app-payment.git" | ||
"[email protected]:openedx/frontend-app-publisher.git" | ||
"[email protected]:openedx/edx-analytics-dashboard.git" | ||
"[email protected]:openedx/edx-analytics-data-api.git" | ||
) | ||
|
||
non_release_ssh_repos=( | ||
"[email protected]:openedx/frontend-app-authn.git" | ||
"[email protected]:edx/frontend-app-course-authoring.git" | ||
"[email protected]:edx/frontend-app-learning.git" | ||
"[email protected]:edx/frontend-app-library-authoring.git" | ||
"[email protected]:edx/registrar.git" | ||
"[email protected]:edx/frontend-app-program-console.git" | ||
"[email protected]:edx/frontend-app-account.git" | ||
"[email protected]:openedx/frontend-app-course-authoring.git" | ||
"[email protected]:openedx/frontend-app-learning.git" | ||
"[email protected]:openedx/frontend-app-library-authoring.git" | ||
"[email protected]:openedx/registrar.git" | ||
"[email protected]:openedx/frontend-app-program-console.git" | ||
"[email protected]:openedx/frontend-app-account.git" | ||
"[email protected]:openedx/frontend-app-profile.git" | ||
"[email protected]:edx/frontend-app-ora-grading.git" | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters