diff --git a/README.rst b/README.rst index 1b8a440a..5b2cdd95 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ E-Commerce plugin for `Tutor `_ =============================================================== -This is a plugin for `Tutor `_ that integrates the `E-Commerce `__ application in an Open edX platform. +This is a plugin for `Tutor `_ that integrates the `E-Commerce `__ application in an Open edX platform. Installation ------------ diff --git a/changelog.d/20240417_144650_cpappas_update_more_ecommerce_git_urls.md b/changelog.d/20240417_144650_cpappas_update_more_ecommerce_git_urls.md new file mode 100644 index 00000000..20f88c16 --- /dev/null +++ b/changelog.d/20240417_144650_cpappas_update_more_ecommerce_git_urls.md @@ -0,0 +1 @@ +- [Improvement] Change ecommerce and ecommerce-worker remotes from `edx` to `openedx`. (by @christopappas) \ No newline at end of file diff --git a/tutorecommerce/templates/ecommerce/build/ecommerce-worker/Dockerfile b/tutorecommerce/templates/ecommerce/build/ecommerce-worker/Dockerfile index 7cc825e7..88ccadef 100644 --- a/tutorecommerce/templates/ecommerce/build/ecommerce-worker/Dockerfile +++ b/tutorecommerce/templates/ecommerce/build/ecommerce-worker/Dockerfile @@ -12,7 +12,7 @@ RUN useradd --home-dir /openedx --create-home --shell /bin/bash --uid ${APP_USER USER ${APP_USER_ID} RUN mkdir /openedx/ecommerce_worker && \ - git clone https://github.com/edx/ecommerce-worker.git --branch {{ OPENEDX_COMMON_VERSION }} --depth 1 /openedx/ecommerce_worker + git clone https://github.com/openedx/ecommerce-worker.git --branch {{ OPENEDX_COMMON_VERSION }} --depth 1 /openedx/ecommerce_worker WORKDIR /openedx/ecommerce_worker # Install python venv