From 4830a1a4bcd5df4bb8e2c2b312a594a5de010663 Mon Sep 17 00:00:00 2001 From: Muhammad Faraz Maqsood Date: Tue, 20 Jan 2026 15:29:55 +0500 Subject: [PATCH] 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. --- CHANGELOG.md | 2 +- tutorxqueue/plugin.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb640b5..caeeb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,8 +24,8 @@ instructions, because git commits are used to generate release notes: - [Improvement] Migrate from pylint and black to ruff. (by @rehmansheikh222) - [Improvement] Test python package distribution build when running make test. (by @rehmansheikh222) - - 💥[Feature] Upgrade to Ulmo. (by @jfavellar90) +- [Chore] Change XQUEUE_REPOSITORY_VERSION to master as a temporary fix to unblock tutor ulmo release. (by @Faraz32123) ## v20.0.0 (2025-06-05) diff --git a/tutorxqueue/plugin.py b/tutorxqueue/plugin.py index 2e5da06..dcb2d1d 100644 --- a/tutorxqueue/plugin.py +++ b/tutorxqueue/plugin.py @@ -28,7 +28,9 @@ "MYSQL_DATABASE": "xqueue", "MYSQL_USERNAME": "xqueue", "REPOSITORY": "https://github.com/openedx/xqueue", - "REPOSITORY_VERSION": "{{ OPENEDX_COMMON_VERSION }}", + # TODO: revert REPOSITORY_VERSION to "{{ OPENEDX_COMMON_VERSION }}" + # once openedx/xqueue has released an ulmo branch + "REPOSITORY_VERSION": "master", }, "unique": { "AUTH_PASSWORD": "{{ 8|random_string }}",