7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 13:50:47 +00:00
tutor/tutor/commands/upgrade/__init__.py
Régis Behmo b3c3c4a2cc feat: upgrade to Palm
Among other changes: ORA2 file uploads were stored in a folder named
"SET-ME-PLEASE (ex.  bucket-name)" (sigh). With this change, the folder
should be automatically renamed to "openedxuploads". This issue has been
occuring since June 2019... (sigh²)

Close #707
2023-06-14 19:40:58 +02:00

11 lines
185 B
Python

# Note: don't forget to change this when we upgrade from palm
OPENEDX_RELEASE_NAMES = [
"ironwood",
"juniper",
"koa",
"lilac",
"maple",
"nutmeg",
"olive",
]