From fb289cae89859aadf01c570065dde46cc19af9e7 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Wed, 8 Oct 2025 13:49:35 -0400 Subject: [PATCH] feat: Switch to loading vendored Python debs from dedicated repo BOMS-239 --- playbooks/roles/edxapp/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/roles/edxapp/defaults/main.yml b/playbooks/roles/edxapp/defaults/main.yml index 62101c9e1..1794c58fb 100644 --- a/playbooks/roles/edxapp/defaults/main.yml +++ b/playbooks/roles/edxapp/defaults/main.yml @@ -20,9 +20,9 @@ EDXAPP_PYTHON_VERSION: "python3.11" use_vendored_py311: true # Base URL for deb packages. # -# For repeatability, this is locked to a specific commit on the `vendored` -# branch. -vendored_py311_url_base: "https://raw.githubusercontent.com/edx/configuration/343b014de1577e02160a0dddce92da4078ae7a37/vendored/py3.11-focal" +# For repeatability, we hardcode a commit. (Normally this would be done using a +# material, but this is intended as a quick hack.) +vendored_py311_url_base: "https://raw.githubusercontent.com/edx/vendored/c4b7da52935dec033304b723de42ff4505f7d34f/deadsnakes-py3.11-focal" # Build string that's present in the deb file names. (Just used to make the # names below easier to read.) vendored_py311_build: "3.11.13-15-g8adac492d4-1+focal1"