openedx-unsupported / devstack

Get up and running quickly to develop or extend Open edX services
GNU Affero General Public License v3.0
405 stars 422 forks source link

Devstack provisioning breaks with new demo course #1273

Open timmc-edx opened 9 months ago

timmc-edx commented 9 months ago

The demo course was updated in https://github.com/openedx/openedx-demo-course/pull/47 and devstack provisioning no longer works. This includes a new course key (new name and org) and the course content being moved a few directories deeper.

We have a temporary workaround to pin the old version of the demo course (https://github.com/openedx/devstack/pull/1274) but should put in a more permanent fix. The PR https://github.com/openedx/devstack/pull/1272 should fix this as far as the devstack repo itself is concerned, but there seem to be additional references to the course key outside of the devstack repo that might be causing problems.