From 32e058f2eaaf747887b72eb347580ef7123b86ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 29 Jan 2026 14:47:32 +0100 Subject: [PATCH] ci: rename commits ci script to check-changed-versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So it actually explains what it does. In the process, make the name of the Python file it executes also consistent. Signed-off-by: Pablo Correa Gómez Part-of: --- .ci/{commits.sh => check-changed-versions.sh} | 2 +- ...eck_changed_aports_versions.py => check_changed_versions.py} | 0 .gitlab-ci.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .ci/{commits.sh => check-changed-versions.sh} (93%) rename .ci/lib/{check_changed_aports_versions.py => check_changed_versions.py} (100%) diff --git a/.ci/commits.sh b/.ci/check-changed-versions.sh similarity index 93% rename from .ci/commits.sh rename to .ci/check-changed-versions.sh index 8a786a3eb..757abebe6 100755 --- a/.ci/commits.sh +++ b/.ci/check-changed-versions.sh @@ -17,4 +17,4 @@ if [ "$(id -u)" = 0 ]; then exec su "${TESTUSER:-pmos}" -c "sh -e $0" fi -.ci/lib/check_changed_aports_versions.py +.ci/lib/check_changed_versions.py diff --git a/.ci/lib/check_changed_aports_versions.py b/.ci/lib/check_changed_versions.py similarity index 100% rename from .ci/lib/check_changed_aports_versions.py rename to .ci/lib/check_changed_versions.py diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1f9cd766..7db5b3749 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,7 @@ pytest-commits: script: - .ci/lib/gitlab_prepare_ci.sh - .ci/pytest.sh - - .ci/commits.sh + - .ci/check-changed-versions.sh artifacts: when: on_failure paths: