From 903185899f9a009603abcf99f26d7b04d36db1ab Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Thu, 1 Aug 2024 08:28:07 -0400 Subject: [PATCH 1/2] docs: Add banner message about Devstack being deprecated (#1289) --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8840e8b82d..5504a5b54f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -165,7 +165,8 @@ # documentation. # html_theme_options = { - "repository_url": "https://github.com/edx/devstack", + "announcement": "Devstack is no longer supported by the Open edX community. See Tutor for the community-supported developer and installation environment.

For any fork of devstack, you should look elsewhere for up-to-date docs for your fork.", + "repository_url": "https://github.com/openedx/devstack", "repository_branch": "master", "path_to_docs": "docs/", "home_page_in_toc": True, From 7b715724f260c6aa75d01bb20c7fee8b67570e5c Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Wed, 4 Sep 2024 16:57:20 +0500 Subject: [PATCH 2/2] fix: fix provision script --- provision-lms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision-lms.sh b/provision-lms.sh index 23d4016619..f7d976ef9a 100755 --- a/provision-lms.sh +++ b/provision-lms.sh @@ -75,7 +75,7 @@ done # Fix missing vendor file by clearing the cache -docker compose exec -T lms bash -e -c 'rm /edx/app/edxapp/edx-platform/.prereqs_cache/Node_prereqs.sha1' +# docker compose exec -T lms bash -e -c 'rm /edx/app/edxapp/edx-platform/.prereqs_cache/Node_prereqs.sha1' # Create static assets for both LMS and CMS for app in "${apps[@]}"; do