Skip to content

Commit 4830a1a

Browse files
Muhammad Faraz  MaqsoodMuhammad Faraz  Maqsood
authored andcommitted
Chore: Change XQUEUE_REPOSITORY_VERSION to master
Change XQUEUE_REPOSITORY_VERSION to master as a temporary fix to unblock tutor ulmo release becasue https://github.com/openedx/xqueue has release an ulmo branch.
1 parent 0aba3fd commit 4830a1a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ instructions, because git commits are used to generate release notes:
2424

2525
- [Improvement] Migrate from pylint and black to ruff. (by @rehmansheikh222)
2626
- [Improvement] Test python package distribution build when running make test. (by @rehmansheikh222)
27-
2827
- 💥[Feature] Upgrade to Ulmo. (by @jfavellar90)
28+
- [Chore] Change XQUEUE_REPOSITORY_VERSION to master as a temporary fix to unblock tutor ulmo release. (by @Faraz32123)
2929

3030
<a id='changelog-20.0.0'></a>
3131
## v20.0.0 (2025-06-05)

tutorxqueue/plugin.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"MYSQL_DATABASE": "xqueue",
2929
"MYSQL_USERNAME": "xqueue",
3030
"REPOSITORY": "https://github.com/openedx/xqueue",
31-
"REPOSITORY_VERSION": "{{ OPENEDX_COMMON_VERSION }}",
31+
# TODO: revert REPOSITORY_VERSION to "{{ OPENEDX_COMMON_VERSION }}"
32+
# once openedx/xqueue has released an ulmo branch
33+
"REPOSITORY_VERSION": "master",
3234
},
3335
"unique": {
3436
"AUTH_PASSWORD": "{{ 8|random_string }}",

0 commit comments

Comments
 (0)