Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

fix: remove periods from project name when release version is present #1252

Merged
merged 2 commits into from
Jan 9, 2024

Conversation

rgraber
Copy link
Contributor

@rgraber rgraber commented Jan 9, 2024

See #1248

I've completed each of the following or determined they are not applicable:

  • Made a plan to communicate any major developer interface changes (or N/A)

options.mk Outdated
@@ -30,10 +30,10 @@ DEVSTACK_WORKSPACE ?= $(shell pwd)/..
# so changing it will give you a separate set of databases.
# See https://docs.docker.com/compose/reference/envvars/#compose_project_name
# If OPENEDX_RELAESE is defined, defaults to `devstack-${OPENEDX_RELEASE}`;
# otherwise, it defaults to `devstack`.
# otherwise, it defaults to `devstack`. Any periods will be replaced with hyphens to comply with docker project naming rules.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit:

  1. Consider providing an example with a real openedx release so it stands out more.
  2. Do we have docs around using devstack for openedx releases?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Will fix
  2. Yes. I am going to make a ticket to remove them, just haven't done that yet

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 is now #1253

@rgraber rgraber merged commit cde53a1 into master Jan 9, 2024
12 checks passed
@rgraber rgraber deleted the rsgraber/20240109-fix-project-name branch January 9, 2024 18:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants