From 269cbf1f554a316149ea9f3d691074540df60625 Mon Sep 17 00:00:00 2001 From: olf Date: Tue, 26 Nov 2024 00:00:50 +0100 Subject: [PATCH 1/3] [ci-on-tags.yml] Redefine LATEST sensibly --- .github/workflows/ci-on-tags.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-on-tags.yml b/.github/workflows/ci-on-tags.yml index f084527d..73371269 100644 --- a/.github/workflows/ci-on-tags.yml +++ b/.github/workflows/ci-on-tags.yml @@ -11,8 +11,9 @@ on: # Rather set a new tag in the format N/X.Y.Z (e.g., 1/0.6.3) to build a release originally tagged with 0.6.3 again. env: - # For the latest available docker image, see https://github.com/CODeRUS/docker-sailfishos-platform-sdk - LATEST: 4.5.0.16 + # For the available docker images, see https://github.com/CODeRUS/docker-sailfishos-platform-sdk + # But LATEST means here, known to run on the latest SailfishOS release: Binaries for 4.3.0 are know to run on 5.0.0 + LATEST: 4.3.0.12 # Do not wait up to the default of 10 minutes for network timeouts in a workflow which runs at most 20 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 @@ -174,4 +175,3 @@ jobs: #branding: # "Invalid workflow file: Unexpected value 'branding'"; maybe action MUST be located in '/' or the name MUST be action.yml or both, see e.g., https://github.com/actions/cache/blob/main/action.yml#L37 # icon: 'gift' # color: 'purple' - From aa953b487a64df5bc8766f2a8eeb37d8a4a4a339 Mon Sep 17 00:00:00 2001 From: olf Date: Tue, 26 Nov 2024 00:03:02 +0100 Subject: [PATCH 2/3] [ci-on-tags.yml] Fix typo in bew comment --- .github/workflows/ci-on-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-on-tags.yml b/.github/workflows/ci-on-tags.yml index 73371269..64a1aab3 100644 --- a/.github/workflows/ci-on-tags.yml +++ b/.github/workflows/ci-on-tags.yml @@ -12,7 +12,7 @@ on: env: # For the available docker images, see https://github.com/CODeRUS/docker-sailfishos-platform-sdk - # But LATEST means here, known to run on the latest SailfishOS release: Binaries for 4.3.0 are know to run on 5.0.0 + # But LATEST means here, "known to run on the latest SailfishOS release": Binaries for 4.3.0 are known to run on 5.0.0 LATEST: 4.3.0.12 # Do not wait up to the default of 10 minutes for network timeouts in a workflow which runs at most 20 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 From 11283d019d436735ac5401f47b9fea8541eef033 Mon Sep 17 00:00:00 2001 From: olf Date: Tue, 26 Nov 2024 00:04:23 +0100 Subject: [PATCH 3/3] =?UTF-8?q?[ci-on-tags.yml]=20Conclude=20full=20commen?= =?UTF-8?q?t=20sentences=20with=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … a full stop. --- .github/workflows/ci-on-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-on-tags.yml b/.github/workflows/ci-on-tags.yml index 64a1aab3..e3582ec1 100644 --- a/.github/workflows/ci-on-tags.yml +++ b/.github/workflows/ci-on-tags.yml @@ -12,7 +12,7 @@ on: env: # For the available docker images, see https://github.com/CODeRUS/docker-sailfishos-platform-sdk - # But LATEST means here, "known to run on the latest SailfishOS release": Binaries for 4.3.0 are known to run on 5.0.0 + # But LATEST means here, "known to run on the latest SailfishOS release": Binaries for 4.3.0 are known to run on 5.0.0. LATEST: 4.3.0.12 # Do not wait up to the default of 10 minutes for network timeouts in a workflow which runs at most 20 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2