From ba3258d7f0bd6a9cdd0c038f685c9815e2d8f01b Mon Sep 17 00:00:00 2001 From: Max Gautier <mg@max.gautier.name> Date: Sat, 11 Jan 2025 15:46:19 +0100 Subject: [PATCH] Move download_hash.py into a python package Can operate on several branches without the need for backport --- .../src/component_hash_update/download.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{download_hash.py => component_hash_update/src/component_hash_update/download.py} (100%) diff --git a/scripts/download_hash.py b/scripts/component_hash_update/src/component_hash_update/download.py similarity index 100% rename from scripts/download_hash.py rename to scripts/component_hash_update/src/component_hash_update/download.py -- GitLab